修改未登录任务列表查询
This commit is contained in:
@ -39,7 +39,7 @@ type GameTask struct {
|
||||
TargetName string `json:"target_name"`
|
||||
TargetTimes int `json:"target_times"`
|
||||
Status int `json:"status,omitempty"`
|
||||
UserTimes int `json:"user_times,omitempty"`
|
||||
UserTimes int64 `json:"user_times,omitempty"`
|
||||
GameTaskConfig GameTaskConfig `json:"game_task_config"`
|
||||
GameTaskConfigParse GameTaskConfigParse `json:"game_task_config_parse"`
|
||||
}
|
||||
@ -61,4 +61,5 @@ type TaskParam struct {
|
||||
type QQNetbarActivityIn struct {
|
||||
ServiceName string // 服务名称
|
||||
TaskParam TaskParam // 参数体
|
||||
PopenId string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user