加载更多 websocket测试 GET /api/user/community/getShowListAgain 说明 / 示例 >请求参数 ```json { publishTime: 12345678 //上一个评论截至处 } ``` >响应参数 ```json { "code" : 0, "data" : { commentList: [ { avatar: "https://pic.imgdb.cn/item/611083b95132923bf815110a.png", nickName: "一个女孩", commentContent: "Niubility!!", commentTime: "2021-08-09 09:24", publishTime: 12345678, }, { avatar: "https://pic.imgdb.cn/item/611083b95132923bf815110c.png", nickName: "一个男孩", commentContent: "用来测试换行。用来测试换行。用来测试换行", commentTime: "2021-08-09 09:22", publishTime: 12345679, }], status : 0 //0代表还有后续,1代表没有后续了 } } ```
>请求参数 ```json { publishTime: 12345678 //上一个评论截至处 } ``` >响应参数 ```json { "code" : 0, "data" : { commentList: [ { avatar: "https://pic.imgdb.cn/item/611083b95132923bf815110a.png", nickName: "一个女孩", commentContent: "Niubility!!", commentTime: "2021-08-09 09:24", publishTime: 12345678, }, { avatar: "https://pic.imgdb.cn/item/611083b95132923bf815110c.png", nickName: "一个男孩", commentContent: "用来测试换行。用来测试换行。用来测试换行", commentTime: "2021-08-09 09:22", publishTime: 12345679, }], status : 0 //0代表还有后续,1代表没有后续了 } } ```