From 8f5cc1ba6be4c38e5c71f304c3cc7df213c82a46 Mon Sep 17 00:00:00 2001 From: chy <2463300564@qq.com> Date: Tue, 1 Jul 2025 14:32:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BB=BB=E5=8A=A1=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/task/v1/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {