获取推荐达人列表
URL: http://120.92.61.152:8080/Daren/sub/nominateDarens.action?sid=123554
请求方式: HTTP GET/POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| sid | Integer | true | 用户ID |
返回格式: JSON
返回格式样例:
{
"data": [
{
"image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0301/1519896036017_small.jpg",
"nickName": "zzll的小店",
"userId": "daren_10459837"
},
{
"image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0227/1519696062286_small.jpg",
"nickName": "白老板",
"userId": "daren_10499273"
},
{
"image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0226/1519621456573_small.jpg",
"nickName": "运动达人",
"userId": "daren_10499498"
},
{
"image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0208/1518061298579_small.jpg",
"nickName": "小店",
"userId": "daren_10499533"
},
{
"image": "https://y2.cnliveimg.com/mobile/images/mobilehead/2017/07/07/1499414527478_small.jpg",
"nickName": "谷达人",
"userId": "daren_123554"
},
{
"image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0209/1518164345001_small.jpg",
"nickName": "deli",
"userId": "daren_283875"
},
{
"image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0207/1517984278243_small.jpg",
"nickName": "万达模型",
"userId": "daren_815510"
}
],
"errorMessage": "成功",
"errorCode": "0"
}