修改PC任务领取

This commit is contained in:
chy
2025-07-08 13:39:35 +08:00
parent 1a5cc50881
commit fd64b0fe7a
4 changed files with 25 additions and 18 deletions

View File

@ -122,6 +122,7 @@ type GetTaskIn struct {
TaskName string `json:"taskName"`
GameId int `json:"gid"`
TaskType int `json:"taskType"`
UserTimes int `json:"userTimes"`
}
type GetTaskOut struct {