登录    |    注册

3.刷新提示分类缓存,私有API

2020-09-27 19:38:07

### 3.刷新提示分类缓存,私有API ** POST为了兼容老版接口所以用POST表单 ** /lib/category/refresh ** ``` api_key:调用私有API所使用的apiKey ``` 返回值 ``` { "result": true, "errno": 0, "msg": "成功" } ```