文档
测试

添加(单个)

POST
{{url_logic}}/data/month/save

请求数据

```json { "type": 2, // 资料类型:视频 0;图片 1;文本2; "content": "文本3", "cover": "url" // 封面图 } ```