tccli 3.0.947.1__py2.py3-none-any.whl → 3.0.949.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apigateway/v20180808/DescribeService.md +1 -0
  3. tccli/examples/bma/v20221115/CreateBPWhiteList.md +5 -1
  4. tccli/examples/bma/v20221115/DescribeBPWhiteLists.md +14 -1
  5. tccli/examples/cdwch/v20200915/DeleteBackUpData.md +21 -0
  6. tccli/examples/cdwch/v20200915/DescribeBackUpJob.md +32 -0
  7. tccli/examples/cdwch/v20200915/DescribeBackUpJobDetail.md +30 -0
  8. tccli/examples/cdwch/v20200915/DescribeCkSqlApis.md +2 -32
  9. tccli/examples/cdwch/v20200915/RecoverBackUpJob.md +21 -0
  10. tccli/examples/cfw/v20190904/DescribeNatAcRule.md +31 -22
  11. tccli/examples/csip/v20221121/DescribeListenerList.md +35 -3
  12. tccli/examples/cvm/v20170312/ModifyImageSharePermission.md +2 -2
  13. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideDistributed.md +35 -0
  14. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideList.md +27 -0
  15. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskTemplateVulnerableList.md +2 -1
  16. tccli/examples/dsgc/v20190723/DescribeDSPAESDiscoveryTaskResultDetail.md +8 -2
  17. tccli/examples/faceid/v20180301/GetEidResult.md +55 -24
  18. tccli/examples/lcic/v20220817/DescribeGroupList.md +79 -9
  19. tccli/examples/vpc/v20170312/CreateNetworkAclEntries.md +30 -0
  20. tccli/examples/vpc/v20170312/DeleteNetworkAclEntries.md +22 -0
  21. tccli/examples/vpc/v20170312/ModifyNetworkAclEntries.md +0 -5
  22. tccli/examples/waf/v20180125/AddAntiFakeUrl.md +46 -0
  23. tccli/examples/waf/v20180125/AddAntiInfoLeakRules.md +26 -0
  24. tccli/examples/waf/v20180125/DeleteAntiFakeUrl.md +21 -0
  25. tccli/examples/waf/v20180125/DeleteAntiInfoLeakRule.md +21 -0
  26. tccli/examples/waf/v20180125/DeleteCCRule.md +23 -0
  27. tccli/examples/waf/v20180125/DescribeAntiFakeRules.md +28 -0
  28. tccli/examples/waf/v20180125/DescribeAntiFakeUrl.md +57 -0
  29. tccli/examples/waf/v20180125/DescribeAntiInfoLeakRules.md +40 -0
  30. tccli/examples/waf/v20180125/DescribeAntiInfoLeakageRules.md +38 -0
  31. tccli/examples/waf/v20180125/DescribeBatchIpAccessControl.md +42 -0
  32. tccli/examples/waf/v20180125/DescribeCCRule.md +71 -0
  33. tccli/examples/waf/v20180125/DescribeCCRuleList.md +36 -0
  34. tccli/examples/waf/v20180125/DescribeSession.md +51 -0
  35. tccli/examples/waf/v20180125/ModifyAntiFakeUrl.md +24 -0
  36. tccli/examples/waf/v20180125/ModifyAntiFakeUrlStatus.md +22 -0
  37. tccli/examples/waf/v20180125/ModifyAntiInfoLeakRuleStatus.md +22 -0
  38. tccli/examples/waf/v20180125/ModifyAntiInfoLeakRules.md +26 -0
  39. tccli/examples/waf/v20180125/ModifyCustomWhiteRuleStatus.md +26 -0
  40. tccli/examples/waf/v20180125/UpsertCCRule.md +95 -0
  41. tccli/examples/waf/v20180125/UpsertSession.md +25 -0
  42. tccli/services/apigateway/v20180808/api.json +22 -2
  43. tccli/services/apigateway/v20180808/examples.json +1 -1
  44. tccli/services/asr/v20190614/api.json +3 -3
  45. tccli/services/bma/v20221115/api.json +27 -6
  46. tccli/services/bma/v20221115/examples.json +2 -2
  47. tccli/services/cdwch/cdwch_client.py +278 -66
  48. tccli/services/cdwch/v20200915/api.json +314 -1
  49. tccli/services/cdwch/v20200915/examples.json +33 -1
  50. tccli/services/cfw/v20190904/api.json +3 -0
  51. tccli/services/cfw/v20190904/examples.json +2 -2
  52. tccli/services/ckafka/v20190819/api.json +83 -15
  53. tccli/services/csip/v20221121/api.json +24 -12
  54. tccli/services/csip/v20221121/examples.json +1 -1
  55. tccli/services/cvm/v20170312/api.json +4 -4
  56. tccli/services/cvm/v20170312/examples.json +1 -1
  57. tccli/services/cwp/v20180228/api.json +20 -2
  58. tccli/services/cynosdb/v20190107/api.json +3 -3
  59. tccli/services/dbbrain/v20210527/api.json +53 -33
  60. tccli/services/dsgc/dsgc_client.py +106 -0
  61. tccli/services/dsgc/v20190723/api.json +414 -46
  62. tccli/services/dsgc/v20190723/examples.json +18 -2
  63. tccli/services/ess/v20201111/api.json +1 -1
  64. tccli/services/faceid/v20180301/api.json +26 -7
  65. tccli/services/faceid/v20180301/examples.json +1 -1
  66. tccli/services/lcic/v20220817/api.json +2 -0
  67. tccli/services/lcic/v20220817/examples.json +10 -4
  68. tccli/services/lighthouse/v20200324/api.json +1 -1
  69. tccli/services/oceanus/v20190422/api.json +122 -36
  70. tccli/services/trtc/v20190722/api.json +3 -3
  71. tccli/services/tsf/v20180326/api.json +26 -8
  72. tccli/services/vod/v20180717/api.json +57 -11
  73. tccli/services/vpc/v20170312/api.json +155 -18
  74. tccli/services/vpc/v20170312/examples.json +19 -3
  75. tccli/services/vpc/vpc_client.py +195 -89
  76. tccli/services/waf/v20180125/api.json +2671 -582
  77. tccli/services/waf/v20180125/examples.json +202 -0
  78. tccli/services/waf/waf_client.py +1365 -305
  79. tccli/services/wedata/v20210820/api.json +40 -30
  80. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/METADATA +2 -2
  81. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/RECORD +84 -56
  82. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/WHEEL +0 -0
  83. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/entry_points.txt +0 -0
  84. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.947.1'
1
+ __version__ = '3.0.949.1'
@@ -18,6 +18,7 @@ Output:
18
18
  "SetId": 1,
19
19
  "InnerHttpsPort": 0,
20
20
  "InnerHttpPort": 0,
21
+ "UniqVpcId": "vpc-abc",
21
22
  "Tags": [
22
23
  {
23
24
  "Value": "test",
@@ -5,7 +5,11 @@
5
5
  Input:
6
6
 
7
7
  ```
8
- tccli bma CreateBPWhiteList --cli-unfold-argument ```
8
+ tccli bma CreateBPWhiteList --cli-unfold-argument \
9
+ --CompanyId 123 \
10
+ --WhiteListType 0 \
11
+ --WhiteLists xxx
12
+ ```
9
13
 
10
14
  Output:
11
15
  ```
@@ -5,7 +5,20 @@
5
5
  Input:
6
6
 
7
7
  ```
8
- tccli bma DescribeBPWhiteLists --cli-unfold-argument ```
8
+ tccli bma DescribeBPWhiteLists --cli-unfold-argument \
9
+ --Filters.0.Name CompanyId \
10
+ --Filters.0.Value 123 \
11
+ --Filters.1.Name AssetsType \
12
+ --Filters.1.Value 0 \
13
+ --Filters.2.Name WhiteList \
14
+ --Filters.2.Value 白名单名称 \
15
+ --Filters.3.Name StartTime \
16
+ --Filters.3.Value 2022-10-01 00:00:00 \
17
+ --Filters.4.Name EndTime \
18
+ --Filters.4.Value 2022-10-01 23:59:59 \
19
+ --PageSize 10 \
20
+ --PageNumber 1
21
+ ```
9
22
 
10
23
  Output:
11
24
  ```
@@ -0,0 +1,21 @@
1
+ **Example 1: 示例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cdwch DeleteBackUpData --cli-unfold-argument \
9
+ --InstanceId xx \
10
+ --BackUpJobId 0
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "RequestId": "xx"
18
+ }
19
+ }
20
+ ```
21
+
@@ -0,0 +1,32 @@
1
+ **Example 1: 示例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cdwch DescribeBackUpJob --cli-unfold-argument \
9
+ --InstanceId xx \
10
+ --PageNum 0 \
11
+ --PageSize 0
12
+ ```
13
+
14
+ Output:
15
+ ```
16
+ {
17
+ "Response": {
18
+ "BackUpJobs": [
19
+ {
20
+ "ExpireTime": "xx",
21
+ "BackUpTime": "xx",
22
+ "BackUpSize": 0,
23
+ "BackUpType": "xx",
24
+ "Snapshot": "xx",
25
+ "JobId": 0
26
+ }
27
+ ],
28
+ "RequestId": "xx"
29
+ }
30
+ }
31
+ ```
32
+
@@ -0,0 +1,30 @@
1
+ **Example 1: 示例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cdwch DescribeBackUpJobDetail --cli-unfold-argument \
9
+ --InstanceId xx \
10
+ --BackUpJobId 0
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "RequestId": "xx",
18
+ "TableContents": [
19
+ {
20
+ "Table": "xx",
21
+ "Ips": "xx",
22
+ "VCluster": "xx",
23
+ "TotalBytes": 0,
24
+ "Database": "xx"
25
+ }
26
+ ]
27
+ }
28
+ }
29
+ ```
30
+
@@ -16,38 +16,8 @@ Output:
16
16
  ```
17
17
  {
18
18
  "Response": {
19
- "ReturnData": [
20
- {
21
- "InstanceId": "cdwch-1vud9x9x",
22
- "UserName": "cdwch",
23
- "Describe": "",
24
- "Type": "RBAC",
25
- "Cluster": "default_cluster"
26
- },
27
- {
28
- "InstanceId": "cdwch-1vud9x9x",
29
- "UserName": "willltgu",
30
- "Describe": "",
31
- "Type": "RBAC",
32
- "Cluster": ""
33
- },
34
- {
35
- "InstanceId": "cdwch-1vud9x9x",
36
- "UserName": "willltguo",
37
- "Describe": "",
38
- "Type": "RBAC",
39
- "Cluster": ""
40
- },
41
- {
42
- "InstanceId": "cdwch-1vud9x9x",
43
- "UserName": "default",
44
- "Describe": "xml 用户,只能查询不能做任何修改",
45
- "Type": "XML",
46
- "Cluster": ""
47
- }
48
- ],
49
- "RequestId": "xx",
50
- "ErrMsg": "xx"
19
+ "ReturnData": "abc",
20
+ "RequestId": "abc"
51
21
  }
52
22
  }
53
23
  ```
@@ -0,0 +1,21 @@
1
+ **Example 1: 示例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cdwch RecoverBackUpJob --cli-unfold-argument \
9
+ --InstanceId xx \
10
+ --BackUpJobId 0
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "RequestId": "xx"
18
+ }
19
+ }
20
+ ```
21
+
@@ -6,16 +6,16 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli cfw DescribeNatAcRule --cli-unfold-argument \
9
- --Index xx \
10
- --Filters.0.Name xx \
11
- --Filters.0.Values xx \
9
+ --Index abc \
10
+ --Filters.0.Name abc \
11
+ --Filters.0.Values abc \
12
12
  --Filters.0.OperatorType 0 \
13
13
  --Limit 1 \
14
14
  --Offset 1 \
15
- --StartTime xx \
16
- --EndTime xx \
17
- --Order xx \
18
- --By xx
15
+ --StartTime abc \
16
+ --EndTime abc \
17
+ --Order abc \
18
+ --By abc
19
19
  ```
20
20
 
21
21
  Output:
@@ -25,34 +25,43 @@ Output:
25
25
  "Total": 1,
26
26
  "Data": [
27
27
  {
28
- "SourceContent": "xx",
29
- "TargetContent": "xx",
30
- "Protocol": "xx",
31
- "Port": "xx",
32
- "RuleAction": "xx",
33
- "Description": "xx",
28
+ "SourceContent": "abc",
29
+ "TargetContent": "abc",
30
+ "Protocol": "abc",
31
+ "Port": "abc",
32
+ "RuleAction": "abc",
33
+ "Description": "abc",
34
34
  "Count": 1,
35
35
  "OrderIndex": 1,
36
- "SourceType": "xx",
37
- "TargetType": "xx",
36
+ "SourceType": "abc",
37
+ "TargetType": "abc",
38
38
  "Uuid": 1,
39
39
  "Invalid": 1,
40
40
  "IsRegion": 1,
41
41
  "CountryCode": 1,
42
42
  "CityCode": 1,
43
- "CountryName": "xx",
44
- "CityName": "xx",
45
- "CloudCode": "xx",
43
+ "CountryName": "abc",
44
+ "CityName": "abc",
45
+ "CloudCode": "abc",
46
46
  "IsCloud": 1,
47
- "Enable": "xx",
47
+ "Enable": "abc",
48
48
  "Direction": 1,
49
- "InstanceName": "xx",
49
+ "InstanceName": "abc",
50
50
  "InternalUuid": 0,
51
- "Status": 1
51
+ "Status": 1,
52
+ "BetaList": [
53
+ {
54
+ "TaskId": 0,
55
+ "TaskName": "abc",
56
+ "LastTime": "abc"
57
+ }
58
+ ],
59
+ "Scope": "abc",
60
+ "InternetBorderUuid": "abc"
52
61
  }
53
62
  ],
54
63
  "AllTotal": 1,
55
- "RequestId": "xx"
64
+ "RequestId": "abc"
56
65
  }
57
66
  }
58
67
  ```
@@ -13,9 +13,10 @@ Output:
13
13
  "Response": {
14
14
  "Data": [
15
15
  {
16
- "Domain": "www.testwaf0420.com,",
16
+ "Domain": "www.testwaf0420.com,,baidu.com,,baidu.com,,baidu.com,,www.testwaf0420.com,,rn.dzoyzy.top,,www.testwaf0420.com,,baidu.com,,www.testwaf0420.com,,baidu.com,",
17
17
  "ListenerId": "lbl-5n1jiwjo",
18
18
  "ListenerName": "80",
19
+ "LoadBalancerDomain": "",
19
20
  "LoadBalancerId": "lb-pflq0j2e",
20
21
  "LoadBalancerName": "lb-642137c1",
21
22
  "LoadBalancerType": "OPEN",
@@ -26,10 +27,26 @@ Output:
26
27
  "Vip": "1.14.234.167",
27
28
  "Zone": "ap-guangzhou-6"
28
29
  },
30
+ {
31
+ "Domain": "81.71.21.14,,81.71.21.14,,81.71.21.14,,81.71.21.14,,81.71.21.14,,81.71.21.14,,81.71.21.14,,81.71.21.14,",
32
+ "ListenerId": "lbl-c2tgl6w0",
33
+ "ListenerName": "web",
34
+ "LoadBalancerDomain": "",
35
+ "LoadBalancerId": "lb-meckpdk0",
36
+ "LoadBalancerName": "lsy",
37
+ "LoadBalancerType": "OPEN",
38
+ "NumericalVpcId": 8246908,
39
+ "Protocol": "HTTP",
40
+ "Region": "gz",
41
+ "VPort": 80,
42
+ "Vip": "81.71.21.14",
43
+ "Zone": "ap-guangzhou-4"
44
+ },
29
45
  {
30
46
  "Domain": "1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,",
31
47
  "ListenerId": "lbl-gkydcakh",
32
48
  "ListenerName": "test-alert",
49
+ "LoadBalancerDomain": "",
33
50
  "LoadBalancerId": "lb-bf5sfyqz",
34
51
  "LoadBalancerName": "autotest_HoneyPot",
35
52
  "LoadBalancerType": "OPEN",
@@ -39,10 +56,25 @@ Output:
39
56
  "VPort": 8000,
40
57
  "Vip": "1.15.159.154",
41
58
  "Zone": "ap-shanghai-2"
59
+ },
60
+ {
61
+ "Domain": ",",
62
+ "ListenerId": "lbl-mlrg4y76",
63
+ "ListenerName": "test",
64
+ "LoadBalancerDomain": "",
65
+ "LoadBalancerId": "lb-pflq0j2e",
66
+ "LoadBalancerName": "lb-642137c1",
67
+ "LoadBalancerType": "OPEN",
68
+ "NumericalVpcId": 2783729,
69
+ "Protocol": "HTTP",
70
+ "Region": "gz",
71
+ "VPort": 8080,
72
+ "Vip": "1.14.234.167",
73
+ "Zone": "ap-guangzhou-6"
42
74
  }
43
75
  ],
44
- "RequestId": "83be069d-0b57-40df-8faf-b3f7751d7eea",
45
- "Total": 2
76
+ "RequestId": "3f2d43d2-e003-4872-8953-18d080e98c1d",
77
+ "Total": 4
46
78
  }
47
79
  }
48
80
  ```
@@ -6,9 +6,9 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli cvm ModifyImageSharePermission --cli-unfold-argument \
9
- --ImageId img-6pb6lrmy \
10
9
  --AccountIds 1038493875 \
11
- --Permission SHARE
10
+ --Permission SHARE \
11
+ --ImageId img-6pb6lrmy
12
12
  ```
13
13
 
14
14
  Output:
@@ -0,0 +1,35 @@
1
+ **Example 1: xx**
2
+
3
+ 查询风险面的分布详情
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli dsgc DescribeDSPAAssessmentRiskSideDistributed --cli-unfold-argument \
9
+ --DspaId abc \
10
+ --TemplateId 0
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "RiskSideDistributed": [
18
+ {
19
+ "AssessmentRiskSide": {
20
+ "Key": "abc",
21
+ "Value": 0
22
+ },
23
+ "AssessmentRisk": [
24
+ {
25
+ "Key": "abc",
26
+ "Value": 0
27
+ }
28
+ ]
29
+ }
30
+ ],
31
+ "RequestId": "abc"
32
+ }
33
+ }
34
+ ```
35
+
@@ -0,0 +1,27 @@
1
+ **Example 1: 风险面列表**
2
+
3
+ 查询风险面的列表
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli dsgc DescribeDSPAAssessmentRiskSideList --cli-unfold-argument \
9
+ --DspaId abc \
10
+ --TemplateId 0
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "RiskSideItmeList": [
18
+ {
19
+ "Key": "abc",
20
+ "Value": 0
21
+ }
22
+ ],
23
+ "RequestId": "abc"
24
+ }
25
+ }
26
+ ```
27
+
@@ -27,7 +27,8 @@ Output:
27
27
  "ReferTemplateCount": 0,
28
28
  "SupportDataSource": [
29
29
  "abc"
30
- ]
30
+ ],
31
+ "RiskSide": "abc"
31
32
  }
32
33
  ],
33
34
  "TotalCount": 0,
@@ -21,12 +21,18 @@ Output:
21
21
  "Response": {
22
22
  "Items": [
23
23
  {
24
- "TaskId": "abc",
24
+ "Id": 0,
25
+ "TaskId": 0,
25
26
  "FieldName": "abc",
26
27
  "RuleId": 0,
27
28
  "RuleName": "abc",
28
29
  "CategoryId": 0,
29
- "CategoryName": "abc"
30
+ "CategoryName": "abc",
31
+ "CategoryArr": [
32
+ "abc"
33
+ ],
34
+ "LevelId": 0,
35
+ "LevelName": "abc"
30
36
  }
31
37
  ],
32
38
  "TotalCount": 0,
@@ -19,6 +19,7 @@ Output:
19
19
  "ErrMsg": "成功",
20
20
  "IdCard": "",
21
21
  "Name": "",
22
+ "UseIDType": 1,
22
23
  "OcrNation": null,
23
24
  "OcrAddress": null,
24
25
  "OcrBirth": null,
@@ -27,14 +28,15 @@ Output:
27
28
  "OcrName": "爱新觉罗永琪",
28
29
  "OcrIdCard": "440111111111111111",
29
30
  "OcrGender": null,
31
+ "IdInfoFrom": "abc",
30
32
  "LiveStatus": 0,
31
33
  "LiveMsg": "成功",
32
34
  "Comparestatus": 0,
33
35
  "Comparemsg": "成功",
34
- "CompareLibType": "xx",
36
+ "CompareLibType": "abc",
35
37
  "Sim": "76.52",
36
38
  "Location": null,
37
- "Mobile": null,
39
+ "Mobile": "13800000000",
38
40
  "Extra": "",
39
41
  "LivenessDetail": [
40
42
  {
@@ -42,58 +44,87 @@ Output:
42
44
  "Seq": "3d12da91-db34-4e55-81c3-993a41d7ccb7",
43
45
  "Idcard": "",
44
46
  "Name": "",
45
- "CompareLibType": "xx",
47
+ "CompareLibType": "公安商业库",
46
48
  "Sim": "76.52",
47
49
  "IsNeedCharge": true,
48
50
  "Errcode": 0,
49
51
  "Errmsg": "成功",
50
52
  "Livestatus": 0,
51
53
  "Livemsg": "成功",
54
+ "LivenessMode": 1,
52
55
  "Comparestatus": 0,
53
56
  "Comparemsg": "成功"
54
57
  }
55
- ]
58
+ ],
59
+ "LivenessMode": 1,
60
+ "NFCRequestIds": [
61
+ "abc"
62
+ ],
63
+ "NFCBillingCounts": 0,
64
+ "PassNo": "abc",
65
+ "VisaNum": "abc"
56
66
  },
57
67
  "IdCardData": {
58
- "ProcessedBackImage": "xx",
59
- "ProcessedFrontImage": "xx",
60
- "OcrFront": "xx",
61
- "OcrBack": "xx",
62
- "Avatar": "xx"
68
+ "ProcessedBackImage": "base64",
69
+ "ProcessedFrontImage": "base64",
70
+ "OcrFront": "base64",
71
+ "OcrBack": "base64",
72
+ "Avatar": "base64",
73
+ "WarnInfos": [
74
+ 0
75
+ ],
76
+ "BackWarnInfos": [
77
+ 0
78
+ ]
63
79
  },
64
80
  "BestFrame": {
65
- "BestFrame": "xx",
81
+ "BestFrame": "base64",
66
82
  "BestFrames": [
67
- "xx"
83
+ "base64"
68
84
  ]
69
85
  },
70
86
  "IntentionVerifyData": {
71
- "IntentionVerifyVideo": "xx",
87
+ "IntentionVerifyVideo": "base64",
72
88
  "ErrorCode": 0,
73
89
  "ErrorMessage": "成功",
74
- "AsrResult": "xx",
75
- "IntentionVerifyBestFrame": "xx"
90
+ "AsrResult": "",
91
+ "IntentionVerifyBestFrame": "base64",
92
+ "AsrResultSimilarity": "0"
76
93
  },
77
94
  "EidInfo": {
78
- "EidCode": "xx",
79
- "EidSign": "xx",
80
- "DesKey": "xxxxxx",
81
- "UserInfo": "xxxxxx"
95
+ "EidCode": "",
96
+ "EidSign": "",
97
+ "DesKey": "",
98
+ "UserInfo": ""
82
99
  },
83
100
  "IntentionQuestionResult": {
84
101
  "ScreenShot": [
85
- "xx"
102
+ "base64"
86
103
  ],
87
- "FinalResultCode": "xx",
104
+ "FinalResultCode": "0",
88
105
  "AsrResult": [
89
- "xx"
106
+ ""
90
107
  ],
91
108
  "Audios": [
92
- "xx"
109
+ "base64"
93
110
  ],
94
- "Video": "xx",
111
+ "Video": "base64",
112
+ "FinalResultDetailCode": 0,
113
+ "FinalResultMessage": "Success",
95
114
  "ResultCode": [
96
- "xx"
115
+ ""
116
+ ]
117
+ },
118
+ "IntentionActionResult": {
119
+ "FinalResultDetailCode": 0,
120
+ "FinalResultMessage": "abc",
121
+ "Details": [
122
+ {
123
+ "Video": "abc",
124
+ "ScreenShot": [
125
+ "abc"
126
+ ]
127
+ }
97
128
  ]
98
129
  },
99
130
  "RequestId": "f52bac9a-0aee-4fe6-8d34-7de4bce89473"