diff --git a/api/task/v1/task.go b/api/task/v1/task.go index 07872e1..0a6129c 100644 --- a/api/task/v1/task.go +++ b/api/task/v1/task.go @@ -110,7 +110,7 @@ type GetTaskListReq struct { //BrandId string `json:"brandId" dc:"品牌id(可选)"` PopenId string `json:"popenId" dc:"用户详情接口返回的 wxPopenId 或者是 qqPopenId"` 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"` } type GetTaskListRes struct {