用过id获取达人信息
URL: http://120.92.61.152:8080/Daren/member/getDarenById.action?sid=123456
请求方式: HTTP POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| sid | String | false | sid |
| darenId | String | false | darenId |
返回格式: JSON
返回格式样例:
{
"errorMessage": "成功",
"errorCode": "0",
"data": {
"id": "daren_123456",
"sid": 123456,
"face": "https://ww2.sinaimg.cn/large/9e6a37efjw1et688tb7cnj20yi0pu405.jpg",
"category": [
{
"categoryItems": [
{
"typeName": "水果",
"color": "99ccff",
"typeId": "101"
}
],
"categoryName": "美食达人",
"categoryId": "1"
}
],
"wxOpenId": "wx_12csw",
"status": 2,
"address": "北京市海淀区",
"shopName": "岭南蜜桔",
"realName": "叫我建国好了",
"custSign": "",
"type": 0
}
}