调整任务查询

This commit is contained in:
chy
2025-07-01 14:32:28 +08:00
parent a2a8c15107
commit 8f5cc1ba6b

View File

@ -110,7 +110,7 @@ type GetTaskListReq struct {
//BrandId string `json:"brandId" dc:"品牌id(可选)"` //BrandId string `json:"brandId" dc:"品牌id(可选)"`
PopenId string `json:"popenId" dc:"用户详情接口返回的 wxPopenId 或者是 qqPopenId"` PopenId string `json:"popenId" dc:"用户详情接口返回的 wxPopenId 或者是 qqPopenId"`
BindType int `json:"bindType" dc:"绑定类型 1: QQ 2:微信"` BindType int `json:"bindType" dc:"绑定类型 1: QQ 2:微信"`
IsBound int `json:"IsBound" v:"required#不能为空" dc:"是否绑定 0否 1是"` IsBound int `json:"IsBound" dc:"是否绑定 0否 1是"`
StoreId int64 `json:"storeId" dc:"门店 id"` StoreId int64 `json:"storeId" dc:"门店 id"`
} }
type GetTaskListRes struct { type GetTaskListRes struct {