POST xuner/soc/Social/getSpUserInfo
获取用户详情
请求信息
URI 参数
无。
Body 参数
getSpUserInfoRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| userId | string |
无。 |
请求格式
application/json, text/json
样例:
{
"userId": ""
}
响应信息
资源描述
获取用户详情
gSocResponseOfuserInfo| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | userInfo |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"userId": "",
"username": "",
"phone": "",
"avatar": "",
"nickname": "",
"gender": 0,
"birthday": "",
"intro": "",
"userSignature": "",
"email": "",
"city": "",
"province": "",
"country": "",
"uflag": "",
"carType": 0,
"isHadBuyCarOne": false,
"userType": 0,
"remark": "",
"point": 0,
"OpenId": "",
"praiseCount": 0,
"ugccount": 0,
"fanscount": 0,
"followcount": 0,
"status": 0,
"pleasurevalue": 0
},
"req": "",
"msg": "",
"code": 0
}