tccli 3.0.1104.1__py2.py3-none-any.whl → 3.0.1105.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 (39) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +0 -4
  3. tccli/examples/cynosdb/v20190107/CreateCLSDelivery.md +9 -1
  4. tccli/examples/cynosdb/v20190107/DeleteCLSDelivery.md +5 -1
  5. tccli/examples/cynosdb/v20190107/DescribeInstanceCLSLogDelivery.md +27 -2
  6. tccli/examples/cynosdb/v20190107/StartCLSDelivery.md +5 -1
  7. tccli/examples/cynosdb/v20190107/StopCLSDelivery.md +5 -1
  8. tccli/examples/dsgc/v20190723/DescribeDSPACOSDiscoveryTaskResult.md +21 -13
  9. tccli/services/antiddos/v20200309/api.json +2 -2
  10. tccli/services/asr/v20190614/api.json +5 -5
  11. tccli/services/billing/v20180709/examples.json +1 -1
  12. tccli/services/cdb/v20170320/api.json +15 -12
  13. tccli/services/clb/v20180317/api.json +9 -0
  14. tccli/services/cynosdb/v20190107/api.json +306 -5
  15. tccli/services/cynosdb/v20190107/examples.json +10 -10
  16. tccli/services/dsgc/v20190723/api.json +348 -333
  17. tccli/services/dsgc/v20190723/examples.json +2 -2
  18. tccli/services/dts/v20211206/api.json +1 -1
  19. tccli/services/emr/v20190103/api.json +30 -0
  20. tccli/services/es/v20180416/api.json +10 -0
  21. tccli/services/essbasic/v20210526/api.json +1 -1
  22. tccli/services/faceid/v20180301/api.json +1 -1
  23. tccli/services/iotexplorer/v20190423/api.json +1 -1
  24. tccli/services/iotvideo/v20211125/api.json +1 -1
  25. tccli/services/ocr/v20181119/api.json +80 -22
  26. tccli/services/ocr/v20181119/examples.json +1 -1
  27. tccli/services/tbaas/v20180416/api.json +24 -24
  28. tccli/services/tione/tione_client.py +0 -53
  29. tccli/services/tione/v20191022/api.json +0 -52
  30. tccli/services/tione/v20191022/examples.json +0 -8
  31. tccli/services/tione/v20211111/api.json +28 -0
  32. tccli/services/tmt/v20180321/api.json +8 -8
  33. tccli/services/trtc/v20190722/api.json +9 -0
  34. tccli/services/tse/v20201207/api.json +37 -7
  35. {tccli-3.0.1104.1.dist-info → tccli-3.0.1105.1.dist-info}/METADATA +2 -2
  36. {tccli-3.0.1104.1.dist-info → tccli-3.0.1105.1.dist-info}/RECORD +39 -39
  37. {tccli-3.0.1104.1.dist-info → tccli-3.0.1105.1.dist-info}/WHEEL +0 -0
  38. {tccli-3.0.1104.1.dist-info → tccli-3.0.1105.1.dist-info}/entry_points.txt +0 -0
  39. {tccli-3.0.1104.1.dist-info → tccli-3.0.1105.1.dist-info}/license_files/LICENSE +0 -0
@@ -555,8 +555,8 @@
555
555
  "DescribeDSPACOSDiscoveryTaskResult": [
556
556
  {
557
557
  "document": "",
558
- "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPACOSDiscoveryTaskResult\n<公共请求参数>\n\n{\n \"DspaId\": \"xx\",\n \"Limit\": 0,\n \"Filters\": [\n {\n \"Name\": \"BucketName\",\n \"Values\": [\n \"bucket_1\"\n ]\n }\n ],\n \"Offset\": 0\n}",
559
- "output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\",\n \"TotalCount\": 1,\n \"Items\": [\n {\n \"BucketResultId\": 3,\n \"TaskId\": 28,\n \"TaskName\": \"898111\",\n \"BucketName\": \"bucket_1\",\n \"TotalFiles\": 2,\n \"SensitiveDataNums\": 6\n }\n ]\n }\n}",
558
+ "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPACOSDiscoveryTaskResult\n<公共请求参数>\n\n{\n \"DspaId\": \"abc\",\n \"Offset\": 0,\n \"Limit\": 0,\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ]\n }\n ]\n}",
559
+ "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"BucketResultId\": 0,\n \"TaskId\": 0,\n \"TaskName\": \"abc\",\n \"ResultId\": 0,\n \"DataSourceId\": \"abc\",\n \"BucketName\": \"abc\",\n \"TotalFiles\": 0,\n \"SensitiveDataNums\": 0,\n \"EndTime\": \"abc\",\n \"DataSourceName\": \"abc\",\n \"Status\": 0,\n \"ErrorInfo\": \"abc\",\n \"ResourceRegion\": \"abc\",\n \"OverSize\": \"abc\"\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
560
560
  "title": "DescribeCOSTaskResult"
561
561
  }
562
562
  ],
@@ -1783,7 +1783,7 @@
1783
1783
  },
1784
1784
  {
1785
1785
  "disabled": false,
1786
- "document": "一致性对比对象配置",
1786
+ "document": "数据对比对象,当ObjectMode为custom时,此项需要填写。",
1787
1787
  "example": "无",
1788
1788
  "member": "CompareObject",
1789
1789
  "name": "Objects",
@@ -5352,6 +5352,36 @@
5352
5352
  "output_required": false,
5353
5353
  "type": "int",
5354
5354
  "value_allowed_null": true
5355
+ },
5356
+ {
5357
+ "disabled": false,
5358
+ "document": "后端个数\n注意:此字段可能返回 null,表示取不到有效值。",
5359
+ "example": "1",
5360
+ "member": "int64",
5361
+ "name": "BackendsCount",
5362
+ "output_required": false,
5363
+ "type": "int",
5364
+ "value_allowed_null": true
5365
+ },
5366
+ {
5367
+ "disabled": false,
5368
+ "document": "fragment数\n注意:此字段可能返回 null,表示取不到有效值。",
5369
+ "example": "2",
5370
+ "member": "int64",
5371
+ "name": "FragmentInstancesCount",
5372
+ "output_required": false,
5373
+ "type": "int",
5374
+ "value_allowed_null": true
5375
+ },
5376
+ {
5377
+ "disabled": false,
5378
+ "document": "剩余未完成Fragment数\n注意:此字段可能返回 null,表示取不到有效值。",
5379
+ "example": "1",
5380
+ "member": "int64",
5381
+ "name": "RemainingFragmentCount",
5382
+ "output_required": false,
5383
+ "type": "int",
5384
+ "value_allowed_null": true
5355
5385
  }
5356
5386
  ],
5357
5387
  "usage": "out"
@@ -8570,6 +8570,16 @@
8570
8570
  "output_required": false,
8571
8571
  "type": "int",
8572
8572
  "value_allowed_null": true
8573
+ },
8574
+ {
8575
+ "disabled": false,
8576
+ "document": "//默认en, 可选zh-CN\n注意:此字段可能返回 null,表示取不到有效值。",
8577
+ "example": "无",
8578
+ "member": "string",
8579
+ "name": "KibanaLanguage",
8580
+ "output_required": false,
8581
+ "type": "string",
8582
+ "value_allowed_null": true
8573
8583
  }
8574
8584
  ],
8575
8585
  "usage": "out"
@@ -435,7 +435,7 @@
435
435
  "status": "online"
436
436
  },
437
437
  "DescribeResourceUrlsByFlows": {
438
- "document": "获取合同流程PDF的下载链接,可以下载签署中、签署完的此子企业创建的合同\n\n**注意**: \n有两种开通权限的途径\n\n**第一种**: 需第三方应用的子企业登录控制台进行授权, 授权在**企业中心**的**授权管理**区域, 界面如下图\n授权过程需要**子企业超管**扫描跳转到电子签小程序签署<<渠道端下载渠道子客合同功能授权委托书>>\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/8b483dfebdeafac85051279406944048.png)\n\n**第二种**: 第三方应用的配置接口打开全第三个应用下的所有自己起开通, 需要**渠道方企业的超管**扫描二维码跳转到电子签小程序签署 <<渠道端下载渠道子客合同功能开通知情同意书>>\n![image](https://qcloudimg.tencent-cloud.cn/raw/238979ef51dd381ccbdbc755a593debc/channel_DescribeResourceUrlsByFlows_appilications2.png)",
438
+ "document": "获取合同流程PDF的下载链接,可以下载签署中、签署完的此子企业创建的合同\n\n**注意**: \n有两种开通权限的途径\n\n**第一种**: 需第三方应用的子企业登录控制台进行授权, 授权在**企业中心**的**授权管理**区域, 界面如下图。\n授权过程需要**子企业超管**扫描跳转到电子签小程序签署<<渠道端下载渠道子客合同功能授权委托书>>\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/8b483dfebdeafac85051279406944048.png)\n\n**第二种**: 渠道方企业在**企业应用管理**的配置界面打开需要配置的应用,点击**应用扩展服务**开通此功能,需要**渠道方企业的超管**扫描二维码跳转到电子签小程序签署 <<渠道端下载渠道子客合同功能开通知情同意书>>\n注: \n1. `请注意如果第三方应用的子客主动关闭了渠道端下载渠道子客合同功能功能,那么渠道方开通了此功能也无法下载子客的合同文件`\n![image](https://qcloudimg.tencent-cloud.cn/raw/238979ef51dd381ccbdbc755a593debc/channel_DescribeResourceUrlsByFlows_appilications2.png)",
439
439
  "input": "DescribeResourceUrlsByFlowsRequest",
440
440
  "name": "获取合同PDF下载链接",
441
441
  "output": "DescribeResourceUrlsByFlowsResponse",
@@ -1075,7 +1075,7 @@
1075
1075
  "members": [
1076
1076
  {
1077
1077
  "disabled": false,
1078
- "document": "传入需要进行检测的带有人脸的图片或视频,使用base64编码的形式。\n\n图片的Base64值:\n建议整体图像480x640的分辨率,脸部 大小 100X100 以上;\nBase64编码后的图片数据大小不超过3M,仅支持jpg、png格式。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。\n\n视频的Base64值:\nBase64编码后的大小不超过8M,支持mp4、avi、flv格式。\n请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648",
1078
+ "document": "传入需要进行检测的带有人脸的图片或视频,使用base64编码的形式。\n\n图片的Base64值:\n建议整体图像480x640的分辨率,脸部 大小 100X100 以上;\nBase64编码后的图片数据大小不超过3M,仅支持jpg、png格式。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。\n\n视频的Base64值:\nBase64编码后的大小不超过8M,支持mp4、avi、flv格式。\n请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。\n视频时长最大支持20s,建议时长2~5s。\n建议视频分辨率为480x640,帧率在25fps~30fps之间。",
1079
1079
  "example": "iVBORw0KGgoAA......",
1080
1080
  "member": "string",
1081
1081
  "name": "FaceInput",
@@ -290,7 +290,7 @@
290
290
  "DescribeCloudStorageOrder": {
291
291
  "document": "查询云存服务详情",
292
292
  "input": "DescribeCloudStorageOrderRequest",
293
- "name": "查询云存服务详情",
293
+ "name": "查询云存订单详情",
294
294
  "output": "DescribeCloudStorageOrderResponse",
295
295
  "status": "online"
296
296
  },
@@ -269,7 +269,7 @@
269
269
  "DescribeCloudStorageOrder": {
270
270
  "document": "查询云存服务详情",
271
271
  "input": "DescribeCloudStorageOrderRequest",
272
- "name": "查询云存服务详情",
272
+ "name": "查询云存订单详情",
273
273
  "output": "DescribeCloudStorageOrderResponse",
274
274
  "status": "online"
275
275
  },
@@ -239,7 +239,7 @@
239
239
  "status": "online"
240
240
  },
241
241
  "MLIDCardOCR": {
242
- "document": "本接口支持马来西亚身份证识别,识别字段包括身份证号、姓名、性别、地址;具备身份证人像照片的裁剪功能和翻拍、复印件告警功能。\n本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)\n",
242
+ "document": "本接口支持马来西亚身份证识别,识别字段包括身份证号、姓名、性别、地址;具备身份证人像照片的裁剪功能和翻拍、复印件告警功能。\n本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)",
243
243
  "input": "MLIDCardOCRRequest",
244
244
  "name": "马来西亚身份证识别",
245
245
  "output": "MLIDCardOCRResponse",
@@ -4287,7 +4287,7 @@
4287
4287
  "members": [
4288
4288
  {
4289
4289
  "disabled": false,
4290
- "document": "有加密需求的用户,接入传入kms的CiphertextBlob,关于数据加密可查阅数据加密 文档。\n注意:此字段可能返回 null,表示取不到有效值。",
4290
+ "document": "有加密需求的用户,接入传入kms的CiphertextBlob,关于数据加密可查阅[敏感数据加密指引](https://cloud.tencent.com/document/product/866/106048)文档。\n注意:此字段可能返回 null,表示取不到有效值。",
4291
4291
  "example": "无",
4292
4292
  "member": "string",
4293
4293
  "name": "CiphertextBlob",
@@ -5822,20 +5822,20 @@
5822
5822
  "members": [
5823
5823
  {
5824
5824
  "disabled": false,
5825
- "document": "是否鉴伪。",
5826
- "example": "true",
5825
+ "document": "是否返回人像照片。",
5826
+ "example": "false",
5827
5827
  "member": "bool",
5828
- "name": "DetectFake",
5828
+ "name": "ReturnHeadImage",
5829
5829
  "required": true,
5830
5830
  "type": "bool"
5831
5831
  },
5832
5832
  {
5833
- "disabled": false,
5834
- "document": "是否返回人像照片。",
5835
- "example": "false",
5833
+ "disabled": true,
5834
+ "document": "是否鉴伪。",
5835
+ "example": "true",
5836
5836
  "member": "bool",
5837
- "name": "ReturnHeadImage",
5838
- "required": true,
5837
+ "name": "DetectFake",
5838
+ "required": false,
5839
5839
  "type": "bool"
5840
5840
  },
5841
5841
  {
@@ -5963,7 +5963,7 @@
5963
5963
  "value_allowed_null": false
5964
5964
  },
5965
5965
  {
5966
- "disabled": false,
5966
+ "disabled": true,
5967
5967
  "document": "真假判断。\n0:无法判断(图像模糊、不完整、反光、过暗等导致无法判断);\n1:假;\n2:真。\n注意:此字段可能返回 null,表示取不到有效值。",
5968
5968
  "example": "1",
5969
5969
  "member": "int64",
@@ -5983,7 +5983,7 @@
5983
5983
  "value_allowed_null": true
5984
5984
  },
5985
5985
  {
5986
- "disabled": false,
5986
+ "disabled": true,
5987
5987
  "document": "多重告警码,当身份证是翻拍、复印件时返回对应告警码。\n-9102:证照复印件告警\n-9103:证照翻拍告警",
5988
5988
  "example": "[-9102,-9103]",
5989
5989
  "member": "int64",
@@ -5992,6 +5992,16 @@
5992
5992
  "type": "list",
5993
5993
  "value_allowed_null": false
5994
5994
  },
5995
+ {
5996
+ "disabled": false,
5997
+ "document": "告警码\n-9101 证件边框不完整告警\n-9102 证件复印件告警\n-9103 证件翻拍告警\n-9107 证件反光告警\n-9108 证件模糊告警\n-9109 告警能力未开通",
5998
+ "example": "[-9101]",
5999
+ "member": "int64",
6000
+ "name": "WarnCardInfos",
6001
+ "output_required": false,
6002
+ "type": "list",
6003
+ "value_allowed_null": false
6004
+ },
5995
6005
  {
5996
6006
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5997
6007
  "member": "string",
@@ -7127,7 +7137,7 @@
7127
7137
  "example": "710716-08-6085",
7128
7138
  "member": "string",
7129
7139
  "name": "ID",
7130
- "required": true,
7140
+ "output_required": true,
7131
7141
  "type": "string",
7132
7142
  "value_allowed_null": false
7133
7143
  },
@@ -7137,7 +7147,7 @@
7137
7147
  "example": "KAVIN ONG KHI MN",
7138
7148
  "member": "string",
7139
7149
  "name": "Name",
7140
- "required": true,
7150
+ "output_required": true,
7141
7151
  "type": "string",
7142
7152
  "value_allowed_null": false
7143
7153
  },
@@ -7147,7 +7157,7 @@
7147
7157
  "example": "NO 11 PERSIARN PERAJRIT 4 TAMA PERAK 31400 IPOH ERAK",
7148
7158
  "member": "string",
7149
7159
  "name": "Address",
7150
- "required": true,
7160
+ "output_required": true,
7151
7161
  "type": "string",
7152
7162
  "value_allowed_null": false
7153
7163
  },
@@ -7157,17 +7167,17 @@
7157
7167
  "example": "LEAKI",
7158
7168
  "member": "string",
7159
7169
  "name": "Sex",
7160
- "required": true,
7170
+ "output_required": true,
7161
7171
  "type": "string",
7162
7172
  "value_allowed_null": false
7163
7173
  },
7164
7174
  {
7165
- "disabled": false,
7175
+ "disabled": true,
7166
7176
  "document": "告警码\n-9103\t证照翻拍告警\n-9102\t证照复印件告警\n-9106 证件遮挡告警\n-9107 模糊图片告警",
7167
7177
  "example": "[]",
7168
7178
  "member": "int64",
7169
7179
  "name": "Warn",
7170
- "required": true,
7180
+ "output_required": true,
7171
7181
  "type": "list",
7172
7182
  "value_allowed_null": false
7173
7183
  },
@@ -7177,7 +7187,7 @@
7177
7187
  "example": "无",
7178
7188
  "member": "string",
7179
7189
  "name": "Image",
7180
- "required": true,
7190
+ "output_required": true,
7181
7191
  "type": "string",
7182
7192
  "value_allowed_null": false
7183
7193
  },
@@ -7187,7 +7197,7 @@
7187
7197
  "example": "{\"ID\":{\"Confidence\":\"1.0000\"},\"Name\":{\"Confidence\":\"0.9996\"},\"Address\":{\"Confidence\":\"0.9997\"},\"Sex\":{\"Confidence\":\"0.9999\"}}",
7188
7198
  "member": "string",
7189
7199
  "name": "AdvancedInfo",
7190
- "required": true,
7200
+ "output_required": true,
7191
7201
  "type": "string",
7192
7202
  "value_allowed_null": false
7193
7203
  },
@@ -7197,7 +7207,7 @@
7197
7207
  "example": "MyKad",
7198
7208
  "member": "string",
7199
7209
  "name": "Type",
7200
- "required": true,
7210
+ "output_required": true,
7201
7211
  "type": "string",
7202
7212
  "value_allowed_null": false
7203
7213
  },
@@ -7207,10 +7217,20 @@
7207
7217
  "example": "无",
7208
7218
  "member": "string",
7209
7219
  "name": "Birthday",
7210
- "required": true,
7220
+ "output_required": true,
7211
7221
  "type": "string",
7212
7222
  "value_allowed_null": false
7213
7223
  },
7224
+ {
7225
+ "disabled": false,
7226
+ "document": "告警码\n-9101 证件边框不完整告警\n-9102 证件复印件告警\n-9103 证件翻拍告警\n-9107 证件反光告警\n-9108 证件模糊告警\n-9109 告警能力未开通",
7227
+ "example": "[-9101]",
7228
+ "member": "int64",
7229
+ "name": "WarnCardInfos",
7230
+ "output_required": false,
7231
+ "type": "list",
7232
+ "value_allowed_null": false
7233
+ },
7214
7234
  {
7215
7235
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7216
7236
  "member": "string",
@@ -11662,6 +11682,7 @@
11662
11682
  "example": "360XXXXXX",
11663
11683
  "member": "string",
11664
11684
  "name": "NIK",
11685
+ "output_required": true,
11665
11686
  "type": "string",
11666
11687
  "value_allowed_null": false
11667
11688
  },
@@ -11671,6 +11692,7 @@
11671
11692
  "example": "INM",
11672
11693
  "member": "string",
11673
11694
  "name": "Nama",
11695
+ "output_required": true,
11674
11696
  "type": "string",
11675
11697
  "value_allowed_null": false
11676
11698
  },
@@ -11680,6 +11702,7 @@
11680
11702
  "example": "JAKARTA 13-01-1987",
11681
11703
  "member": "string",
11682
11704
  "name": "TempatTglLahir",
11705
+ "output_required": true,
11683
11706
  "type": "string",
11684
11707
  "value_allowed_null": false
11685
11708
  },
@@ -11689,6 +11712,7 @@
11689
11712
  "example": "LAKEI",
11690
11713
  "member": "string",
11691
11714
  "name": "JenisKelamin",
11715
+ "output_required": true,
11692
11716
  "type": "string",
11693
11717
  "value_allowed_null": false
11694
11718
  },
@@ -11698,6 +11722,7 @@
11698
11722
  "example": "o",
11699
11723
  "member": "string",
11700
11724
  "name": "GolDarah",
11725
+ "output_required": true,
11701
11726
  "type": "string",
11702
11727
  "value_allowed_null": false
11703
11728
  },
@@ -11707,6 +11732,7 @@
11707
11732
  "example": "BANJARSARI",
11708
11733
  "member": "string",
11709
11734
  "name": "Alamat",
11735
+ "output_required": true,
11710
11736
  "type": "string",
11711
11737
  "value_allowed_null": false
11712
11738
  },
@@ -11716,6 +11742,7 @@
11716
11742
  "example": "00/000",
11717
11743
  "member": "string",
11718
11744
  "name": "RTRW",
11745
+ "output_required": true,
11719
11746
  "type": "string",
11720
11747
  "value_allowed_null": false
11721
11748
  },
@@ -11725,6 +11752,7 @@
11725
11752
  "example": "PAKEMBINANGUN",
11726
11753
  "member": "string",
11727
11754
  "name": "KelDesa",
11755
+ "output_required": true,
11728
11756
  "type": "string",
11729
11757
  "value_allowed_null": false
11730
11758
  },
@@ -11734,6 +11762,7 @@
11734
11762
  "example": "LAKEI",
11735
11763
  "member": "string",
11736
11764
  "name": "Kecamatan",
11765
+ "output_required": true,
11737
11766
  "type": "string",
11738
11767
  "value_allowed_null": false
11739
11768
  },
@@ -11743,6 +11772,7 @@
11743
11772
  "example": "ATHOLIK",
11744
11773
  "member": "string",
11745
11774
  "name": "Agama",
11775
+ "output_required": true,
11746
11776
  "type": "string",
11747
11777
  "value_allowed_null": false
11748
11778
  },
@@ -11752,6 +11782,7 @@
11752
11782
  "example": "KAWFN",
11753
11783
  "member": "string",
11754
11784
  "name": "StatusPerkawinan",
11785
+ "output_required": true,
11755
11786
  "type": "string",
11756
11787
  "value_allowed_null": false
11757
11788
  },
@@ -11761,6 +11792,7 @@
11761
11792
  "example": "KARYAWAN",
11762
11793
  "member": "string",
11763
11794
  "name": "Perkerjaan",
11795
+ "output_required": true,
11764
11796
  "type": "string",
11765
11797
  "value_allowed_null": false
11766
11798
  },
@@ -11770,6 +11802,7 @@
11770
11802
  "example": "INM",
11771
11803
  "member": "string",
11772
11804
  "name": "KewargaNegaraan",
11805
+ "output_required": true,
11773
11806
  "type": "string",
11774
11807
  "value_allowed_null": false
11775
11808
  },
@@ -11779,6 +11812,7 @@
11779
11812
  "example": "SEUMUR",
11780
11813
  "member": "string",
11781
11814
  "name": "BerlakuHingga",
11815
+ "output_required": true,
11782
11816
  "type": "string",
11783
11817
  "value_allowed_null": false
11784
11818
  },
@@ -11788,6 +11822,7 @@
11788
11822
  "example": "15-05-2015",
11789
11823
  "member": "string",
11790
11824
  "name": "IssuedDate",
11825
+ "output_required": true,
11791
11826
  "type": "string",
11792
11827
  "value_allowed_null": false
11793
11828
  },
@@ -11797,6 +11832,7 @@
11797
11832
  "example": "无",
11798
11833
  "member": "string",
11799
11834
  "name": "Photo",
11835
+ "output_required": true,
11800
11836
  "type": "string",
11801
11837
  "value_allowed_null": false
11802
11838
  },
@@ -11806,6 +11842,7 @@
11806
11842
  "example": "无",
11807
11843
  "member": "string",
11808
11844
  "name": "Provinsi",
11845
+ "output_required": true,
11809
11846
  "type": "string",
11810
11847
  "value_allowed_null": false
11811
11848
  },
@@ -11815,9 +11852,20 @@
11815
11852
  "example": "无",
11816
11853
  "member": "string",
11817
11854
  "name": "Kota",
11855
+ "output_required": true,
11818
11856
  "type": "string",
11819
11857
  "value_allowed_null": false
11820
11858
  },
11859
+ {
11860
+ "disabled": false,
11861
+ "document": "告警码\n-9101 证件边框不完整告警\n-9102 证件复印件告警\n-9103 证件翻拍告警\n-9107 证件反光告警\n-9108 证件模糊告警\n-9109 告警能力未开通",
11862
+ "example": "[-9101]",
11863
+ "member": "int64",
11864
+ "name": "WarnCardInfos",
11865
+ "output_required": false,
11866
+ "type": "list",
11867
+ "value_allowed_null": false
11868
+ },
11821
11869
  {
11822
11870
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
11823
11871
  "member": "string",
@@ -12884,6 +12932,16 @@
12884
12932
  "type": "string",
12885
12933
  "value_allowed_null": false
12886
12934
  },
12935
+ {
12936
+ "disabled": false,
12937
+ "document": "告警码\n-9101 证件边框不完整告警\n-9102 证件复印件告警\n-9103 证件翻拍告警\n-9107 证件反光告警\n-9108 证件模糊告警\n-9109 告警能力未开通",
12938
+ "example": "[-9101]",
12939
+ "member": "int64",
12940
+ "name": "WarnCardInfos",
12941
+ "output_required": false,
12942
+ "type": "list",
12943
+ "value_allowed_null": false
12944
+ },
12887
12945
  {
12888
12946
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12889
12947
  "member": "string",
@@ -323,7 +323,7 @@
323
323
  "MLIDCardOCR": [
324
324
  {
325
325
  "document": "",
326
- "input": "https://ocr.tencentcloudapi.com/?Action=MLIDCardOCR\n&ImageUrl=https://xx/a.jpg\n&<公共请求参数>",
326
+ "input": "https://ocr.tencentcloudapi.com/?Action=MLIDCardOCR &ImageUrl=https://xx/a.jpg &<公共请求参数>",
327
327
  "output": "{\n \"Response\": {\n \"Name\": \"KAVIN ONG KHI MN\",\n \"ID\": \"710716-08-6085\",\n \"Address\": \"NO 11 PERSIARN PERAJRIT 4 TAMA PERAK 31400 IPOH ERAK\",\n \"Sex\": \"LEAKI\",\n \"Birthday\": \"\",\n \"Warn\": [],\n \"Image\": \"\",\n \"AdvancedInfo\": \"{\\\"ID\\\":{\\\"Confidence\\\":\\\"1.0000\\\"},\\\"Name\\\":{\\\"Confidence\\\":\\\"0.9996\\\"},\\\"Address\\\":{\\\"Confidence\\\":\\\"0.9997\\\"},\\\"Sex\\\":{\\\"Confidence\\\":\\\"0.9999\\\"}}\",\n \"Type\": \"MyKad\",\n \"RequestId\": \"c969da05-54e3-4d0a-a55d-b3ef90d4ebf5\"\n }\n}",
328
328
  "title": "马来西亚身份证识别示例代码"
329
329
  }
@@ -411,27 +411,27 @@
411
411
  "example": "0",
412
412
  "member": "int64",
413
413
  "name": "Code",
414
- "required": true,
414
+ "output_required": true,
415
415
  "type": "int",
416
416
  "value_allowed_null": false
417
417
  },
418
418
  {
419
419
  "disabled": false,
420
420
  "document": "交易结果码含义\n注意:此字段可能返回 null,表示取不到有效值。",
421
- "example": "失败",
421
+ "example": "Success",
422
422
  "member": "string",
423
423
  "name": "CodeMessage",
424
- "required": true,
424
+ "output_required": true,
425
425
  "type": "string",
426
426
  "value_allowed_null": true
427
427
  },
428
428
  {
429
429
  "disabled": false,
430
430
  "document": "交易ID\n注意:此字段可能返回 null,表示取不到有效值。",
431
- "example": "HHHHHHHHHHHHHHHHH、",
431
+ "example": "9d3c4eabca704b04b9317583a194c5b7163aeb3c44e5418f98f79a4a319efb92",
432
432
  "member": "string",
433
433
  "name": "TxId",
434
- "required": true,
434
+ "output_required": true,
435
435
  "type": "string",
436
436
  "value_allowed_null": true
437
437
  },
@@ -441,27 +441,27 @@
441
441
  "example": "0",
442
442
  "member": "int64",
443
443
  "name": "GasUsed",
444
- "required": true,
444
+ "output_required": true,
445
445
  "type": "int",
446
446
  "value_allowed_null": true
447
447
  },
448
448
  {
449
449
  "disabled": false,
450
450
  "document": "合约返回消息\n注意:此字段可能返回 null,表示取不到有效值。",
451
- "example": "xx",
451
+ "example": "Success",
452
452
  "member": "string",
453
453
  "name": "Message",
454
- "required": true,
454
+ "output_required": true,
455
455
  "type": "string",
456
456
  "value_allowed_null": true
457
457
  },
458
458
  {
459
459
  "disabled": false,
460
460
  "document": "合约函数返回,base64编码\n注意:此字段可能返回 null,表示取不到有效值。",
461
- "example": "xxx",
461
+ "example": "dGVzdHRlc3Q=",
462
462
  "member": "string",
463
463
  "name": "Result",
464
- "required": true,
464
+ "output_required": true,
465
465
  "type": "string",
466
466
  "value_allowed_null": true
467
467
  }
@@ -477,27 +477,27 @@
477
477
  "example": "0",
478
478
  "member": "int64",
479
479
  "name": "Code",
480
- "required": true,
480
+ "output_required": true,
481
481
  "type": "int",
482
482
  "value_allowed_null": false
483
483
  },
484
484
  {
485
485
  "disabled": false,
486
486
  "document": "交易结果码含义\n注意:此字段可能返回 null,表示取不到有效值。",
487
- "example": "失败",
487
+ "example": "OK",
488
488
  "member": "string",
489
489
  "name": "CodeMessage",
490
- "required": true,
490
+ "output_required": true,
491
491
  "type": "string",
492
492
  "value_allowed_null": true
493
493
  },
494
494
  {
495
495
  "disabled": false,
496
496
  "document": "交易ID\n注意:此字段可能返回 null,表示取不到有效值。",
497
- "example": "HHHHHHHHHHHHHHHHH、",
497
+ "example": "6ab24544b68643318dd06dc062525e682eeeb9f143294436998127d0f274164d",
498
498
  "member": "string",
499
499
  "name": "TxId",
500
- "required": true,
500
+ "output_required": true,
501
501
  "type": "string",
502
502
  "value_allowed_null": true
503
503
  },
@@ -507,7 +507,7 @@
507
507
  "example": "0",
508
508
  "member": "int64",
509
509
  "name": "GasUsed",
510
- "required": true,
510
+ "output_required": true,
511
511
  "type": "int",
512
512
  "value_allowed_null": true
513
513
  },
@@ -517,7 +517,7 @@
517
517
  "example": "1",
518
518
  "member": "int64",
519
519
  "name": "BlockHeight",
520
- "required": true,
520
+ "output_required": true,
521
521
  "type": "int",
522
522
  "value_allowed_null": true
523
523
  },
@@ -527,27 +527,27 @@
527
527
  "example": "{}",
528
528
  "member": "string",
529
529
  "name": "ContractEvent",
530
- "required": true,
530
+ "output_required": true,
531
531
  "type": "string",
532
532
  "value_allowed_null": true
533
533
  },
534
534
  {
535
535
  "disabled": false,
536
536
  "document": "合约返回信息\n注意:此字段可能返回 null,表示取不到有效值。",
537
- "example": "xx",
537
+ "example": "OK",
538
538
  "member": "string",
539
539
  "name": "Message",
540
- "required": true,
540
+ "output_required": true,
541
541
  "type": "string",
542
542
  "value_allowed_null": true
543
543
  },
544
544
  {
545
545
  "disabled": false,
546
546
  "document": "交易时间,单位是秒\n注意:此字段可能返回 null,表示取不到有效值。",
547
- "example": "0",
547
+ "example": "1709261981",
548
548
  "member": "int64",
549
549
  "name": "Timestamp",
550
- "required": true,
550
+ "output_required": true,
551
551
  "type": "int",
552
552
  "value_allowed_null": true
553
553
  }
@@ -643,7 +643,7 @@
643
643
  {
644
644
  "disabled": false,
645
645
  "document": "创建时间戳",
646
- "example": "",
646
+ "example": "2023-08-05 07:44:04",
647
647
  "member": "string",
648
648
  "name": "CreateTimestamp",
649
649
  "output_required": false,
@@ -653,7 +653,7 @@
653
653
  {
654
654
  "disabled": false,
655
655
  "document": "提案组织",
656
- "example": "",
656
+ "example": "testorg",
657
657
  "member": "string",
658
658
  "name": "ProposerOrg",
659
659
  "output_required": false,