Commit ccfa22fc authored by szh's avatar szh

update

parent 70834523
......@@ -46,14 +46,14 @@ type MinedTxInfo struct {
type ReqTicketInfo struct {
Addr string `json:"addr" binding:"requried"`
Addr string `json:"addr" validate:"requried"`
Page int32 `json:"page"`
Pageszie int32 `json:"pageszie"`
Detail bool `json:"detail"`
}
type ReqMineTime struct {
Addr string `json:"addr" binding:"requried"`
Addr string `json:"addr" validate:"requried"`
StartTime int64 `json:"start_time"`
EndTime int64 `json:"end_time"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment