From c3319e420198999c81f570fb2cb96527932fdbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 15 Jan 2021 14:37:23 +0800 Subject: [PATCH] aa --- controllers/cms_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/cms_store.go b/controllers/cms_store.go index 1211d7732..3d72f0554 100644 --- a/controllers/cms_store.go +++ b/controllers/cms_store.go @@ -943,7 +943,7 @@ func (c *StoreController) GetJddjStoreInfo() { // @Title 查询品牌 // @Description 查询品牌 -// @Param token header string true "认证token" +// @Param token header string false "认证token" // @Param brandID query int false "品牌ID" // @Param name query string false "品牌名" // @Success 200 {object} controllers.CallResult