调整回调,奖励领取

This commit is contained in:
chy
2025-07-03 13:40:53 +08:00
parent 6e562de6df
commit 4f9afe5df5
15 changed files with 722 additions and 287 deletions

View File

@ -140,6 +140,6 @@ type GetTaskListV2In struct {
}
type GetTaskListV2Out struct {
PageIdx string `json:"pageidx"`
Data interface{} `json:"taskList"`
PageIdx string `json:"pageidx"`
Data []GameTask `json:"taskList"`
}