获取(列表) websocket测试 GET {{url_logic}}/data/month/list 响应数据 ```json { "errorCode": 0, "msgType": 1, "result": { "list": [ { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", // 内容 "id": 1, "cover": "url" // 封面图 "time": 1615877807553, // 添加时间 "timeMonthStart": 1614528000000, // 月初始时间 "type": 0 // 资料类型:视频 0;图片 1;文本2; }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 2, "time": 1615877809142, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 3, "time": 1615877809686, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 4, "time": 1615877810031, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 5, "time": 1615877810211, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 6, "time": 1615877810388, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 7, "time": 1615877810539, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 8, "time": 1615877810680, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 9, "time": 1615877810819, "timeMonthStart": 1614528000000, "type": 0 } ], "total": 9 } } ```
```json { "errorCode": 0, "msgType": 1, "result": { "list": [ { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", // 内容 "id": 1, "cover": "url" // 封面图 "time": 1615877807553, // 添加时间 "timeMonthStart": 1614528000000, // 月初始时间 "type": 0 // 资料类型:视频 0;图片 1;文本2; }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 2, "time": 1615877809142, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 3, "time": 1615877809686, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 4, "time": 1615877810031, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 5, "time": 1615877810211, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 6, "time": 1615877810388, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 7, "time": 1615877810539, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 8, "time": 1615877810680, "timeMonthStart": 1614528000000, "type": 0 }, { "content": "https://ks-xpc4.xpccdn.com/7686f602-da8b-410c-8a85-6950a81a6745.mp4", "id": 9, "time": 1615877810819, "timeMonthStart": 1614528000000, "type": 0 } ], "total": 9 } } ```