tccli 3.0.966.1__py2.py3-none-any.whl → 3.0.968.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/examples/bi/v20220105/ModifyUserRole.md +53 -0
- tccli/examples/cdwpg/v20201230/CreateInstanceByApi.md +40 -0
- tccli/examples/cdwpg/v20201230/DestroyInstanceByApi.md +22 -0
- tccli/examples/csip/v20221121/DescribeDbAssets.md +258 -65
- tccli/examples/dbbrain/v20210527/DescribeIndexRecommendAggregationSlowLogs.md +34 -0
- tccli/examples/dbbrain/v20210527/DescribeIndexRecommendInfo.md +57 -0
- tccli/examples/dbbrain/v20210527/DescribeRedisProcessList.md +46 -0
- tccli/examples/ess/v20201111/CreateDocument.md +1 -1
- tccli/examples/ess/v20201111/DescribeFileUrls.md +30 -0
- tccli/examples/ess/v20201111/UploadFiles.md +46 -14
- tccli/examples/sms/v20210111/AddSmsSign.md +4 -4
- tccli/examples/sms/v20210111/AddSmsTemplate.md +1 -1
- tccli/examples/sms/v20210111/DescribeSmsSignList.md +2 -2
- tccli/examples/sms/v20210111/DescribeSmsTemplateList.md +2 -2
- tccli/examples/sms/v20210111/ModifySmsSign.md +4 -4
- tccli/examples/sms/v20210111/ModifySmsTemplate.md +1 -1
- tccli/examples/sms/v20210111/PullSmsReplyStatus.md +3 -3
- tccli/examples/sms/v20210111/PullSmsReplyStatusByPhoneNumber.md +2 -2
- tccli/examples/sms/v20210111/PullSmsSendStatus.md +1 -1
- tccli/examples/sms/v20210111/SendSms.md +3 -3
- tccli/examples/tat/v20201028/DescribeInvocationTasks.md +12 -6
- tccli/examples/teo/v20220901/VerifyOwnership.md +66 -0
- tccli/examples/trtc/v20190722/DescribeTRTCMarketQualityData.md +2 -2
- tccli/examples/trtc/v20190722/DescribeTRTCMarketScaleData.md +27 -45
- tccli/examples/trtc/v20190722/DescribeTRTCRealTimeQualityData.md +202 -6
- tccli/examples/trtc/v20190722/DescribeTRTCRealTimeScaleData.md +214 -7
- tccli/examples/tse/v20201207/CreateCloudNativeAPIGatewayCanaryRule.md +2 -2
- tccli/examples/tse/v20201207/DeleteCloudNativeAPIGatewayCanaryRule.md +3 -3
- tccli/examples/tse/v20201207/DescribeCloudNativeAPIGatewayCanaryRules.md +10 -10
- tccli/examples/tse/v20201207/DescribeNacosReplicas.md +13 -10
- tccli/examples/tse/v20201207/DescribeNacosServerInterfaces.md +4 -4
- tccli/examples/tse/v20201207/DescribeZookeeperReplicas.md +12 -10
- tccli/examples/tse/v20201207/ModifyCloudNativeAPIGatewayCanaryRule.md +5 -5
- tccli/examples/vpc/v20170312/DescribeVpcPeeringConnections.md +29 -1
- tccli/services/__init__.py +3 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/bi/bi_client.py +53 -0
- tccli/services/bi/v20220105/api.json +109 -0
- tccli/services/bi/v20220105/examples.json +14 -0
- tccli/services/cdwpg/__init__.py +4 -0
- tccli/services/cdwpg/cdwpg_client.py +247 -0
- tccli/services/cdwpg/v20201230/api.json +354 -0
- tccli/services/cdwpg/v20201230/examples.json +21 -0
- tccli/services/clb/v20180317/api.json +4 -4
- tccli/services/csip/v20221121/api.json +66 -26
- tccli/services/csip/v20221121/examples.json +4 -4
- tccli/services/dbbrain/dbbrain_client.py +171 -12
- tccli/services/dbbrain/v20210527/api.json +614 -0
- tccli/services/dbbrain/v20210527/examples.json +24 -0
- tccli/services/ess/v20201111/api.json +158 -28
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +140 -2
- tccli/services/lcic/v20220817/api.json +7 -7
- tccli/services/lighthouse/v20200324/api.json +3 -3
- tccli/services/mps/v20190612/api.json +2 -1
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/sms/v20210111/api.json +84 -81
- tccli/services/sms/v20210111/examples.json +11 -11
- tccli/services/tat/v20201028/api.json +9 -9
- tccli/services/tat/v20201028/examples.json +1 -1
- tccli/services/teo/teo_client.py +65 -12
- tccli/services/teo/v20220901/api.json +169 -1
- tccli/services/teo/v20220901/examples.json +20 -0
- tccli/services/tmt/v20180321/api.json +5 -2
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +7 -6
- tccli/services/tse/v20201207/examples.json +13 -13
- tccli/services/vod/v20180717/api.json +18 -5
- tccli/services/vpc/v20170312/api.json +206 -0
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +22 -0
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/METADATA +2 -2
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/RECORD +78 -67
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/license_files/LICENSE +0 -0
@@ -351,7 +351,7 @@
|
|
351
351
|
"status": "online"
|
352
352
|
},
|
353
353
|
"ModifyExtendedService": {
|
354
|
-
"document": "修改(操作)企业扩展服务
|
354
|
+
"document": "修改(操作)企业扩展服务 ,企业经办人需要是企业超管或者法人。\n\n跳转小程序的几种方式:主要是设置不同的EndPoint\n1. 通过链接Url直接跳转到小程序,不需要返回\n设置EndPoint为WEIXINAPP,得到链接打开即可。\n\n2. 客户App直接跳转到小程序-->腾讯电子签小程序操作完成-->返回App\n跳转到小程序的实现,参考官方文档\nhttps://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html\n其中小程序的原始Id,请联系<对接技术人员>获取,或者查看小程序信息自助获取。\n设置EndPoint为APP,得到path。\n\n4. 客户小程序直接跳到电子签小程序-->腾讯电子签小程序操作完成--->回到客户小程序\n跳转到小程序的实现,参考官方文档(分为全屏、半屏两种方式)\n全屏方式:\n(https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html)\n半屏方式:\n(https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html)\n其中小程序的原始Id,请联系<对接技术人员>获取,或者查看小程序信息自助获取。\n设置EndPoint为APP,得到path。\n\n其中小程序的原始Id如下,或者查看小程序信息自助获取。\n\n| 小程序 | AppID | 原始ID |\n| ------------ | ------------ | ------------ |\n| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |\n| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |",
|
355
355
|
"input": "ModifyExtendedServiceRequest",
|
356
356
|
"name": "修改企业扩展服务",
|
357
357
|
"output": "ModifyExtendedServiceResponse",
|
@@ -475,6 +475,42 @@
|
|
475
475
|
],
|
476
476
|
"usage": "in"
|
477
477
|
},
|
478
|
+
"ApproverItem": {
|
479
|
+
"document": "签署方信息,发起合同后可获取到对应的签署方信息,如角色ID,角色名称",
|
480
|
+
"members": [
|
481
|
+
{
|
482
|
+
"disabled": false,
|
483
|
+
"document": "签署方唯一编号\n注意:此字段可能返回 null,表示取不到有效值。",
|
484
|
+
"example": "无",
|
485
|
+
"member": "string",
|
486
|
+
"name": "SignId",
|
487
|
+
"output_required": false,
|
488
|
+
"type": "string",
|
489
|
+
"value_allowed_null": true
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"disabled": false,
|
493
|
+
"document": "签署方角色编号\n注意:此字段可能返回 null,表示取不到有效值。",
|
494
|
+
"example": "无",
|
495
|
+
"member": "string",
|
496
|
+
"name": "RecipientId",
|
497
|
+
"output_required": false,
|
498
|
+
"type": "string",
|
499
|
+
"value_allowed_null": true
|
500
|
+
},
|
501
|
+
{
|
502
|
+
"disabled": false,
|
503
|
+
"document": "签署方角色名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
504
|
+
"example": "无",
|
505
|
+
"member": "string",
|
506
|
+
"name": "ApproverRoleName",
|
507
|
+
"output_required": false,
|
508
|
+
"type": "string",
|
509
|
+
"value_allowed_null": true
|
510
|
+
}
|
511
|
+
],
|
512
|
+
"usage": "out"
|
513
|
+
},
|
478
514
|
"ApproverOption": {
|
479
515
|
"document": "签署人个性化能力信息",
|
480
516
|
"members": [
|
@@ -486,6 +522,15 @@
|
|
486
522
|
"name": "HideOneKeySign",
|
487
523
|
"required": false,
|
488
524
|
"type": "bool"
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"disabled": false,
|
528
|
+
"document": "签署人信息补充类型,默认无需补充。\n\n<ul><li> **1** : ( 动态签署人(可发起合同后再补充签署人信息)</li>\n</ul>",
|
529
|
+
"example": "无",
|
530
|
+
"member": "int64",
|
531
|
+
"name": "FillType",
|
532
|
+
"required": false,
|
533
|
+
"type": "int"
|
489
534
|
}
|
490
535
|
],
|
491
536
|
"usage": "in"
|
@@ -1645,6 +1690,16 @@
|
|
1645
1690
|
"type": "string",
|
1646
1691
|
"value_allowed_null": true
|
1647
1692
|
},
|
1693
|
+
{
|
1694
|
+
"disabled": false,
|
1695
|
+
"document": "签署方信息,如角色ID、角色名称等\n注意:此字段可能返回 null,表示取不到有效值。",
|
1696
|
+
"example": "无",
|
1697
|
+
"member": "ApproverItem",
|
1698
|
+
"name": "Approvers",
|
1699
|
+
"output_required": false,
|
1700
|
+
"type": "list",
|
1701
|
+
"value_allowed_null": true
|
1702
|
+
},
|
1648
1703
|
{
|
1649
1704
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
1650
1705
|
"member": "string",
|
@@ -4868,6 +4923,16 @@
|
|
4868
4923
|
"type": "list",
|
4869
4924
|
"value_allowed_null": false
|
4870
4925
|
},
|
4926
|
+
{
|
4927
|
+
"disabled": false,
|
4928
|
+
"document": "签署方信息,如角色ID、角色名称等",
|
4929
|
+
"example": "无",
|
4930
|
+
"member": "FlowApproverItem",
|
4931
|
+
"name": "FlowApprovers",
|
4932
|
+
"output_required": false,
|
4933
|
+
"type": "list",
|
4934
|
+
"value_allowed_null": false
|
4935
|
+
},
|
4871
4936
|
{
|
4872
4937
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
4873
4938
|
"member": "string",
|
@@ -5124,6 +5189,15 @@
|
|
5124
5189
|
"name": "Hides",
|
5125
5190
|
"required": false,
|
5126
5191
|
"type": "list"
|
5192
|
+
},
|
5193
|
+
{
|
5194
|
+
"disabled": false,
|
5195
|
+
"document": "签署节点ID,用于补充动态签署人,使用此参数需要与flow_ids数量一致",
|
5196
|
+
"example": "无",
|
5197
|
+
"member": "string",
|
5198
|
+
"name": "RecipientIds",
|
5199
|
+
"required": false,
|
5200
|
+
"type": "list"
|
5127
5201
|
}
|
5128
5202
|
],
|
5129
5203
|
"type": "object"
|
@@ -6017,12 +6091,22 @@
|
|
6017
6091
|
"output_required": true,
|
6018
6092
|
"type": "string",
|
6019
6093
|
"value_allowed_null": true
|
6094
|
+
},
|
6095
|
+
{
|
6096
|
+
"disabled": false,
|
6097
|
+
"document": "自定义签署人角色\n注意:此字段可能返回 null,表示取不到有效值。",
|
6098
|
+
"example": "无",
|
6099
|
+
"member": "string",
|
6100
|
+
"name": "ApproverRoleName",
|
6101
|
+
"output_required": false,
|
6102
|
+
"type": "string",
|
6103
|
+
"value_allowed_null": true
|
6020
6104
|
}
|
6021
6105
|
],
|
6022
6106
|
"usage": "out"
|
6023
6107
|
},
|
6024
6108
|
"FlowApproverInfo": {
|
6025
|
-
"document": "创建签署流程签署人入参。\n\n其中签署方FlowApproverInfo需要传递的参数\n非单C、单B、B2C合同,ApproverType、RecipientId
|
6109
|
+
"document": "创建签署流程签署人入参。\n\n其中签署方FlowApproverInfo需要传递的参数\n非单C、单B、B2C合同,ApproverType、RecipientId(模板发起合同时)必传,建议都传。\n\n其他身份标识\n\n<ul><li>1-个人:Name、Mobile必传</li>\n<li>2-第三方平台子客企业指定经办人:OpenId必传,OrgName必传、OrgOpenId必传;</li>\n<li>3-第三方平台子客企业不指定经办人:OrgName必传、OrgOpenId必传;</li>\n<li>4-非第三方平台子客企业:Name、Mobile必传,OrgName必传,且NotChannelOrganization=True。</li></ul>\n\nRecipientId参数:\n从DescribeTemplates接口中,可以得到模板下的签署方Recipient列表,根据模板自定义的Rolename在此结构体中确定其RecipientId。",
|
6026
6110
|
"members": [
|
6027
6111
|
{
|
6028
6112
|
"disabled": false,
|
@@ -6230,10 +6314,45 @@
|
|
6230
6314
|
"name": "AddSignComponentsLimits",
|
6231
6315
|
"required": false,
|
6232
6316
|
"type": "list"
|
6317
|
+
},
|
6318
|
+
{
|
6319
|
+
"disabled": false,
|
6320
|
+
"document": "自定义签署方角色名称",
|
6321
|
+
"example": "无",
|
6322
|
+
"member": "string",
|
6323
|
+
"name": "ApproverRoleName",
|
6324
|
+
"required": false,
|
6325
|
+
"type": "string"
|
6233
6326
|
}
|
6234
6327
|
],
|
6235
6328
|
"usage": "in"
|
6236
6329
|
},
|
6330
|
+
"FlowApproverItem": {
|
6331
|
+
"document": "签署方信息,如角色ID、角色名称等",
|
6332
|
+
"members": [
|
6333
|
+
{
|
6334
|
+
"disabled": false,
|
6335
|
+
"document": "合同编号\n注意:此字段可能返回 null,表示取不到有效值。",
|
6336
|
+
"example": "无",
|
6337
|
+
"member": "string",
|
6338
|
+
"name": "FlowId",
|
6339
|
+
"output_required": false,
|
6340
|
+
"type": "string",
|
6341
|
+
"value_allowed_null": true
|
6342
|
+
},
|
6343
|
+
{
|
6344
|
+
"disabled": false,
|
6345
|
+
"document": "签署方信息,如角色ID、角色名称等\n注意:此字段可能返回 null,表示取不到有效值。",
|
6346
|
+
"example": "无",
|
6347
|
+
"member": "ApproverItem",
|
6348
|
+
"name": "Approvers",
|
6349
|
+
"output_required": false,
|
6350
|
+
"type": "list",
|
6351
|
+
"value_allowed_null": true
|
6352
|
+
}
|
6353
|
+
],
|
6354
|
+
"usage": "out"
|
6355
|
+
},
|
6237
6356
|
"FlowApproverUrlInfo": {
|
6238
6357
|
"document": "签署人签署链接信息",
|
6239
6358
|
"members": [
|
@@ -6850,6 +6969,15 @@
|
|
6850
6969
|
"name": "Operate",
|
6851
6970
|
"required": true,
|
6852
6971
|
"type": "string"
|
6972
|
+
},
|
6973
|
+
{
|
6974
|
+
"disabled": false,
|
6975
|
+
"document": "链接跳转类型,支持以下类型\n<ul><li>WEIXINAPP : 短链直接跳转到电子签小程序 (默认值)</li>\n<li>APP : 第三方APP或小程序跳转电子签小程序</li></ul>",
|
6976
|
+
"example": "APP",
|
6977
|
+
"member": "string",
|
6978
|
+
"name": "Endpoint",
|
6979
|
+
"required": false,
|
6980
|
+
"type": "string"
|
6853
6981
|
}
|
6854
6982
|
],
|
6855
6983
|
"type": "object"
|
@@ -8230,6 +8358,16 @@
|
|
8230
8358
|
"output_required": true,
|
8231
8359
|
"type": "string",
|
8232
8360
|
"value_allowed_null": true
|
8361
|
+
},
|
8362
|
+
{
|
8363
|
+
"disabled": false,
|
8364
|
+
"document": "二维码,在生成动态签署人跳转封面页链接时返回\n注意:此字段可能返回 null,表示取不到有效值。",
|
8365
|
+
"example": "无",
|
8366
|
+
"member": "string",
|
8367
|
+
"name": "SignQrcodeUrl",
|
8368
|
+
"output_required": false,
|
8369
|
+
"type": "string",
|
8370
|
+
"value_allowed_null": true
|
8233
8371
|
}
|
8234
8372
|
],
|
8235
8373
|
"usage": "out"
|
@@ -232,9 +232,9 @@
|
|
232
232
|
"status": "online"
|
233
233
|
},
|
234
234
|
"DescribeRoom": {
|
235
|
-
"document": "
|
235
|
+
"document": "获取房间配置信息",
|
236
236
|
"input": "DescribeRoomRequest",
|
237
|
-
"name": "
|
237
|
+
"name": "获取房间配置信息",
|
238
238
|
"output": "DescribeRoomResponse",
|
239
239
|
"status": "online"
|
240
240
|
},
|
@@ -1380,8 +1380,8 @@
|
|
1380
1380
|
},
|
1381
1381
|
{
|
1382
1382
|
"disabled": false,
|
1383
|
-
"document": "
|
1384
|
-
"example": "
|
1383
|
+
"document": "设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。取值范围[0,16],当取值为0时表示当前课堂/直播,不支持连麦互动。",
|
1384
|
+
"example": "0",
|
1385
1385
|
"member": "uint64",
|
1386
1386
|
"name": "MaxMicNumber",
|
1387
1387
|
"required": true,
|
@@ -2973,7 +2973,7 @@
|
|
2973
2973
|
},
|
2974
2974
|
{
|
2975
2975
|
"disabled": false,
|
2976
|
-
"document": "
|
2976
|
+
"document": "该房间是否开启了课后评分功能。0:未开启 1:开启",
|
2977
2977
|
"example": "0",
|
2978
2978
|
"member": "int64",
|
2979
2979
|
"name": "IsGradingRequiredPostClass",
|
@@ -4697,7 +4697,7 @@
|
|
4697
4697
|
},
|
4698
4698
|
{
|
4699
4699
|
"disabled": false,
|
4700
|
-
"document": "
|
4700
|
+
"document": "设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。\n取值范围[0,16],当取值为0时表示当前课堂/直播,不支持连麦互动。",
|
4701
4701
|
"example": "1",
|
4702
4702
|
"member": "uint64",
|
4703
4703
|
"name": "MaxMicNumber",
|
@@ -4796,7 +4796,7 @@
|
|
4796
4796
|
},
|
4797
4797
|
{
|
4798
4798
|
"disabled": false,
|
4799
|
-
"document": "房间类型: 0 小班课(默认值); 1 大班课; 2 1V1
|
4799
|
+
"document": "房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数、暂未开放)",
|
4800
4800
|
"example": "0",
|
4801
4801
|
"member": "uint64",
|
4802
4802
|
"name": "RoomType",
|
@@ -3864,8 +3864,8 @@
|
|
3864
3864
|
"members": [
|
3865
3865
|
{
|
3866
3866
|
"disabled": false,
|
3867
|
-
"document": "资源名列表,可取值:\n- GENERAL_BUNDLE_INSTANCE 通用型套餐实例\n- STORAGE_BUNDLE_INSTANCE 存储型套餐实例 \n- ENTERPRISE_BUNDLE_INSTANCE 企业型套餐实例 \n- EXCLUSIVE_BUNDLE_INSTANCE 专属型套餐实例\n- BEFAST_BUNDLE_INSTANCE 蜂驰型套餐实例\n- USER_KEY_PAIR 密钥对\n- SNAPSHOT 快照\n- BLUEPRINT 自定义镜像\n- FREE_BLUEPRINT 免费自定义镜像\n- DATA_DISK 数据盘\n- FIREWALL_RULE 防火墙规则",
|
3868
|
-
"example": "[\"GENERAL_BUNDLE_INSTANCE
|
3867
|
+
"document": "资源名列表,可取值:\n- GENERAL_BUNDLE_INSTANCE 通用型套餐实例\n- STORAGE_BUNDLE_INSTANCE 存储型套餐实例 \n- ENTERPRISE_BUNDLE_INSTANCE 企业型套餐实例 \n- EXCLUSIVE_BUNDLE_INSTANCE 专属型套餐实例\n- BEFAST_BUNDLE_INSTANCE 蜂驰型套餐实例\n- STARTER_BUNDLE_INSTANCE 入门型套餐实例\n- HK_EXCLUSIVE_BUNDLE_INSTANCE 香港专属型套餐实例\n- CAREFREE_BUNDLE_INSTANCE 无忧型套餐实例\n- USER_KEY_PAIR 密钥对\n- SNAPSHOT 快照\n- BLUEPRINT 自定义镜像\n- FREE_BLUEPRINT 免费自定义镜像\n- DATA_DISK 数据盘\n- FIREWALL_RULE 防火墙规则",
|
3868
|
+
"example": "[\"GENERAL_BUNDLE_INSTANCE\"]",
|
3869
3869
|
"member": "string",
|
3870
3870
|
"name": "ResourceNames",
|
3871
3871
|
"required": true,
|
@@ -3883,7 +3883,7 @@
|
|
3883
3883
|
"example": "无",
|
3884
3884
|
"member": "GeneralResourceQuota",
|
3885
3885
|
"name": "GeneralResourceQuotaSet",
|
3886
|
-
"
|
3886
|
+
"output_required": true,
|
3887
3887
|
"type": "list",
|
3888
3888
|
"value_allowed_null": false
|
3889
3889
|
},
|
@@ -2992,6 +2992,7 @@
|
|
2992
2992
|
"example": "10",
|
2993
2993
|
"member": "uint64",
|
2994
2994
|
"name": "Definition",
|
2995
|
+
"output_required": true,
|
2995
2996
|
"required": true,
|
2996
2997
|
"type": "int",
|
2997
2998
|
"value_allowed_null": false
|
@@ -20530,7 +20531,7 @@
|
|
20530
20531
|
},
|
20531
20532
|
{
|
20532
20533
|
"disabled": false,
|
20533
|
-
"document": "事件通知安全签名 Sign = MD5(
|
20534
|
+
"document": "事件通知安全签名 Sign = MD5(Timestamp + NotifyKey)。说明:媒体处理把Timestamp 和 TaskNotifyConfig 里面的NotifyKey 进行字符串拼接后通过 MD5 计算得出 Sign 值,并将其放在通知消息里,您的后台服务器在收到通知消息后可以根据同样的算法确认 Sign 是否正确,进而确认消息是否确实来自媒体处理后台。",
|
20534
20535
|
"example": "无",
|
20535
20536
|
"member": "string",
|
20536
20537
|
"name": "Sign",
|
@@ -463,7 +463,7 @@
|
|
463
463
|
"status": "online"
|
464
464
|
},
|
465
465
|
"SmartStructuralOCRV2": {
|
466
|
-
"document": "本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://cloud.tencent.com/product/smart-ocr)。\n\n默认接口请求频率限制:
|
466
|
+
"document": "本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://cloud.tencent.com/product/smart-ocr)。\n\n默认接口请求频率限制:5次/秒。",
|
467
467
|
"input": "SmartStructuralOCRV2Request",
|
468
468
|
"name": "智能结构化识别V2",
|
469
469
|
"output": "SmartStructuralOCRV2Response",
|