修改PC任务领取
This commit is contained in:
@ -86,6 +86,7 @@ type GetTaskReq struct {
|
||||
GameId int `json:"gameId" v:"required#游戏唯一id不能为空" dc:"游戏唯一id"`
|
||||
TaskName string `json:"taskName" v:"required#任务名称不能为空" dc:"任务名称"`
|
||||
TaskType int `json:"taskType" v:"required#任务类型不能为空" dc:"任务类型1:每日 3:周期"`
|
||||
UserTimes int `json:"userTimes" v:"required#完成次数不能为空" dc:"用户完成次数"`
|
||||
}
|
||||
|
||||
type GetTaskRes struct {
|
||||
|
||||
Reference in New Issue
Block a user