QueryConfigs token取消限制

This commit is contained in:
苏尹岚
2020-02-19 13:42:54 +08:00
parent 44c77211ec
commit afbdeff7fc

View File

@@ -286,7 +286,7 @@ func (c *CmsController) UpdateConfig() {
// @Title 查询配置 // @Title 查询配置
// @Description 查询配置 // @Description 查询配置
// @Param token header string true "认证token" // @Param token header string fasle "认证token"
// @Param type query string false "配置类型当前只支持PricePack" // @Param type query string false "配置类型当前只支持PricePack"
// @Param key query string false "配置名" // @Param key query string false "配置名"
// @Param keyword query string false "关键字" // @Param keyword query string false "关键字"