用户任务记录新增字段记录领取任务账号 id
This commit is contained in:
@ -125,6 +125,7 @@ type GetTaskIn struct {
|
||||
GameId int `json:"gid"`
|
||||
TaskType int `json:"taskType"`
|
||||
UserTimes int `json:"userTimes"`
|
||||
BindType int `json:"bindType"`
|
||||
}
|
||||
|
||||
type GetTaskOut struct {
|
||||
@ -140,6 +141,7 @@ type UserTaskRecordsListIn struct {
|
||||
RewardTypeId int
|
||||
TimeType int
|
||||
GameId int
|
||||
BindType int
|
||||
}
|
||||
|
||||
type UserTaskRecordsListOut struct {
|
||||
|
||||
Reference in New Issue
Block a user