修改配置文件、修改接口说明

This commit is contained in:
2025-06-24 16:30:01 +08:00
parent 8342c92247
commit 77d3230753
2 changed files with 15 additions and 5 deletions

View File

@ -51,7 +51,7 @@ type GetLoginTaskListRes struct {
}
type ListReq struct {
g.Meta `path:"/task/completed/list" method:"get" tags:"Task" summary:"(PC)用户任务已完成列表"`
g.Meta `path:"/task/completed/list" method:"get" tags:"Task" summary:"(商户、门店)用户任务已完成列表"`
StoreId int `json:"storeId" dc:"门店 id"`
Page int `json:"page" dc:"页数"`
Size int `json:"size" dc:"条数"`