返回
获得评论列表
请求方式: HTTP POST
请求参数说明:
| 参数名 |
参数类型 |
必选 |
参数说明 |
| darenId |
String |
true |
达人ID(达人查找时传) |
| plat |
String |
true |
客户端平台[i:IOS客户端,a:Android客户端] |
| pageNo |
String |
false |
pageNo 默认1 |
| pageSize |
String |
false |
pageSize 默认10 |
返回格式: JSON
返回格式样例:
{
"errorMessage": "成功",
"errorCode": "0",
"data": {
"nextPage": 0,
"pageNo": 1,
"pageSize": 10,
"commentItems": [
{
"commentText": "新版评论接口第9次测试",
"sid": "815510",
"plat": "a",
"time": "2018-03-12 11:56",
"paths": [
{
"imagePath": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/82/wjj/image/2018/0312/1520826977007.jpg",
"thumbnailPath": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/82/wjj/image/2018/0312/1520826977007.jpg@base@tag=imgScale&h=200&w=200&c=1&f=1"
}
],
"nickName": "Granzon",
"grade": "8.0",
"image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0207/1517984278243.jpg",
"commentId": "19"
},
{
"commentText": "新版评论接口第9次测试",
"sid": "815510",
"plat": "a",
"time": "2018-03-12 11:54",
"paths": [
{
"imagePath": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/82/wjj/image/2018/0312/1520826830158.jpg",
"thumbnailPath": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/82/wjj/image/2018/0312/1520826830158.jpg@base@tag=imgScale&h=200&w=200&c=1&f=1"
},
{
"imagePath": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/82/wjj/image/2018/0312/1520826843514.jpg",
"thumbnailPath": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/82/wjj/image/2018/0312/1520826843514.jpg@base@tag=imgScale&h=200&w=200&c=1&f=1"
}
],
"nickName": "Granzon",
"grade": "8.0",
"image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0207/1517984278243.jpg",
"commentId": "18"
},
{
"commentText": "新版评论接口第一次测试",
"sid": "815510",
"plat": "a",
"time": "2018-03-07 17:46",
"paths": [
],
"nickName": "Granzon",
"grade": "8.0",
"image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0207/1517984278243.jpg",
"commentId": "10"
}
]
}
}