Browse Source

更新 'AI/手机三要素验证接口.md'

master
张岩 2 years ago
parent
commit
ecc0e6954c
1 changed files with 22 additions and 22 deletions
  1. 22
    22
      AI/手机三要素验证接口.md

+ 22
- 22
AI/手机三要素验证接口.md View File

@@ -36,12 +36,12 @@
36 36
 
37 37
 ```
38 38
 {
39
-    "buscode": "PhoneVerification",
40
-    "data":{
41
-     "IdCard" : "440111201903211111",
42
-     "Name" : "张三",
43
-     "Phone" : "13000000000"
44
- }
39
+	"buscode": "PhoneVerification",
40
+	"data": {
41
+		"IdCard": "440111201903211111",
42
+		"Name": "张三",
43
+		"Phone": "13000000000"
44
+	}
45 45
 }
46 46
 
47 47
 ```
@@ -49,21 +49,21 @@
49 49
 
50 50
 ```
51 51
 {
52
-    "errcode": 0,
53
-    "data": {
54
-        "traceNo": "1529628301297995777",
55
-        "result": {
56
-            "responseJson": {
57
-                "Response": {
58
-                    "Result": "0",
59
-                    "Description": "认证通过",
60
-                    "Isp": "移动",
61
-                    "RequestId": "a5fdb909-5ee6-43ff-a152-bb1b9744ee8b"
62
-                }
63
-            }
64
-        },
65
-        "status": "success"
66
-    },
67
-    "errmsg": "SUCCESS"
52
+	"errcode": 0,
53
+	"data": {
54
+		"traceNo": "1529628301297995777",
55
+		"result": {
56
+			"responseJson": {
57
+				"Response": {
58
+					"Result": "0",
59
+					"Description": "认证通过",
60
+					"Isp": "移动",
61
+					"RequestId": "a5fdb909-5ee6-43ff-a152-bb1b9744ee8b"
62
+				}
63
+			}
64
+		},
65
+		"status": "success"
66
+	},
67
+	"errmsg": "SUCCESS"
68 68
 }
69 69
 ```

Loading…
Cancel
Save