修改:公告

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