文档
测试

获取分组动态

POST

正确返回

**没有注释的字段可以参考【动态】->【获取某个马甲的动态】,大致都是一样的** ``` { "code": 200, "message": "OK", "data": { "post": { "current_page": 1, "data": [ { "id": 5, "content": "今天很开心哦", "sockpuppet_id": 4, "platform": "", "image_url": null, "is_top": 0, "publishtime": "2022-10-20 05:41:58", "tag_json": null, "name": "第四个马甲", // 发布的马甲昵称 "avatar_url": "" // 发布的马甲头像 }, { "id": 4, "content": "测试333~~~", "sockpuppet_id": 1, "platform": "", "image_url": null, "is_top": 0, "publishtime": "", "tag_json": null, "name": "第88个马甲", "avatar_url": "" }, { "id": 3, "content": "今天很开心哦1245", "sockpuppet_id": 2, "platform": "", "image_url": null, "is_top": 0, "publishtime": "2022-10-19 14:39:20", "tag_json": null, "name": "第二个马甲", "avatar_url": "" } ], "first_page_url": "http://friends.test/api/group/post/2?page=1", "from": 1, "last_page": 1, "last_page_url": "http://friends.test/api/group/post/2?page=1", "next_page_url": null, "path": "http://friends.test/api/group/post/2", "per_page": 50, "prev_page_url": null, "to": 3, "total": 3 }, "likeList": [ { "sockpuppet_id": 1, "name": "第88个马甲", "avatar_url": "", "post_id": 3 } ], "collect": [ 4 ], "comment": [] } } ```

错误返回

``` ```