目击者身份校验
URL: http://apiwjjtest.cnlive.com/Daren/witness/checkWitness.action
请求方式: HTTP POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| witSid | String | true | 用户Id |
返回格式: JSON
返回格式样例:
{
"data": {
"isNotRecorded": true, //是否提交了身份审核,true:是 false:否.为true时 witnessBean才有数据
"darenIdentity": "1", //达人标识 0:是达人 1 不是达人
"witnessEntryProtocal": "http://wjjh5test.cnlive.com/cnwitness_detail.html",//目击者入驻协议
"witnessBean": {
"nick": "哈哈哈",
"realName": "徐",
"face": "https://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_c.png",
"address": "",
"idCardNo": "210681********6732",
"mobile": "188****4578",
"status": 0, //审核状态 0-审核中,1-申请失败,2申请成功
"auditFailureReason":"", //审核失败原因
"updateTime": 1539054682000 //审核通过或失败时间
"identityPrompt": "您的目击者身份已经核实通过了,体验您的专用目击者身份吧",
"witnessIdentity": "0" //目击者身份标识 0 :目击者 1 不是
}
},
"errorCode": "0",
"errorMessage": "成功"
}