修改未登录任务列表查询

This commit is contained in:
chy
2025-06-19 10:03:05 +08:00
parent a3ed25808b
commit ce2d5fa69d
7 changed files with 50 additions and 51 deletions

View File

@ -30,7 +30,7 @@ type NonLoginTaskListReq struct {
type NonLoginTaskListRes struct {
//List interface{} `json:"list"`
//Total int `json:"total"`
Data interface{} `json:"data"`
Data interface{} `json:"taskList"`
}
type GetLoginTaskListReq struct {