添加新公告 websocket测试 POST localhost:80/announcement/save 请求 / 响应 请求 ``` { "title":"第五条", "content":"第五条内容" } ``` 响应 ``` { "success": true, "code": 200, "message": "成功", "data": {} } ```
请求 ``` { "title":"第五条", "content":"第五条内容" } ``` 响应 ``` { "success": true, "code": 200, "message": "成功", "data": {} } ```