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 "关键字"