查询:公告

## 查询:公告 ### 请求方法:GET 接口地址:{域名}/platform/config/getAffiche 接口参数: |字段|类型|描述| |-|-|-| ### 版本 |版本|作者|| |-|-|-| |v1.0|xxx|| ### 例子 `http://94.191.69.118/platform/config/getAffiche ` 返回: ```json { "msg": "success", "code": 200, "data": { "title": "123",(标题) "content": "哈哈哈"(内容) } } ```