文档
测试

820页面加载

GET
/api/user/community/getShowList

接口描述

返回50个(含以内)评论,按照时间降序排列

说明 / 示例

>请求参数 ```json { //无 } ``` >响应参数 ```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代表没有后续了 } } ```