From afbdeff7fc4cd9e11d73e2cc81420d7c3703ce31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 19 Feb 2020 13:42:54 +0800 Subject: [PATCH] =?UTF-8?q?QueryConfigs=20=20token=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/cms.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/cms.go b/controllers/cms.go index 2e9b700fa..a323bb673 100644 --- a/controllers/cms.go +++ b/controllers/cms.go @@ -286,7 +286,7 @@ func (c *CmsController) UpdateConfig() { // @Title 查询配置 // @Description 查询配置 -// @Param token header string true "认证token" +// @Param token header string fasle "认证token" // @Param type query string false "配置类型(当前只支持PricePack)" // @Param key query string false "配置名" // @Param keyword query string false "关键字"