获取B端用户身份信息
URL: https://apiwjjtest.cnlive.com/Daren/buser/getBUserInfo.action
请求方式: HTTP POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| sid | string | true | sid |
返回格式: JSON
返回格式样例:
{
"data": {
"checkStatus": "2", //审核状态 "0" 未认证 "1" 已认证 "2"审核中 "3" 审核失败
"bUserIdentity": {
"address": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_c.png",
"createTime": 1586330015000,
"icon": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_c.png",
"id": "b559d3ad0fe9417ab4101aad619809c5",
"idCardNo": "1111",
"idCardObv": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_c.png",
"idCardRev": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_c.png",
"mobile": "",
"realName": "11",
"sid": "10513196",
"status": 2,
"updateTime": 1586330015000,
"auditFailureReason":"审核失败原因"
},
"institution": [
{
"mainName": "mainName",
"mainId": "2222",
"quanziItem": [
{
"quanziName": "qqqqqq",
"quanziId": "1111",
"groupItem": [
{
"groupId": "1234555",
"groupName": "1234555"
},
{
"groupId": "1234555222",
"groupName": "1234555222"
}
],
"type": "2" //区分圈子/相关账号
}
]
}
]
},
"errorCode": "0",
"errorMessage": "成功"
}