调整任务查询,回调,奖励类型查询
This commit is contained in:
@ -38,11 +38,11 @@ type GameTask struct {
|
||||
CycleEnd int64 `json:"cycle_end"`
|
||||
TargetName string `json:"target_name"`
|
||||
TargetTimes int `json:"target_times"`
|
||||
Status int `json:"status,omitempty"`
|
||||
UserTimes int64 `json:"user_times,omitempty"`
|
||||
Status int `json:"status"`
|
||||
UserTimes int64 `json:"user_times"`
|
||||
GameTaskConfig GameTaskConfig `json:"game_task_config"`
|
||||
GameTaskConfigParse GameTaskConfigParse `json:"game_task_config_parse"`
|
||||
Reward []SimpleReward `json:"reward,omitempty"`
|
||||
Reward []SimpleReward `json:"reward"`
|
||||
}
|
||||
|
||||
type GameTaskResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user