调整任务查询
This commit is contained in:
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user