tccli 3.0.1227.1__py2.py3-none-any.whl → 3.0.1229.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/aiart/v20221229/api.json +12 -3
- tccli/services/cam/v20190116/api.json +25 -25
- tccli/services/cam/v20190116/examples.json +8 -8
- tccli/services/cdb/v20170320/api.json +167 -9
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/cfs/v20190719/api.json +19 -0
- tccli/services/ckafka/v20190819/api.json +5 -5
- tccli/services/ckafka/v20190819/examples.json +106 -112
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cloudaudit/v20190319/api.json +15 -15
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/config/v20220802/api.json +70 -68
- tccli/services/config/v20220802/examples.json +6 -6
- tccli/services/cynosdb/cynosdb_client.py +228 -16
- tccli/services/cynosdb/v20190107/api.json +251 -0
- tccli/services/cynosdb/v20190107/examples.json +32 -0
- tccli/services/emr/v20190103/api.json +28 -22
- tccli/services/ess/v20201111/api.json +18 -0
- tccli/services/essbasic/v20210526/api.json +20 -1
- tccli/services/facefusion/v20181201/api.json +12 -6
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/hai/v20230812/api.json +6 -6
- tccli/services/hai/v20230812/examples.json +2 -2
- tccli/services/lke/lke_client.py +394 -23
- tccli/services/lke/v20231130/api.json +737 -4
- tccli/services/lke/v20231130/examples.json +62 -0
- tccli/services/mps/v20190612/api.json +1 -1
- tccli/services/mqtt/mqtt_client.py +118 -12
- tccli/services/mqtt/v20240516/api.json +312 -33
- tccli/services/mqtt/v20240516/examples.json +23 -13
- tccli/services/ocr/v20181119/api.json +11 -2
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/privatedns/v20201028/api.json +41 -13
- tccli/services/pts/v20210728/api.json +22 -12
- tccli/services/redis/v20180412/api.json +14 -14
- tccli/services/scf/v20180416/api.json +12 -0
- tccli/services/ssl/v20191205/api.json +246 -173
- tccli/services/ssl/v20191205/examples.json +69 -69
- tccli/services/sts/v20180813/api.json +17 -11
- tccli/services/sts/v20180813/examples.json +6 -6
- tccli/services/tcr/v20190924/api.json +17 -17
- tccli/services/tdmq/tdmq_client.py +4 -57
- tccli/services/tdmq/v20200217/api.json +119 -200
- tccli/services/tdmq/v20200217/examples.json +29 -49
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/tmt/v20180321/examples.json +2 -2
- tccli/services/trocket/v20230308/api.json +79 -79
- tccli/services/trocket/v20230308/examples.json +8 -8
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/vclm/v20240523/api.json +25 -15
- tccli/services/vclm/v20240523/examples.json +2 -2
- tccli/services/vcube/__init__.py +4 -0
- tccli/services/vcube/v20220410/api.json +4168 -0
- tccli/services/vcube/v20220410/examples.json +277 -0
- tccli/services/vcube/vcube_client.py +1956 -0
- tccli/services/vod/v20180717/api.json +38 -1
- tccli/services/vod/v20180717/examples.json +13 -1
- tccli/services/vpc/v20170312/api.json +195 -148
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/RECORD +66 -62
- {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"ActivateDeviceCertificate": [
|
4
|
+
{
|
5
|
+
"document": "示例",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ActivateDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-mmgej724\",\n \"DeviceCertificateSn\": \"eef68a582b94254296e54ce754f94d707a59912\"\n}",
|
7
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"d769f88e-6eac-4f72-98d8-b7fb1edb9429\"\n }\n}",
|
8
|
+
"title": "示例"
|
9
|
+
}
|
10
|
+
],
|
3
11
|
"CreateAuthorizationPolicy": [
|
4
12
|
{
|
5
13
|
"document": "示例",
|
@@ -19,7 +27,7 @@
|
|
19
27
|
"CreateJWTAuthenticator": [
|
20
28
|
{
|
21
29
|
"document": "示例",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateJWTAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-jeredv33\",\n \"Algorithm\": \"hmac-based\",\n \"From\": \"username\",\n \"Secret\": \"
|
30
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateJWTAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-jeredv33\",\n \"Algorithm\": \"hmac-based\",\n \"From\": \"username\",\n \"Secret\": \"secret1\",\n \"Status\": \"open\"\n}",
|
23
31
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"1c0dfde9-086d-49b5-a49d-8de4e30c66ad\"\n }\n}",
|
24
32
|
"title": "示例"
|
25
33
|
}
|
@@ -51,7 +59,7 @@
|
|
51
59
|
"DeleteTopic": [
|
52
60
|
{
|
53
61
|
"document": "示例",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMQTTTopic\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-rvb5xxrn\",\n \"Topic\": \"
|
62
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMQTTTopic\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-rvb5xxrn\",\n \"Topic\": \"home\"\n}",
|
55
63
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"f3a081b8-dc97-4d62-bb1a-d1aa9fe80da8\"\n }\n}",
|
56
64
|
"title": "示例"
|
57
65
|
}
|
@@ -68,7 +76,15 @@
|
|
68
76
|
{
|
69
77
|
"document": "示例",
|
70
78
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuthorizationPolicies\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-g4r4x85z\"\n}",
|
71
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"Actions\": \"connect\",\n \"ClientId\": null,\n \"CreatedTime\": 1721813514000,\n \"Effect\": \"allow\",\n \"Id\": 6,\n \"InstanceId\": \"mqtt-g4r4x85z\",\n \"Ip\": null,\n \"PolicyName\": \"
|
79
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"Actions\": \"connect\",\n \"ClientId\": null,\n \"CreatedTime\": 1721813514000,\n \"Effect\": \"allow\",\n \"Id\": 6,\n \"InstanceId\": \"mqtt-g4r4x85z\",\n \"Ip\": null,\n \"PolicyName\": \"policy1\",\n \"Priority\": 1,\n \"Qos\": null,\n \"Remark\": \"\",\n \"Resources\": \"topic1\",\n \"Retain\": 1,\n \"UpdateTime\": 1721813670000,\n \"Username\": null,\n \"Version\": 1\n },\n {\n \"Actions\": \"connect\",\n \"ClientId\": null,\n \"CreatedTime\": 1721813529000,\n \"Effect\": \"allow\",\n \"Id\": 7,\n \"InstanceId\": \"mqtt-g4r4x85z\",\n \"Ip\": null,\n \"PolicyName\": \"policy2\",\n \"Priority\": 2,\n \"Qos\": null,\n \"Remark\": \"\",\n \"Resources\": \"topic1\",\n \"Retain\": 2,\n \"UpdateTime\": 1721813529000,\n \"Username\": null,\n \"Version\": 1\n },\n {\n \"Actions\": \"connect\",\n \"ClientId\": null,\n \"CreatedTime\": 1721813039000,\n \"Effect\": \"allow\",\n \"Id\": 1,\n \"InstanceId\": \"mqtt-g4r4x85z\",\n \"Ip\": null,\n \"PolicyName\": \"policy3\",\n \"Priority\": 3,\n \"Qos\": null,\n \"Remark\": \"this is remark\",\n \"Resources\": \"topic1\",\n \"Retain\": 3,\n \"UpdateTime\": 1721813039000,\n \"Username\": \"user1\",\n \"Version\": 1\n }\n ],\n \"RequestId\": \"27038a36-3a3a-4f45-a0cb-a3d075325816\"\n }\n}",
|
80
|
+
"title": "示例"
|
81
|
+
}
|
82
|
+
],
|
83
|
+
"DescribeDeviceCertificates": [
|
84
|
+
{
|
85
|
+
"document": "示例",
|
86
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceCertificates\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-qgzaawn9\"\n}",
|
87
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [],\n \"RequestId\": \"378f8c36-a6a1-406c-85ac-f2379386eed6\",\n \"TotalCount\": 0\n }\n}",
|
72
88
|
"title": "示例"
|
73
89
|
}
|
74
90
|
],
|
@@ -84,14 +100,8 @@
|
|
84
100
|
{
|
85
101
|
"document": "示例",
|
86
102
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInstanceList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
87
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientNumLimit\": 1,\n \"CreateTime\": 1705565760,\n \"InstanceId\": \"mqtt-wjgxr8jg\",\n \"InstanceName\": \"su-0118-no-pub\",\n \"InstanceStatus\": \"CREATE_FAILURE\",\n \"InstanceType\": \"BASIC\",\n \"Remark\": \"\",\n \"SkuCode\": \"mqtt_1k\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 1,\n \"TpsLimit\": 1,\n \"Version\": \"1\"\n },\n {\n \"ClientNumLimit\": 1000,\n \"CreateTime\": 1705391046,\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"InstanceName\": \"sun-0116\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"BASIC\",\n \"Remark\": \"\",\n \"SkuCode\": \"basic_1k\",\n \"TopicNum\": 25,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000,\n \"Version\": \"1\"\n }\n ],\n \"RequestId\": \"9424369d-904f-4fa2-b407-0bd5e536e989\",\n \"TotalCount\": 10\n }\n}",
|
103
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientNumLimit\": 1,\n \"CreateTime\": 1705565760,\n \"InstanceId\": \"mqtt-wjgxr8jg\",\n \"InstanceName\": \"su-0118-no-pub\",\n \"InstanceStatus\": \"CREATE_FAILURE\",\n \"InstanceType\": \"BASIC\",\n \"Remark\": \"this is remark\",\n \"SkuCode\": \"mqtt_1k\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 1,\n \"TpsLimit\": 1,\n \"Version\": \"1\"\n },\n {\n \"ClientNumLimit\": 1000,\n \"CreateTime\": 1705391046,\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"InstanceName\": \"sun-0116\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"BASIC\",\n \"Remark\": \"this is remark\",\n \"SkuCode\": \"basic_1k\",\n \"TopicNum\": 25,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000,\n \"Version\": \"1\"\n }\n ],\n \"RequestId\": \"9424369d-904f-4fa2-b407-0bd5e536e989\",\n \"TotalCount\": 10\n }\n}",
|
88
104
|
"title": "示例"
|
89
|
-
},
|
90
|
-
{
|
91
|
-
"document": "样例",
|
92
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceList\n<公共请求参数>\n\n{}",
|
93
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"AuthorizationPolicyLimit\": 10,\n \"ClientNumLimit\": 100,\n \"CreateTime\": 1721121835,\n \"DestroyTime\": 0,\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-12345678\",\n \"InstanceName\": \"mock-instance\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"BASIC\",\n \"MaxSubscriptionPerClient\": 30,\n \"PayMode\": \"POSTPAID\",\n \"Remark\": \"测试无计费order,计费上报\",\n \"RenewFlag\": 0,\n \"SkuCode\": \"basic_1k\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000,\n \"Version\": \"1\"\n },\n {\n \"AuthorizationPolicyLimit\": 10,\n \"ClientNumLimit\": 100,\n \"CreateTime\": 1718885863,\n \"DestroyTime\": 0,\n \"ExpiryTime\": 1721477863002,\n \"InstanceId\": \"mqtt-g4r4x85z\",\n \"InstanceName\": \"sunjianxiong\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"PRO\",\n \"MaxSubscriptionPerClient\": 30,\n \"PayMode\": \"PREPAID\",\n \"Remark\": \"测试收发用,已配置内网\",\n \"RenewFlag\": 0,\n \"SkuCode\": \"pro_4k_5\",\n \"TopicNum\": 6,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000,\n \"Version\": \"1\"\n },\n {\n \"AuthorizationPolicyLimit\": 10,\n \"ClientNumLimit\": 100,\n \"CreateTime\": 1718883088,\n \"DestroyTime\": 0,\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-vv9pnwq4\",\n \"InstanceName\": \"jehansun-06201930\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"PRO\",\n \"MaxSubscriptionPerClient\": 30,\n \"PayMode\": \"POSTPAID\",\n \"Remark\": \"\",\n \"RenewFlag\": 0,\n \"SkuCode\": \"pro_4k_5\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000,\n \"Version\": \"1\"\n },\n {\n \"AuthorizationPolicyLimit\": 10,\n \"ClientNumLimit\": 100,\n \"CreateTime\": 1717663198,\n \"DestroyTime\": 0,\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-mmgej724\",\n \"InstanceName\": \"jehansun-0606\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"BASIC\",\n \"MaxSubscriptionPerClient\": 30,\n \"PayMode\": \"POSTPAID\",\n \"Remark\": \"111\",\n \"RenewFlag\": 0,\n \"SkuCode\": \"basic_1k\",\n \"TopicNum\": 1,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000,\n \"Version\": \"1\"\n },\n {\n \"AuthorizationPolicyLimit\": 10,\n \"ClientNumLimit\": 100,\n \"CreateTime\": 1717663172,\n \"DestroyTime\": 0,\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-79opob7m\",\n \"InstanceName\": \"jehansun-0628-modify\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"BASIC\",\n \"MaxSubscriptionPerClient\": 30,\n \"PayMode\": \"POSTPAID\",\n \"Remark\": \"111\",\n \"RenewFlag\": 0,\n \"SkuCode\": \"basic_1k\",\n \"TopicNum\": 1,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000,\n \"Version\": \"1\"\n }\n ],\n \"RequestId\": \"bf1e881a-f1bc-45bf-b276-4a05b920fbeb\",\n \"TotalCount\": 5\n }\n}",
|
94
|
-
"title": "样例"
|
95
105
|
}
|
96
106
|
],
|
97
107
|
"DescribeTopic": [
|
@@ -106,7 +116,7 @@
|
|
106
116
|
{
|
107
117
|
"document": "示例",
|
108
118
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTTopicList\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Offset\": 0,\n \"Limit\": 20\n}",
|
109
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Remark\": \"
|
119
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Remark\": \"this is remark\",\n \"Topic\": \"topic8\"\n },\n {\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Remark\": \"this is remark\",\n \"Topic\": \"topic7\"\n }\n ],\n \"RequestId\": \"d9042e88-c70e-4158-958c-8bb57d6c809f\",\n \"TotalCount\": 3\n }\n}",
|
110
120
|
"title": "示例"
|
111
121
|
}
|
112
122
|
],
|
@@ -129,7 +139,7 @@
|
|
129
139
|
"ModifyJWTAuthenticator": [
|
130
140
|
{
|
131
141
|
"document": "示例",
|
132
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyJWTAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-mmgej724\",\n \"Algorithm\": \"hmac-based\",\n \"From\": \"username\",\n \"Secret\": \"
|
142
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyJWTAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-mmgej724\",\n \"Algorithm\": \"hmac-based\",\n \"From\": \"username\",\n \"Secret\": \"secret1\",\n \"Remark\": \"remark1\"\n}",
|
133
143
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"1440f718-1578-494b-aab0-8fe0bf7095cd\"\n }\n}",
|
134
144
|
"title": "示例"
|
135
145
|
}
|
@@ -145,7 +155,7 @@
|
|
145
155
|
"RegisterDeviceCertificate": [
|
146
156
|
{
|
147
157
|
"document": "示例",
|
148
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-jbgwp4ae\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIEQjCCAyqgAwIBAgIUDu9opYK5QlQpblTOdU+U1welmREwDQYJKoZIhvcNAQEL\\nBQAwgZIxCzAJBgNVBAYTAmNuMQ0wCwYDVQQIDAR4aWFuMQ0wCwYDVQQHDARodXlp\\nMREwDwYDVQQKDAhqZWhhbnN1bjEWMBQGA1UECwwNdW5pdCBqZWhhbnN1bjEVMBMG\\nA1UEAwwMc3Vuamlhbnhpb25nMSMwIQYJKoZIhvcNAQkBFhRqZWhhbnN1bkB0ZW5j\\nZW50LmNvbTAeFw0yNDA1MDYwODU0NDNaFw0yNTA5MTgwODU0NDNaMIGBMQswCQYD\\nVQQGEwJDTjELMAkGA1UECAwCWkoxCzAJBgNVBAcMAkhaMQwwCgYDVQQKDANBTEkx\\nDTALBgNVBAsMBE1RVFQxFjAUBgkqhkiG9w0BCQEWB3h4eEB4eHgxIzAhBgNVBAMM\\nGm1xdHQtdGVzdC54eHguYWxpeXVuY3MuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOC\\nAQ8AMIIBCgKCAQEArSMP1QFvggJVAth6Zhnf7NMWi+JP9TvnfzYl1xAWsWfX2ocN\\nC+AumAQl7I0C2UMUppDHIRiikdAwqmoMLFkuTYCoPnTrk8FpQx+/bLXGNZzwgAKN\\n8Y0dbEanl5y6UFXDB6ZsYhRJmjBEZoUj6xCeBzXxP2Uu0FPFAF5haLwt03gQMcWi\\nEMHLdj/jFKUGoLns/eQUdE5wbsZjGrCmk5hEeJxa9vAw40W0cgwsVi0E8qt5FCj7\\n11DeQsvZ5NlQVyOT6YOStElE2zuWtMjzsgk7ryW2qWANv62hRxY8dDmPXO5oimK8\\nAzNjakiN40OmOhzwfiG3noItixlQywWppuTrfwIDAQABo4GeMIGbMB8GA1UdIwQY\\nMBaAFEaWXAdZRRy3HPvjV6NBAYZYGhDfMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgL0\\nMEEGA1UdEQQ6MDiCEyoubXF0dC5hbGl5dW5jcy5jb22CIW1xdHQtdGVzdC5jbi1x\\naW5nZGFvLmFsaXl1bmNzLmNvbTAdBgNVHQ4EFgQUz7CdvXCtki2X9i6zIQwKVJ7q\\n/LwwDQYJKoZIhvcNAQELBQADggEBAB7Y/susqeC85RtXw9CHcOmcb/17G7svgxFZ\\nLecOwEFxxaqwNVp/ae6TVkPvrMPStpVJmpS7ikYz37J16/n1mks/s+7fkGwAwfCI\\nD+vGR+Hcvu2RsiTPwDMRhFwj92ZclnSyBjtPa1pgS1Nq0oCJ85G+nyxYBAjDQqzO\\n05jNRO+E4/L+WrYhLE6M72amFMLbVGs170wHTiXtzokfUdflj9mNQs3pfLFNsyCt\\nasDfqJX4Kie/MIwv/YKcB9pZ4NsonEgD3OfjJ6pFEHEH4ZiOVHuTT6C52XpCYMWA\\najvuaaIlJp7GgOZxxPInOVXPmBlBlp28AiMlmxSfSAuMpUF0I8w=\\n-----END CERTIFICATE-----\\n\",\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"ClientId\": \"
|
158
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-jbgwp4ae\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIEQjCCAyqgAwIBAgIUDu9opYK5QlQpblTOdU+U1welmREwDQYJKoZIhvcNAQEL\\nBQAwgZIxCzAJBgNVBAYTAmNuMQ0wCwYDVQQIDAR4aWFuMQ0wCwYDVQQHDARodXlp\\nMREwDwYDVQQKDAhqZWhhbnN1bjEWMBQGA1UECwwNdW5pdCBqZWhhbnN1bjEVMBMG\\nA1UEAwwMc3Vuamlhbnhpb25nMSMwIQYJKoZIhvcNAQkBFhRqZWhhbnN1bkB0ZW5j\\nZW50LmNvbTAeFw0yNDA1MDYwODU0NDNaFw0yNTA5MTgwODU0NDNaMIGBMQswCQYD\\nVQQGEwJDTjELMAkGA1UECAwCWkoxCzAJBgNVBAcMAkhaMQwwCgYDVQQKDANBTEkx\\nDTALBgNVBAsMBE1RVFQxFjAUBgkqhkiG9w0BCQEWB3h4eEB4eHgxIzAhBgNVBAMM\\nGm1xdHQtdGVzdC54eHguYWxpeXVuY3MuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOC\\nAQ8AMIIBCgKCAQEArSMP1QFvggJVAth6Zhnf7NMWi+JP9TvnfzYl1xAWsWfX2ocN\\nC+AumAQl7I0C2UMUppDHIRiikdAwqmoMLFkuTYCoPnTrk8FpQx+/bLXGNZzwgAKN\\n8Y0dbEanl5y6UFXDB6ZsYhRJmjBEZoUj6xCeBzXxP2Uu0FPFAF5haLwt03gQMcWi\\nEMHLdj/jFKUGoLns/eQUdE5wbsZjGrCmk5hEeJxa9vAw40W0cgwsVi0E8qt5FCj7\\n11DeQsvZ5NlQVyOT6YOStElE2zuWtMjzsgk7ryW2qWANv62hRxY8dDmPXO5oimK8\\nAzNjakiN40OmOhzwfiG3noItixlQywWppuTrfwIDAQABo4GeMIGbMB8GA1UdIwQY\\nMBaAFEaWXAdZRRy3HPvjV6NBAYZYGhDfMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgL0\\nMEEGA1UdEQQ6MDiCEyoubXF0dC5hbGl5dW5jcy5jb22CIW1xdHQtdGVzdC5jbi1x\\naW5nZGFvLmFsaXl1bmNzLmNvbTAdBgNVHQ4EFgQUz7CdvXCtki2X9i6zIQwKVJ7q\\n/LwwDQYJKoZIhvcNAQELBQADggEBAB7Y/susqeC85RtXw9CHcOmcb/17G7svgxFZ\\nLecOwEFxxaqwNVp/ae6TVkPvrMPStpVJmpS7ikYz37J16/n1mks/s+7fkGwAwfCI\\nD+vGR+Hcvu2RsiTPwDMRhFwj92ZclnSyBjtPa1pgS1Nq0oCJ85G+nyxYBAjDQqzO\\n05jNRO+E4/L+WrYhLE6M72amFMLbVGs170wHTiXtzokfUdflj9mNQs3pfLFNsyCt\\nasDfqJX4Kie/MIwv/YKcB9pZ4NsonEgD3OfjJ6pFEHEH4ZiOVHuTT6C52XpCYMWA\\najvuaaIlJp7GgOZxxPInOVXPmBlBlp28AiMlmxSfSAuMpUF0I8w=\\n-----END CERTIFICATE-----\\n\",\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"ClientId\": \"VIN0001\"\n}",
|
149
159
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"49af88f0-6571-4aa4-af92-9261f28c0ed9\"\n }\n}",
|
150
160
|
"title": "示例"
|
151
161
|
}
|
@@ -6970,6 +6970,15 @@
|
|
6970
6970
|
"name": "EnableReflectDetail",
|
6971
6971
|
"required": false,
|
6972
6972
|
"type": "bool"
|
6973
|
+
},
|
6974
|
+
{
|
6975
|
+
"disabled": false,
|
6976
|
+
"document": "用于控制是否开启日期校验,默认值为true,打开会进行日期校验。",
|
6977
|
+
"example": "true",
|
6978
|
+
"member": "bool",
|
6979
|
+
"name": "EnableDateVerify",
|
6980
|
+
"required": false,
|
6981
|
+
"type": "bool"
|
6973
6982
|
}
|
6974
6983
|
],
|
6975
6984
|
"type": "object"
|
@@ -12985,7 +12994,7 @@
|
|
12985
12994
|
{
|
12986
12995
|
"disabled": false,
|
12987
12996
|
"document": "门头照标签",
|
12988
|
-
"example": "
|
12997
|
+
"example": " [\"标准门头照\"]",
|
12989
12998
|
"member": "string",
|
12990
12999
|
"name": "StoreLabel",
|
12991
13000
|
"output_required": true,
|
@@ -13495,7 +13504,7 @@
|
|
13495
13504
|
{
|
13496
13505
|
"disabled": false,
|
13497
13506
|
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。\n建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
13498
|
-
"example": "https://
|
13507
|
+
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/IDCardOCR/IDCardOCR1.jpg",
|
13499
13508
|
"member": "string",
|
13500
13509
|
"name": "ImageUrl",
|
13501
13510
|
"required": false,
|
@@ -343,7 +343,7 @@
|
|
343
343
|
"MixedInvoiceDetect": [
|
344
344
|
{
|
345
345
|
"document": "混贴票据分类",
|
346
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: MixedInvoiceDetect\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\",\n \"ReturnImage\": \
|
346
|
+
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: MixedInvoiceDetect\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\",\n \"ReturnImage\": false\n}",
|
347
347
|
"output": "{\n \"Response\": {\n \"InvoiceDetectInfos\": [\n {\n \"Angle\": 0,\n \"Type\": 3,\n \"Rect\": {\n \"X\": 19,\n \"Y\": 43,\n \"Width\": 1340,\n \"Height\": 852\n },\n \"Image\": null\n },\n {\n \"Angle\": 0,\n \"Type\": 13,\n \"Rect\": {\n \"X\": 20,\n \"Y\": 891,\n \"Width\": 479,\n \"Height\": 597\n },\n \"Image\": null\n },\n {\n \"Angle\": 0,\n \"Type\": 2,\n \"Rect\": {\n \"X\": 520,\n \"Y\": 904,\n \"Width\": 455,\n \"Height\": 286\n },\n \"Image\": null\n }\n ],\n \"RequestId\": \"c8cedc79-d03b-463d-8b95-b807b4ca5135\"\n }\n}",
|
348
348
|
"title": "混贴票据分类示例代码"
|
349
349
|
}
|
@@ -357,7 +357,7 @@
|
|
357
357
|
},
|
358
358
|
{
|
359
359
|
"document": "混贴票据识别示例代码(识别指定类型)",
|
360
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: MixedInvoiceOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\",\n \"Types\": [\n \
|
360
|
+
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: MixedInvoiceOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\",\n \"Types\": [\n 3\n ]\n}",
|
361
361
|
"output": "{\n \"Response\": {\n \"MixedInvoiceItems\": [\n {\n \"Rect\": {\n \"X\": -19,\n \"Y\": 34,\n \"Width\": 1399,\n \"Height\": 845\n },\n \"Angle\": 0,\n \"Type\": 3,\n \"Code\": \"OK\",\n \"Page\": 1,\n \"SingleInvoiceInfos\": [\n {\n \"Name\": \"销售方识别号\",\n \"Value\": \"440300094040109\",\n \"Row\": -1\n },\n {\n \"Name\": \"销售方名称\",\n \"Value\": \"深圳市游戏科技有限公司\",\n \"Row\": -1\n },\n {\n \"Name\": \"购买方识别号\",\n \"Value\": \"440300708461136\",\n \"Row\": -1\n },\n {\n \"Name\": \"购买方名称\",\n \"Value\": \"深圳市腾讯计算机系统有限公司\",\n \"Row\": -1\n },\n {\n \"Name\": \"发票名称\",\n \"Value\": \"深圳增值税专用发票\",\n \"Row\": -1\n },\n {\n \"Name\": \"发票代码\",\n \"Value\": \"4403152130\",\n \"Row\": -1\n },\n {\n \"Name\": \"发票号码\",\n \"Value\": \"No14998456\",\n \"Row\": -1\n },\n {\n \"Name\": \"打印发票代码\",\n \"Value\": \"4403152130\",\n \"Row\": -1\n },\n {\n \"Name\": \"打印发票号码\",\n \"Value\": \"No14998456\",\n \"Row\": -1\n },\n {\n \"Name\": \"开票日期\",\n \"Value\": \"2016年04月11日\",\n \"Row\": -1\n },\n {\n \"Name\": \"密码区1\",\n \"Value\": \"*7-0<84019---5+68315-99->/51\",\n \"Row\": -1\n },\n {\n \"Name\": \"密码区2\",\n \"Value\": \">814<1/7922/<-23/908+>7474+3\",\n \"Row\": -1\n },\n {\n \"Name\": \"购买方地址、电话\",\n \"Value\": \"深圳市南山区高新区高新南一路飞亚达大厦5-10楼0755-86013388\",\n \"Row\": -1\n },\n {\n \"Name\": \"密码区3\",\n \"Value\": \"78312-072<3<729-+4<6*315-094\",\n \"Row\": -1\n },\n {\n \"Name\": \"密码区4\",\n \"Value\": \"->/5>18493/1-60*6-43/90<--78\",\n \"Row\": -1\n },\n {\n \"Name\": \"购买方开户行及账号\",\n \"Value\": \"招商银行深圳分行振兴支行817282299619961\",\n \"Row\": -1\n },\n {\n \"Name\": \"货物或应税劳务、服务名称\",\n \"Value\": \"技术服务费\",\n \"Row\": 0\n },\n {\n \"Name\": \"金额\",\n \"Value\": \"778.44\",\n \"Row\": 0\n },\n {\n \"Name\": \"税率\",\n \"Value\": \"6%\",\n \"Row\": 0\n },\n {\n \"Name\": \"税额\",\n \"Value\": \"46.71\",\n \"Row\": 0\n },\n {\n \"Name\": \"合计金额\",\n \"Value\": \"¥778.44\",\n \"Row\": -1\n },\n {\n \"Name\": \"合计税额\",\n \"Value\": \"46.71\",\n \"Row\": -1\n },\n {\n \"Name\": \"价税合计(大写)\",\n \"Value\": \"捌佰贰拾伍圆壹角伍分\",\n \"Row\": -1\n },\n {\n \"Name\": \"小写金额\",\n \"Value\": \"¥825.15\",\n \"Row\": -1\n },\n {\n \"Name\": \"销售方地址、电话\",\n \"Value\": \"深圳市南山区高新南一道3号赋安科技大楼A座301室0755-86315454\",\n \"Row\": -1\n },\n {\n \"Name\": \"销售方开户行及账号\",\n \"Value\": \"浦发行深圳科技园支行79210154740015474\",\n \"Row\": -1\n },\n {\n \"Name\": \"收款人\",\n \"Value\": \"李明\",\n \"Row\": -1\n },\n {\n \"Name\": \"复核\",\n \"Value\": \"晓艾\",\n \"Row\": -1\n },\n {\n \"Name\": \"开票人\",\n \"Value\": \"张三\",\n \"Row\": -1\n },\n {\n \"Name\": \"是否有公司印章\",\n \"Value\": \"1\",\n \"Row\": -1\n },\n {\n \"Name\": \"联次\",\n \"Value\": \"三\",\n \"Row\": -1\n },\n {\n \"Name\": \"省\",\n \"Value\": \"广东省\",\n \"Row\": -1\n },\n {\n \"Name\": \"市\",\n \"Value\": \"深圳市\",\n \"Row\": -1\n },\n {\n \"Name\": \"发票消费类型\",\n \"Value\": \"服务\",\n \"Row\": -1\n },\n {\n \"Name\": \"发票类型\",\n \"Value\": \"增值税专用发票\",\n \"Row\": -1\n },\n {\n \"Name\": \"机器编号\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"校验码\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"单价\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"备注\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"单位\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"数量\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"规格型号\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"是否代开\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"成品油标志\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"服务类型\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"通行费标志\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"车船税\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"车牌号\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"类型\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"通行日期起\",\n \"Value\": \"\",\n \"Row\": -1\n },\n {\n \"Name\": \"通行日期止\",\n \"Value\": \"\",\n \"Row\": -1\n }\n ]\n }\n ],\n \"RequestId\": \"3a850dbc-2de1-4dfb-9ecd-7ae57f2fe666\"\n }\n}",
|
362
362
|
"title": "混贴票据识别示例代码(识别指定类型)"
|
363
363
|
}
|
@@ -478,7 +478,7 @@
|
|
478
478
|
{
|
479
479
|
"document": "门头照识别示例",
|
480
480
|
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeStoreName\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
|
481
|
-
"output": "{\n \"Response\": {\n \"Angle\": 0.988696813583374,\n \"RequestId\": \"e450a988-e6b1-4dde-810c-59ab214d39a6\",\n \"StoreInfo\": [\n {\n \"Name\": \"商店名称\",\n \"Rect\": {\n \"Height\": 263,\n \"Width\": 1132,\n \"X\": 232,\n \"Y\": 366\n },\n \"Value\": \"城市生活超市\"\n },\n {\n \"Name\": \"商店名称\",\n \"Rect\": {\n \"Height\": 69,\n \"Width\": 275,\n \"X\": 240,\n \"Y\": 557\n },\n \"Value\": \"CITY LIFE\"\n }\n ],\n \"StoreLabel\": [\n \"
|
481
|
+
"output": "{\n \"Response\": {\n \"Angle\": 0.988696813583374,\n \"RequestId\": \"e450a988-e6b1-4dde-810c-59ab214d39a6\",\n \"StoreInfo\": [\n {\n \"Name\": \"商店名称\",\n \"Rect\": {\n \"Height\": 263,\n \"Width\": 1132,\n \"X\": 232,\n \"Y\": 366\n },\n \"Value\": \"城市生活超市\"\n },\n {\n \"Name\": \"商店名称\",\n \"Rect\": {\n \"Height\": 69,\n \"Width\": 275,\n \"X\": 240,\n \"Y\": 557\n },\n \"Value\": \"CITY LIFE\"\n }\n ],\n \"StoreLabel\": [\n \"标准门头照\"\n ]\n }\n}",
|
482
482
|
"title": "门头照识别示例"
|
483
483
|
}
|
484
484
|
],
|
@@ -502,7 +502,7 @@
|
|
502
502
|
{
|
503
503
|
"document": "",
|
504
504
|
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeThaiIDCardOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
|
505
|
-
"output": "{\n \"Response\": {\n \"ID\": \"
|
505
|
+
"output": "{\n \"Response\": {\n \"Address\": \"ที่อยู่ 21/19 หมู่ที่ 3 ต.บางคูรัด อ.บางบัวทอง จ.นนทบุรี\",\n \"AdvancedInfo\": \"{\\\"ID\\\":0.9995814561843872,\\\"ThaiName\\\":0.9961479902267456,\\\"EnFirstName\\\":0.9232422113418579,\\\"EnLastName\\\":0.943652331829071,\\\"Birthday\\\":0.9828404188156128,\\\"EnBirthday\\\":0.92333984375,\\\"Religion\\\":1,\\\"ExpirationDate\\\":0.9919084906578064,\\\"IssueDate\\\":0.9893275499343872,\\\"EnExpirationDate\\\":0.9890950322151184,\\\"EnIssueDate\\\":0.9800618290901184,\\\"SerialNumber\\\":0.9995659589767456}\",\n \"Birthday\": \"14 ธ.ค. 2509\",\n \"EnBirthday\": \"14 Dec. 1966\",\n \"EnExpirationDate\": \"13 Dec. 2024\",\n \"EnFirstName\": \"Mr. Thanakit\",\n \"EnIssueDate\": \"9 Dec. 2016\",\n \"EnLastName\": \"Boonyopakron\",\n \"ExpirationDate\": \"13 ธ.ค. 2567\",\n \"ID\": \"3 1020 01968 75 6\",\n \"IssueDate\": \"9 ธ.ค. 2559\",\n \"PortraitImage\": \"\",\n \"Religion\": \"พุทธ\",\n \"RequestId\": \"d4af8019-08e0-4d8d-a986-e1f45efb4a6c\",\n \"SerialNumber\": \"1204-03-12091012\",\n \"ThaiName\": \"นาย ธนกฤต บุญโญปกรณ์\",\n \"WarnCardInfos\": [\n -9109\n ]\n }\n}",
|
506
506
|
"title": "RecognizeThaiIDCardOCR调用"
|
507
507
|
}
|
508
508
|
],
|
@@ -683,7 +683,7 @@
|
|
683
683
|
"VehicleRegCertOCR": [
|
684
684
|
{
|
685
685
|
"document": "机动车登记证书识别示例代码",
|
686
|
-
"input": "
|
686
|
+
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VehicleRegCertOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/vehicle/VehicleRegCertOCR/VehicleRegCertOCR1.jpg\"\n}",
|
687
687
|
"output": "{\n \"Response\": {\n \"VehicleRegCertInfos\": [\n {\n \"Name\": \"编号\",\n \"Value\": \"*310005169880*\"\n },\n {\n \"Name\": \"机动车所有人1\",\n \"Value\": \"李明\"\n },\n {\n \"Name\": \"车辆识别代号/车架号\",\n \"Value\": \"LFV8\"\n },\n {\n \"Name\": \"身份证明名称1\",\n \"Value\": \"居民身份证\"\n },\n {\n \"Name\": \"号码1\",\n \"Value\": \"339001198706168418\"\n }\n ],\n \"RequestId\": \"393fa9e0-3827-4183-9fe7-68ed622028a1\"\n }\n}",
|
688
688
|
"title": "机动车登记证书识别示例代码"
|
689
689
|
}
|
@@ -691,7 +691,7 @@
|
|
691
691
|
"VerifyOfdVatInvoiceOCR": [
|
692
692
|
{
|
693
693
|
"document": "ofd发票识别",
|
694
|
-
"input": "
|
694
|
+
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VerifyOfdVatInvoiceOCR\n<公共请求参数>\n\n{\n \"OfdFileUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
|
695
695
|
"output": "{\n \"Response\": {\n \"Buyer\": {\n \"AddrTel\": \"北京*****嘉园北门\",\n \"FinancialAccount\": \"北京****11\",\n \"Name\": \"科*****限公司\",\n \"TaxId\": \"915****002\"\n },\n \"Checker\": \"张***\",\n \"GoodsInfos\": [\n {\n \"Amount\": \"-100.00\",\n \"Item\": \"*餐饮服务*餐费\",\n \"MeasurementDimension\": \"次\",\n \"Price\": \"25\",\n \"Quantity\": \"-4\",\n \"Specification\": \"\",\n \"TaxAmount\": \"-6.00\",\n \"TaxScheme\": \"6%\"\n },\n {\n \"Amount\": \"-100.00\",\n \"Item\": \"*餐饮服务*餐费\",\n \"MeasurementDimension\": \"次\",\n \"Price\": \"25\",\n \"Quantity\": \"-4\",\n \"Specification\": \"\",\n \"TaxAmount\": \"-6.00\",\n \"TaxScheme\": \"6%\"\n },\n {\n \"Amount\": \"-100.00\",\n \"Item\": \"*餐饮服务*餐费\",\n \"MeasurementDimension\": \"次\",\n \"Price\": \"25\",\n \"Quantity\": \"-4\",\n \"Specification\": \"\",\n \"TaxAmount\": \"-6.00\",\n \"TaxScheme\": \"6%\"\n }\n ],\n \"InvoiceCheckCode\": \"1780***699\",\n \"InvoiceClerk\": \"任**\",\n \"InvoiceCode\": \"0***11\",\n \"InvoiceNumber\": \"62***8\",\n \"IssueDate\": \"2020年06月18日\",\n \"MachineNumber\": \"016****903\",\n \"Note\": \"对应正*****436\",\n \"Payee\": \"张***\",\n \"RequestId\": \"7ea56704-eb43-455a-a608-6d79f5e70b37\",\n \"Seller\": {\n \"AddrTel\": \"北京****号\",\n \"FinancialAccount\": \"建设*****711\",\n \"Name\": \"深圳*****有限公司\",\n \"TaxId\": \"915****8Y\"\n },\n \"TaxControlCode\": \"00228*****2274\",\n \"TaxExclusiveTotalAmount\": \"-300.00\",\n \"TaxInclusiveTotalAmount\": \"-318.00\",\n \"TaxTotalAmount\": \"-18.00\",\n \"Type\": \"026\",\n \"AirTicketInfo\": {\n \"PassengerName\": \"李**\",\n \"ValidIdNumber\": \"440183********372\",\n \"Endorsement\": \"BUDEQIANZHUAN不得签转/****变更退票收费\",\n \"NumberOfGPOrder\": \"\",\n \"ElectronicInvoiceAirTransportReceiptNumber\": \"2344****0553\",\n \"DetailInformationOfAirTicketTuple\": [\n {\n \"DepartureStation\": \"CAN 广州\",\n \"DestinationStation\": \"CGO 郑州\",\n \"FlightSegment\": \"1\",\n \"Carrier\": \"南航\",\n \"Flight\": \"CZ3***\",\n \"SeatClass\": \"T\",\n \"CarrierDate\": \"2023-01-30\",\n \"DepartureTime\": \"07:25\",\n \"FareBasis\": \"TCP0***\",\n \"EffectiveDate\": \"2023-01-30\",\n \"ExpirationDate\": \"2023-01-30\",\n \"FreeBaggageAllowance\": \"20K\"\n }\n ],\n \"Fare\": \"458\",\n \"FuelSurcharge\": \"70\",\n \"VatRate\": \"0.08\",\n \"VatTaxAmount\": \"47\",\n \"CivilAviationDevelopmentFund\": \"50.00\",\n \"OtherTaxes\": \"0.00\",\n \"TotalAmount\": \"600\",\n \"ElectronicTicketNum\": \"\",\n \"VerificationCode\": \"0**3\",\n \"PromptInformation\": \"\",\n \"Insurance\": \"0.00\",\n \"AgentCode\": \"CAN0***570\",\n \"IssueParty\": \"中国南****限公司\",\n \"IssueDate\": \"2023-02-07\",\n \"IssuingStatus\": \"正常\",\n \"MarkingOfDomesticOrInternational\": \"国内\",\n \"NameOfPurchaser\": \"兴*****分公司\",\n \"NameOfSeller\": \"中国****限公司\",\n \"UnifiedSocialCreditCodeOfPurchaser\": \"914***673B\"\n },\n \"RailwayTicketInfo\": {\n \"TypeOfVoucher\": \"电子发票(铁路电子客票)\",\n \"ElectronicTicketNum\": \"3067*****22\",\n \"DateOfIssue\": \"2022-03-17\",\n \"TypeOfBusiness\": \"退\",\n \"DepartureStation\": \"南京\",\n \"PhonicsOfDepartureStation\": \"Nanjing\",\n \"DestinationStation\": \"上海虹桥\",\n \"PhonicsOfDestinationStation\": \"Shanghaihongqiao\",\n \"TrainNumber\": \"D1****1\",\n \"TravelDate\": \"2022-01-20\",\n \"DepartureTime\": \"06:20\",\n \"AirConditioningCharacteristics\": \"\",\n \"SeatLevel\": \"一等座\",\n \"Carriage\": \"03车\",\n \"Seat\": \"01F号\",\n \"Fare\": \"48.00\",\n \"ElectronicInvoiceRailwayETicketNumber\": \"221******0011\",\n \"IdNumber\": \"142*****1627\",\n \"Name\": \"汪某某\",\n \"TotalAmountExcludingTax\": \"52.28\",\n \"TaxRate\": \"0.06\",\n \"TaxAmount\": \"2.72\",\n \"NameOfPurchaser\": \"铁路客票****单位\",\n \"UnifiedSocialCreditCodeOfPurchaser\": \"9111***858\",\n \"NumberOfOriginalInvoice\": \"22****0010\"\n }\n }\n}",
|
696
696
|
"title": "OFD发票识别示例代码"
|
697
697
|
}
|
@@ -572,6 +572,15 @@
|
|
572
572
|
"name": "TTL",
|
573
573
|
"required": false,
|
574
574
|
"type": "int"
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"disabled": false,
|
578
|
+
"document": "备注",
|
579
|
+
"example": "这是备注",
|
580
|
+
"member": "string",
|
581
|
+
"name": "Remark",
|
582
|
+
"required": false,
|
583
|
+
"type": "string"
|
575
584
|
}
|
576
585
|
],
|
577
586
|
"type": "object"
|
@@ -1682,6 +1691,15 @@
|
|
1682
1691
|
"name": "TTL",
|
1683
1692
|
"required": false,
|
1684
1693
|
"type": "int"
|
1694
|
+
},
|
1695
|
+
{
|
1696
|
+
"disabled": false,
|
1697
|
+
"document": "备注",
|
1698
|
+
"example": "这是备注",
|
1699
|
+
"member": "string",
|
1700
|
+
"name": "Remark",
|
1701
|
+
"required": false,
|
1702
|
+
"type": "string"
|
1685
1703
|
}
|
1686
1704
|
],
|
1687
1705
|
"type": "object"
|
@@ -2143,7 +2161,7 @@
|
|
2143
2161
|
"example": "12076",
|
2144
2162
|
"member": "string",
|
2145
2163
|
"name": "RecordId",
|
2146
|
-
"
|
2164
|
+
"output_required": true,
|
2147
2165
|
"type": "string",
|
2148
2166
|
"value_allowed_null": false
|
2149
2167
|
},
|
@@ -2153,7 +2171,7 @@
|
|
2153
2171
|
"example": "zone-pckv03qy",
|
2154
2172
|
"member": "string",
|
2155
2173
|
"name": "ZoneId",
|
2156
|
-
"
|
2174
|
+
"output_required": true,
|
2157
2175
|
"type": "string",
|
2158
2176
|
"value_allowed_null": false
|
2159
2177
|
},
|
@@ -2163,7 +2181,7 @@
|
|
2163
2181
|
"example": "www",
|
2164
2182
|
"member": "string",
|
2165
2183
|
"name": "SubDomain",
|
2166
|
-
"
|
2184
|
+
"output_required": true,
|
2167
2185
|
"type": "string",
|
2168
2186
|
"value_allowed_null": false
|
2169
2187
|
},
|
@@ -2173,7 +2191,7 @@
|
|
2173
2191
|
"example": "A",
|
2174
2192
|
"member": "string",
|
2175
2193
|
"name": "RecordType",
|
2176
|
-
"
|
2194
|
+
"output_required": true,
|
2177
2195
|
"type": "string",
|
2178
2196
|
"value_allowed_null": false
|
2179
2197
|
},
|
@@ -2183,7 +2201,7 @@
|
|
2183
2201
|
"example": "1.1.1.1",
|
2184
2202
|
"member": "string",
|
2185
2203
|
"name": "RecordValue",
|
2186
|
-
"
|
2204
|
+
"output_required": true,
|
2187
2205
|
"type": "string",
|
2188
2206
|
"value_allowed_null": false
|
2189
2207
|
},
|
@@ -2193,7 +2211,7 @@
|
|
2193
2211
|
"example": "300",
|
2194
2212
|
"member": "int64",
|
2195
2213
|
"name": "TTL",
|
2196
|
-
"
|
2214
|
+
"output_required": true,
|
2197
2215
|
"type": "int",
|
2198
2216
|
"value_allowed_null": false
|
2199
2217
|
},
|
@@ -2203,7 +2221,7 @@
|
|
2203
2221
|
"example": "0",
|
2204
2222
|
"member": "int64",
|
2205
2223
|
"name": "MX",
|
2206
|
-
"
|
2224
|
+
"output_required": true,
|
2207
2225
|
"type": "int",
|
2208
2226
|
"value_allowed_null": true
|
2209
2227
|
},
|
@@ -2213,7 +2231,7 @@
|
|
2213
2231
|
"example": "enabled",
|
2214
2232
|
"member": "string",
|
2215
2233
|
"name": "Status",
|
2216
|
-
"
|
2234
|
+
"output_required": true,
|
2217
2235
|
"type": "string",
|
2218
2236
|
"value_allowed_null": false
|
2219
2237
|
},
|
@@ -2223,7 +2241,7 @@
|
|
2223
2241
|
"example": "null",
|
2224
2242
|
"member": "int64",
|
2225
2243
|
"name": "Weight",
|
2226
|
-
"
|
2244
|
+
"output_required": true,
|
2227
2245
|
"type": "int",
|
2228
2246
|
"value_allowed_null": true
|
2229
2247
|
},
|
@@ -2233,7 +2251,7 @@
|
|
2233
2251
|
"example": "2021-09-07 19:00:58",
|
2234
2252
|
"member": "datetime",
|
2235
2253
|
"name": "CreatedOn",
|
2236
|
-
"
|
2254
|
+
"output_required": true,
|
2237
2255
|
"type": "string",
|
2238
2256
|
"value_allowed_null": false
|
2239
2257
|
},
|
@@ -2243,7 +2261,7 @@
|
|
2243
2261
|
"example": "2021-09-07 19:00:58",
|
2244
2262
|
"member": "datetime",
|
2245
2263
|
"name": "UpdatedOn",
|
2246
|
-
"
|
2264
|
+
"output_required": true,
|
2247
2265
|
"type": "string",
|
2248
2266
|
"value_allowed_null": false
|
2249
2267
|
},
|
@@ -2253,7 +2271,7 @@
|
|
2253
2271
|
"example": "无",
|
2254
2272
|
"member": "string",
|
2255
2273
|
"name": "Extra",
|
2256
|
-
"
|
2274
|
+
"output_required": true,
|
2257
2275
|
"type": "string",
|
2258
2276
|
"value_allowed_null": true
|
2259
2277
|
},
|
@@ -2263,9 +2281,19 @@
|
|
2263
2281
|
"example": "是否暂停",
|
2264
2282
|
"member": "uint64",
|
2265
2283
|
"name": "Enabled",
|
2266
|
-
"
|
2284
|
+
"output_required": true,
|
2267
2285
|
"type": "int",
|
2268
2286
|
"value_allowed_null": true
|
2287
|
+
},
|
2288
|
+
{
|
2289
|
+
"disabled": false,
|
2290
|
+
"document": "备注\n注意:此字段可能返回 null,表示取不到有效值。",
|
2291
|
+
"example": "这是备注",
|
2292
|
+
"member": "string",
|
2293
|
+
"name": "Remark",
|
2294
|
+
"output_required": false,
|
2295
|
+
"type": "string",
|
2296
|
+
"value_allowed_null": true
|
2269
2297
|
}
|
2270
2298
|
],
|
2271
2299
|
"usage": "out"
|
@@ -5817,7 +5817,7 @@
|
|
5817
5817
|
"example": "http://www.baidu.com",
|
5818
5818
|
"member": "string",
|
5819
5819
|
"name": "Service",
|
5820
|
-
"
|
5820
|
+
"output_required": true,
|
5821
5821
|
"type": "string",
|
5822
5822
|
"value_allowed_null": false
|
5823
5823
|
},
|
@@ -5827,7 +5827,7 @@
|
|
5827
5827
|
"example": "GET",
|
5828
5828
|
"member": "string",
|
5829
5829
|
"name": "Method",
|
5830
|
-
"
|
5830
|
+
"output_required": true,
|
5831
5831
|
"type": "string",
|
5832
5832
|
"value_allowed_null": false
|
5833
5833
|
},
|
@@ -5837,7 +5837,7 @@
|
|
5837
5837
|
"example": "100",
|
5838
5838
|
"member": "int64",
|
5839
5839
|
"name": "Count",
|
5840
|
-
"
|
5840
|
+
"output_required": true,
|
5841
5841
|
"type": "int",
|
5842
5842
|
"value_allowed_null": false
|
5843
5843
|
},
|
@@ -5847,7 +5847,7 @@
|
|
5847
5847
|
"example": "0.50",
|
5848
5848
|
"member": "float",
|
5849
5849
|
"name": "Average",
|
5850
|
-
"
|
5850
|
+
"output_required": true,
|
5851
5851
|
"type": "float",
|
5852
5852
|
"value_allowed_null": false
|
5853
5853
|
},
|
@@ -5857,7 +5857,7 @@
|
|
5857
5857
|
"example": "0.90",
|
5858
5858
|
"member": "float",
|
5859
5859
|
"name": "P90",
|
5860
|
-
"
|
5860
|
+
"output_required": true,
|
5861
5861
|
"type": "float",
|
5862
5862
|
"value_allowed_null": false
|
5863
5863
|
},
|
@@ -5867,7 +5867,7 @@
|
|
5867
5867
|
"example": "0.95",
|
5868
5868
|
"member": "float",
|
5869
5869
|
"name": "P95",
|
5870
|
-
"
|
5870
|
+
"output_required": true,
|
5871
5871
|
"type": "float",
|
5872
5872
|
"value_allowed_null": false
|
5873
5873
|
},
|
@@ -5877,7 +5877,7 @@
|
|
5877
5877
|
"example": "0.10",
|
5878
5878
|
"member": "float",
|
5879
5879
|
"name": "Min",
|
5880
|
-
"
|
5880
|
+
"output_required": true,
|
5881
5881
|
"type": "float",
|
5882
5882
|
"value_allowed_null": false
|
5883
5883
|
},
|
@@ -5887,7 +5887,7 @@
|
|
5887
5887
|
"example": "0.99",
|
5888
5888
|
"member": "float",
|
5889
5889
|
"name": "Max",
|
5890
|
-
"
|
5890
|
+
"output_required": true,
|
5891
5891
|
"type": "float",
|
5892
5892
|
"value_allowed_null": false
|
5893
5893
|
},
|
@@ -5897,7 +5897,7 @@
|
|
5897
5897
|
"example": "1,代表错误率1%",
|
5898
5898
|
"member": "float",
|
5899
5899
|
"name": "ErrorPercentage",
|
5900
|
-
"
|
5900
|
+
"output_required": true,
|
5901
5901
|
"type": "float",
|
5902
5902
|
"value_allowed_null": false
|
5903
5903
|
},
|
@@ -5907,7 +5907,7 @@
|
|
5907
5907
|
"example": "0.55",
|
5908
5908
|
"member": "float",
|
5909
5909
|
"name": "P99",
|
5910
|
-
"
|
5910
|
+
"output_required": true,
|
5911
5911
|
"type": "float",
|
5912
5912
|
"value_allowed_null": false
|
5913
5913
|
},
|
@@ -5917,7 +5917,7 @@
|
|
5917
5917
|
"example": "200",
|
5918
5918
|
"member": "string",
|
5919
5919
|
"name": "Status",
|
5920
|
-
"
|
5920
|
+
"output_required": true,
|
5921
5921
|
"type": "string",
|
5922
5922
|
"value_allowed_null": false
|
5923
5923
|
},
|
@@ -5927,9 +5927,19 @@
|
|
5927
5927
|
"example": "ok",
|
5928
5928
|
"member": "string",
|
5929
5929
|
"name": "Result",
|
5930
|
-
"
|
5930
|
+
"output_required": true,
|
5931
5931
|
"type": "string",
|
5932
5932
|
"value_allowed_null": false
|
5933
|
+
},
|
5934
|
+
{
|
5935
|
+
"disabled": false,
|
5936
|
+
"document": "平均rps, 单位req/s",
|
5937
|
+
"example": "100",
|
5938
|
+
"member": "float",
|
5939
|
+
"name": "RPS",
|
5940
|
+
"output_required": false,
|
5941
|
+
"type": "float",
|
5942
|
+
"value_allowed_null": false
|
5933
5943
|
}
|
5934
5944
|
],
|
5935
5945
|
"usage": "out"
|