用户任务记录表新增条件筛选
This commit is contained in:
@ -101,7 +101,7 @@ type GetUserTaskRecordsListReq struct {
|
||||
NetbarAccount string `json:"netbarAccount" dc:"网关账号, 用户查询在本店完成的任务记录"`
|
||||
Page int `json:"page" dc:"页数"`
|
||||
Size int `json:"size" dc:"条数"`
|
||||
TimeType int `json:"timeType" dc:"时间类型, 暂时没有"` //TODO
|
||||
TimeType int `json:"timeType" dc:"时间类型,1:一周,2:一月,3:一年, 不传就是不加时间限制"` //TODO
|
||||
}
|
||||
type GetUserTaskRecordsListRes struct {
|
||||
List interface{} `json:"list"`
|
||||
|
||||
Reference in New Issue
Block a user