|
@@ -27,7 +27,6 @@
|
27
|
27
|
| |traceNo | || String | 是 | 当前业务的唯一id |
|
28
|
28
|
| |result| || String | 是 | 业务结果 |
|
29
|
29
|
| ||responseJson| | | |
|
30
|
|
-| | | Response || - | - | 包含数据如下 |
|
31
|
30
|
| | | |Result | String | | 认证结果码:<br/> 0: 三要素信息一致 <br/>-4: 三要素信息不一致 <br/>-6: 手机号码不合法 <br/>-7: 身份证号码有误 <br/>-8: 姓名校验不通过 <br/>-9: 没有记录 <br/>-11: 验证中心服务繁忙 |
|
32
|
31
|
| | | |Description | String | | 业务结果描述 |
|
33
|
32
|
| | | |Isp | String | | 运营商名称 取值范围为["","移动","电信","联通"] |
|
|
@@ -55,12 +54,10 @@
|
55
|
54
|
"traceNo": "1529628301297995777",
|
56
|
55
|
"result": {
|
57
|
56
|
"responseJson": {
|
58
|
|
- "Response": {
|
59
|
|
- "Result": "0",
|
60
|
|
- "Description": "认证通过",
|
61
|
|
- "Isp": "移动",
|
62
|
|
- "RequestId": "a5fdb909-5ee6-43ff-a152-bb1b9744ee8b"
|
63
|
|
- }
|
|
57
|
+ "Result": "0",
|
|
58
|
+ "Description": "认证通过",
|
|
59
|
+ "Isp": "移动",
|
|
60
|
+ "RequestId": "a5fdb909-5ee6-43ff-a152-bb1b9744ee8b"
|
64
|
61
|
}
|
65
|
62
|
},
|
66
|
63
|
"status": "success"
|