调整已登录任务列表接口

This commit is contained in:
chy
2025-06-27 15:00:59 +08:00
parent ae19e9917e
commit ba28d0621a
6 changed files with 34 additions and 6 deletions

View File

@ -39,6 +39,7 @@ type GetTaskListIn struct {
BrandId string `json:"brand_id"` // 品牌id(可选)
PopenId string `json:"POpenId"`
BindType int `json:"bindType"` // 1:QQ 2:微信
UserId int64 `json:"user_id"`
}
type GetNonLoginTaskListOut struct {