调整
This commit is contained in:
@ -88,13 +88,13 @@ type GetTaskRes struct {
|
|||||||
|
|
||||||
type GetUserTaskRecordsListReq struct {
|
type GetUserTaskRecordsListReq struct {
|
||||||
g.Meta `path:"/task/records" method:"get" tags:"PC/Task" summary:"(PC)用户任务记录列表"`
|
g.Meta `path:"/task/records" method:"get" tags:"PC/Task" summary:"(PC)用户任务记录列表"`
|
||||||
TaskId string `json:"taskId" dc:"任务 id"`
|
RewardTypeId int `json:"rewardTypeId" dc:"奖励类型 id,暂时没有"` // TODO
|
||||||
StoreId int `json:"storeId" dc:"门店 id"`
|
StoreId int `json:"storeId" dc:"门店 id"`
|
||||||
NetbarAccount string `json:"netbarAccount" dc:"网关账号"`
|
GameId int `json:"gameId" dc:"游戏 id"`
|
||||||
|
NetbarAccount string `json:"netbarAccount" dc:"网关账号, 用户查询在本店完成的任务记录"`
|
||||||
Page int `json:"page" dc:"页数"`
|
Page int `json:"page" dc:"页数"`
|
||||||
Size int `json:"size" dc:"条数"`
|
Size int `json:"size" dc:"条数"`
|
||||||
StartTime int32 `json:"startTime" dc:"开始时间"`
|
TimeType int `json:"timeType" dc:"时间类型, 暂时没有"` //TODO
|
||||||
EndTime int32 `json:"endTime" dc:"结束时间"`
|
|
||||||
}
|
}
|
||||||
type GetUserTaskRecordsListRes struct {
|
type GetUserTaskRecordsListRes struct {
|
||||||
List interface{} `json:"list"`
|
List interface{} `json:"list"`
|
||||||
|
|||||||
Reference in New Issue
Block a user