tccli 3.0.1208.1__py2.py3-none-any.whl → 3.0.1210.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/batch/v20170312/api.json +20 -2
- tccli/services/bma/v20221115/api.json +26 -1
- tccli/services/bma/v20221115/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +38 -30
- tccli/services/cam/v20190116/examples.json +2 -2
- tccli/services/ccc/v20200210/api.json +28 -1
- tccli/services/cdwdoris/v20211228/api.json +20 -1
- tccli/services/cfg/v20210820/api.json +21 -1
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +497 -11
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/cynosdb/v20190107/api.json +30 -9
- tccli/services/cynosdb/v20190107/examples.json +2 -2
- tccli/services/dasb/v20191018/api.json +19 -10
- tccli/services/dasb/v20191018/examples.json +1 -1
- tccli/services/dc/dc_client.py +126 -73
- tccli/services/dc/v20180410/api.json +300 -0
- tccli/services/dc/v20180410/examples.json +8 -0
- tccli/services/dnspod/v20210323/api.json +3 -1
- tccli/services/emr/emr_client.py +238 -26
- tccli/services/emr/v20190103/api.json +1012 -116
- tccli/services/emr/v20190103/examples.json +32 -0
- tccli/services/es/v20180416/api.json +144 -2
- tccli/services/ess/v20201111/api.json +4 -4
- tccli/services/ess/v20201111/examples.json +10 -10
- tccli/services/essbasic/v20210526/api.json +15 -6
- tccli/services/faceid/v20180301/api.json +10 -0
- tccli/services/gwlb/__init__.py +4 -0
- tccli/services/gwlb/gwlb_client.py +1096 -0
- tccli/services/gwlb/v20240906/api.json +1807 -0
- tccli/services/gwlb/v20240906/examples.json +155 -0
- tccli/services/hunyuan/v20230901/api.json +85 -9
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iss/v20230517/api.json +62 -14
- tccli/services/iss/v20230517/examples.json +19 -13
- tccli/services/oceanus/v20190422/api.json +4 -4
- tccli/services/privatedns/privatedns_client.py +57 -4
- tccli/services/privatedns/v20201028/api.json +101 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/sms/v20210111/api.json +3 -3
- tccli/services/sms/v20210111/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +32 -11
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +11 -10
- tccli/services/sts/v20180813/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +136 -19
- tccli/services/teo/v20220901/api.json +23 -23
- tccli/services/teo/v20220901/examples.json +4 -58
- tccli/services/tke/tke_client.py +118 -12
- tccli/services/tke/v20180525/api.json +154 -2
- tccli/services/tke/v20180525/examples.json +16 -0
- tccli/services/vclm/v20240523/api.json +9 -0
- tccli/services/vpc/v20170312/api.json +59 -43
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +9 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/RECORD +63 -59
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/license_files/LICENSE +0 -0
@@ -144,6 +144,14 @@
|
|
144
144
|
"title": "查询Hbase表监控概览信息"
|
145
145
|
}
|
146
146
|
],
|
147
|
+
"DescribeHDFSStorageInfo": [
|
148
|
+
{
|
149
|
+
"document": "",
|
150
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHDFSStorageInfo\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\",\n \"StartTime\": 0,\n \"EndTime\": 0\n}",
|
151
|
+
"output": "{\n \"Response\": {\n \"SampleTime\": 0,\n \"StorageSummaryDistribution\": [\n {\n \"MetricItem\": \"abc\",\n \"MetricName\": \"abc\",\n \"Dps\": [\n {\n \"Timestamp\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
152
|
+
"title": "DescribeHDFSStorageInfo"
|
153
|
+
}
|
154
|
+
],
|
147
155
|
"DescribeHiveQueries": [
|
148
156
|
{
|
149
157
|
"document": "获取Hive查询语句",
|
@@ -200,6 +208,14 @@
|
|
200
208
|
"title": "查询任务流程"
|
201
209
|
}
|
202
210
|
],
|
211
|
+
"DescribeKyuubiQueryInfo": [
|
212
|
+
{
|
213
|
+
"document": "",
|
214
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKyuubiQueryInfo\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-1qop4l3e\",\n \"PageSize\": 10,\n \"Page\": 1,\n \"StartTime\": 1722327682,\n \"EndTime\": 1722328091\n}",
|
215
|
+
"output": "{\n \"Response\": {\n \"KyuubiQueryInfoList\": [\n {\n \"ClientIP\": \"10.0.2.42\",\n \"Duration\": 5895,\n \"EndTime\": 1722328097,\n \"EngineID\": \"null\",\n \"EngineType\": \"SPARK_SQL\",\n \"Id\": \"d4cfc064-b7d9-43ec-a766-60013c592dd4\",\n \"SessionID\": \"1c3cdb57-e0b3-489a-804e-662600a24f1d\",\n \"BeginTime\": 1722328091,\n \"ExecutionState\": \"FINISHED\",\n \"ExecutionStatement\": \"select * from kyuubi_test.kyuubi_new_user_tb order by id ASC\",\n \"StatementID\": \"d4cfc064-b7d9-43ec-a766-60013c592dd4\",\n \"User\": \"new_kyuubi_user\"\n }\n ],\n \"RequestId\": \"cfbbbe0f-5d30-4bf7-b87b-428b14ac3ws41\",\n \"TotalCount\": 10\n }\n}",
|
216
|
+
"title": "DescribeKyuubiQueryInfo"
|
217
|
+
}
|
218
|
+
],
|
203
219
|
"DescribeResourceSchedule": [
|
204
220
|
{
|
205
221
|
"document": "",
|
@@ -240,6 +256,22 @@
|
|
240
256
|
"title": "查询服务进程信息"
|
241
257
|
}
|
242
258
|
],
|
259
|
+
"DescribeSparkQueries": [
|
260
|
+
{
|
261
|
+
"document": "",
|
262
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSparkQueries\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-njry92zr\",\n \"StartTime\": 1711078120,\n \"EndTime\": 1711088221,\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
263
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"690f07d6-ac3d-4211-896d-043824aaa0f0\",\n \"Total\": 1,\n \"Results\": [\n {\n \"Id\": \"2\",\n \"Status\": \"COMPLETED\",\n \"BeginTime\": 1711078220,\n \"ScanTotalData\": 0,\n \"ApplicationId\": [\n \"application_1710488265927_0018\"\n ],\n \"ScanRowNum\": 1,\n \"ScanFileNum\": 1,\n \"EndTime\": 1711078223,\n \"ScanPartitionNum\": 1,\n \"Statement\": \"select * from hive_table_p2 where dt='20240321.3'\",\n \"Duration\": 2924\n }\n ]\n }\n}",
|
264
|
+
"title": "查询spark查询信息"
|
265
|
+
}
|
266
|
+
],
|
267
|
+
"DescribeStarRocksQueryInfo": [
|
268
|
+
{
|
269
|
+
"document": "",
|
270
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStarrocksQueryInfo\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-1qop4l3e\",\n \"PageSize\": 10,\n \"Page\": 1,\n \"StartTime\": 1722327682,\n \"EndTime\": 1722328091\n}",
|
271
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"StarRocksQueryInfoList\": [\n {\n \"ClientIP\": \"192.0.0.1\",\n \"CPUCost\": 0,\n \"DefaultDB\": \"test\",\n \"EndTime\": 1721962352,\n \"ExecutionIP\": \"192.0.0.1\",\n \"QueryID\": \"1ac25f6c-4afa-11ef-b7cc-525400c756d2\",\n \"QueryType\": \"OTHERS\",\n \"MemCost\": 324,\n \"PlanCpuCosts\": 435620,\n \"PlanMemCosts\": 254354,\n \"QueryTime\": 345535,\n \"ResourceGroup\": \"SR\",\n \"ReturnRows\": 2452,\n \"ScanBytes\": 1235124,\n \"ScanRows\": 123512,\n \"BeginTime\": 1721962352,\n \"ExecutionState\": \"FINISHED\",\n \"ExecutionStatement\": \"show compute nodes\",\n \"User\": \"test_aa\"\n }\n ],\n \"RequestId\": \"1ac25f6c-4afa-11ef-b7cc-525400454wfaa1\"\n }\n}",
|
272
|
+
"title": "DescribeStarRocksQueryInfo"
|
273
|
+
}
|
274
|
+
],
|
243
275
|
"DescribeTrinoQueryInfo": [
|
244
276
|
{
|
245
277
|
"document": "",
|
@@ -1437,6 +1437,24 @@
|
|
1437
1437
|
"name": "ReadWriteMode",
|
1438
1438
|
"required": false,
|
1439
1439
|
"type": "int"
|
1440
|
+
},
|
1441
|
+
{
|
1442
|
+
"disabled": false,
|
1443
|
+
"document": "置放群组是否开启异步任务",
|
1444
|
+
"example": "false",
|
1445
|
+
"member": "bool",
|
1446
|
+
"name": "EnableScheduleRecoverGroup",
|
1447
|
+
"required": false,
|
1448
|
+
"type": "bool"
|
1449
|
+
},
|
1450
|
+
{
|
1451
|
+
"disabled": false,
|
1452
|
+
"document": "置放群组开启异步任务的可维护时间段",
|
1453
|
+
"example": "无",
|
1454
|
+
"member": "EnableScheduleOperationDuration",
|
1455
|
+
"name": "EnableScheduleOperationDuration",
|
1456
|
+
"required": false,
|
1457
|
+
"type": "object"
|
1440
1458
|
}
|
1441
1459
|
],
|
1442
1460
|
"type": "object"
|
@@ -4720,6 +4738,56 @@
|
|
4720
4738
|
],
|
4721
4739
|
"usage": "out"
|
4722
4740
|
},
|
4741
|
+
"EnableScheduleOperationDuration": {
|
4742
|
+
"document": "置放群组异步任务维护的时间段",
|
4743
|
+
"members": [
|
4744
|
+
{
|
4745
|
+
"disabled": false,
|
4746
|
+
"document": "支持开启异步任务的日期\n注意:此字段可能返回 null,表示取不到有效值。",
|
4747
|
+
"example": "[2024.09.24, 2024.09.26]",
|
4748
|
+
"member": "string",
|
4749
|
+
"name": "Periods",
|
4750
|
+
"output_required": false,
|
4751
|
+
"required": false,
|
4752
|
+
"type": "list",
|
4753
|
+
"value_allowed_null": true
|
4754
|
+
},
|
4755
|
+
{
|
4756
|
+
"disabled": false,
|
4757
|
+
"document": "支持开启异步的开始时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
4758
|
+
"example": "06:00",
|
4759
|
+
"member": "string",
|
4760
|
+
"name": "TimeStart",
|
4761
|
+
"output_required": false,
|
4762
|
+
"required": false,
|
4763
|
+
"type": "string",
|
4764
|
+
"value_allowed_null": true
|
4765
|
+
},
|
4766
|
+
{
|
4767
|
+
"disabled": false,
|
4768
|
+
"document": "支持开启异步的结束时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
4769
|
+
"example": "08:00",
|
4770
|
+
"member": "string",
|
4771
|
+
"name": "TimeEnd",
|
4772
|
+
"output_required": false,
|
4773
|
+
"required": false,
|
4774
|
+
"type": "string",
|
4775
|
+
"value_allowed_null": true
|
4776
|
+
},
|
4777
|
+
{
|
4778
|
+
"disabled": false,
|
4779
|
+
"document": "支持开启异步的时区\n注意:此字段可能返回 null,表示取不到有效值。",
|
4780
|
+
"example": "UTC+8",
|
4781
|
+
"member": "string",
|
4782
|
+
"name": "TimeZone",
|
4783
|
+
"output_required": false,
|
4784
|
+
"required": false,
|
4785
|
+
"type": "string",
|
4786
|
+
"value_allowed_null": true
|
4787
|
+
}
|
4788
|
+
],
|
4789
|
+
"usage": "both"
|
4790
|
+
},
|
4723
4791
|
"EsAcl": {
|
4724
4792
|
"document": "ES集群配置项",
|
4725
4793
|
"members": [
|
@@ -5393,8 +5461,8 @@
|
|
5393
5461
|
},
|
5394
5462
|
{
|
5395
5463
|
"disabled": false,
|
5396
|
-
"document": "
|
5397
|
-
"example": "[\"
|
5464
|
+
"document": "客户上传到cos的模型地址,单次请求限制一个。cos文件为压缩文件,格式包括:zip、tgz和tar.gz",
|
5465
|
+
"example": "[\"https://*******.myqcloud.com/******.zip\"]",
|
5398
5466
|
"member": "string",
|
5399
5467
|
"name": "UsrCosModelUrlList",
|
5400
5468
|
"required": false,
|
@@ -7872,6 +7940,26 @@
|
|
7872
7940
|
"output_required": true,
|
7873
7941
|
"type": "string",
|
7874
7942
|
"value_allowed_null": false
|
7943
|
+
},
|
7944
|
+
{
|
7945
|
+
"disabled": false,
|
7946
|
+
"document": "cvm绑定的置放群组的id\n注意:此字段可能返回 null,表示取不到有效值。",
|
7947
|
+
"example": "无",
|
7948
|
+
"member": "string",
|
7949
|
+
"name": "CVMDisasterRecoverGroupId",
|
7950
|
+
"output_required": false,
|
7951
|
+
"type": "string",
|
7952
|
+
"value_allowed_null": true
|
7953
|
+
},
|
7954
|
+
{
|
7955
|
+
"disabled": false,
|
7956
|
+
"document": "cvm绑定置放群组的状态。2: 已绑定;1: 绑定中;0: 未开启\n注意:此字段可能返回 null,表示取不到有效值。",
|
7957
|
+
"example": "无",
|
7958
|
+
"member": "int64",
|
7959
|
+
"name": "CVMDisasterRecoverGroupStatus",
|
7960
|
+
"output_required": false,
|
7961
|
+
"type": "int",
|
7962
|
+
"value_allowed_null": true
|
7875
7963
|
}
|
7876
7964
|
],
|
7877
7965
|
"usage": "out"
|
@@ -8451,6 +8539,24 @@
|
|
8451
8539
|
"name": "ShardAllocationBytes",
|
8452
8540
|
"required": false,
|
8453
8541
|
"type": "int"
|
8542
|
+
},
|
8543
|
+
{
|
8544
|
+
"disabled": false,
|
8545
|
+
"document": "是否开启置放群组异步任务",
|
8546
|
+
"example": "false",
|
8547
|
+
"member": "bool",
|
8548
|
+
"name": "EnableScheduleRecoverGroup",
|
8549
|
+
"required": false,
|
8550
|
+
"type": "bool"
|
8551
|
+
},
|
8552
|
+
{
|
8553
|
+
"disabled": false,
|
8554
|
+
"document": "置放群组异步任务时间段",
|
8555
|
+
"example": "无",
|
8556
|
+
"member": "EnableScheduleOperationDuration",
|
8557
|
+
"name": "EnableScheduleOperationDuration",
|
8558
|
+
"required": false,
|
8559
|
+
"type": "object"
|
8454
8560
|
}
|
8455
8561
|
],
|
8456
8562
|
"type": "object"
|
@@ -10004,6 +10110,24 @@
|
|
10004
10110
|
"name": "ReadWriteMode",
|
10005
10111
|
"required": false,
|
10006
10112
|
"type": "int"
|
10113
|
+
},
|
10114
|
+
{
|
10115
|
+
"disabled": false,
|
10116
|
+
"document": "是否开启置放群组异步任务",
|
10117
|
+
"example": "false",
|
10118
|
+
"member": "bool",
|
10119
|
+
"name": "EnableScheduleRecoverGroup",
|
10120
|
+
"required": false,
|
10121
|
+
"type": "bool"
|
10122
|
+
},
|
10123
|
+
{
|
10124
|
+
"disabled": false,
|
10125
|
+
"document": "置放群组异步任务可维护时间段",
|
10126
|
+
"example": "无",
|
10127
|
+
"member": "EnableScheduleOperationDuration",
|
10128
|
+
"name": "EnableScheduleOperationDuration",
|
10129
|
+
"required": false,
|
10130
|
+
"type": "object"
|
10007
10131
|
}
|
10008
10132
|
],
|
10009
10133
|
"type": "object"
|
@@ -10572,6 +10696,24 @@
|
|
10572
10696
|
"name": "ShardAllocationBytes",
|
10573
10697
|
"required": false,
|
10574
10698
|
"type": "int"
|
10699
|
+
},
|
10700
|
+
{
|
10701
|
+
"disabled": false,
|
10702
|
+
"document": "是否开启置放群组异步任务",
|
10703
|
+
"example": "false",
|
10704
|
+
"member": "bool",
|
10705
|
+
"name": "EnableScheduleRecoverGroup",
|
10706
|
+
"required": false,
|
10707
|
+
"type": "bool"
|
10708
|
+
},
|
10709
|
+
{
|
10710
|
+
"disabled": false,
|
10711
|
+
"document": "置放群组异步任务时间段",
|
10712
|
+
"example": "无",
|
10713
|
+
"member": "EnableScheduleOperationDuration",
|
10714
|
+
"name": "EnableScheduleOperationDuration",
|
10715
|
+
"required": false,
|
10716
|
+
"type": "object"
|
10575
10717
|
}
|
10576
10718
|
],
|
10577
10719
|
"type": "object"
|
@@ -1383,7 +1383,7 @@
|
|
1383
1383
|
},
|
1384
1384
|
{
|
1385
1385
|
"disabled": false,
|
1386
|
-
"document": "
|
1386
|
+
"document": "设置用户自动签合同的扣费方式。\n\n<ul><li><b>1</b>: (默认)使用合同份额进行扣减</li></ul>",
|
1387
1387
|
"example": "无",
|
1388
1388
|
"member": "int64",
|
1389
1389
|
"name": "LicenseType",
|
@@ -6225,7 +6225,7 @@
|
|
6225
6225
|
},
|
6226
6226
|
{
|
6227
6227
|
"disabled": false,
|
6228
|
-
"document": "
|
6228
|
+
"document": "此字段已废弃,请勿继续使用。",
|
6229
6229
|
"example": "无",
|
6230
6230
|
"member": "bool",
|
6231
6231
|
"name": "EnableAutoSign",
|
@@ -12165,7 +12165,7 @@
|
|
12165
12165
|
},
|
12166
12166
|
{
|
12167
12167
|
"disabled": false,
|
12168
|
-
"document": "链接跳转类型,支持以下类型\n<ul>\n<li>WEIXINAPP : 短链直接跳转到电子签小程序 (默认值)</li>\n<li>APP : 第三方APP或小程序跳转电子签小程序</li>\n</ul>",
|
12168
|
+
"document": "链接跳转类型,支持以下类型\n<ul>\n<li>WEIXINAPP : 短链直接跳转到电子签小程序 (默认值)</li>\n<li>APP : 第三方APP或小程序跳转电子签小程序</li>\n<li>WEIXIN_QRCODE_URL:直接跳转至电子签小程序的二维码链接,无需通过中转页。<font color=\"red\">您需要自行将其转换为二维码,使用微信扫码后可直接进入。请注意,直接点击链接是无效的。</font></li>\n</ul>",
|
12169
12169
|
"example": "APP",
|
12170
12170
|
"member": "string",
|
12171
12171
|
"name": "Endpoint",
|
@@ -12180,7 +12180,7 @@
|
|
12180
12180
|
"members": [
|
12181
12181
|
{
|
12182
12182
|
"disabled": false,
|
12183
|
-
"document": "操作跳转链接\n<ul>\n<li><strong>有效期:</strong> 跳转链接的有效期为24小时。</li>\n<li><strong>无跳转链接返回的情况:</strong> 如果在操作过程中没有返回跳转链接,这意味着无需进行跳转操作。在这种情况下,服务将会直接被开通或关闭。\n<li><strong>有跳转链接返回的情况:</strong> 当操作类型为“OPEN”(开通服务),并且扩展服务类型为以下之一时, 系统将返回一个操作链接。当前操作人(超级管理员或法人)需要点击此链接,以完成服务的开通操作。\n\n<ul>\n<li><strong>OPEN_SERVER_SIGN</strong
|
12183
|
+
"document": "操作跳转链接\n<ul>\n<li><strong>有效期:</strong> 跳转链接的有效期为24小时。</li>\n<li><strong>无跳转链接返回的情况:</strong> 如果在操作过程中没有返回跳转链接,这意味着无需进行跳转操作。在这种情况下,服务将会直接被开通或关闭。\n<li><strong>有跳转链接返回的情况:</strong> 当操作类型为“OPEN”(开通服务),并且扩展服务类型为以下之一时, 系统将返回一个操作链接。当前操作人(超级管理员或法人)需要点击此链接,以完成服务的开通操作。\n\n<ul>\n<li><strong>OPEN_SERVER_SIGN</strong>(企业自动签署)</li>\n<li><strong>OVERSEA_SIGN</strong>(企业与港澳台居民签署合同)</li>\n</ul></li></li>\n</ul>",
|
12184
12184
|
"example": "https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=OPEN_SERVER_SIGN&request_token=xxxxx&organizationId=xxxxx&channelType=xxxxx&expired_time=1673428532&login=1&verify=1",
|
12185
12185
|
"member": "string",
|
12186
12186
|
"name": "OperateUrl",
|
@@ -1260,19 +1260,19 @@
|
|
1260
1260
|
],
|
1261
1261
|
"DescribeBillUsageDetail": [
|
1262
1262
|
{
|
1263
|
-
"document": "",
|
1264
|
-
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillUsageDetail\n<公共请求参数>\n\n{\n \"StartTime\": \"20230902\",\n \"EndTime\": \"20230930\",\n \"Offset\": 0,\n \"Limit\": 1000\n}",
|
1265
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameter.Limit\",\n \"Message\": \"分页参数不合法\"\n },\n \"RequestId\": \"s169935778xxxxxxx\"\n }\n}",
|
1266
|
-
"title": "查询失败样例"
|
1267
|
-
},
|
1268
|
-
{
|
1269
|
-
"document": "",
|
1263
|
+
"document": "查询全部套餐消耗",
|
1270
1264
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillUsageDetail\n<公共请求参数>\n\n{\n \"StartTime\": \"20230902\",\n \"EndTime\": \"20230930\",\n \"Offset\": 0,\n \"Limit\": 50\n}",
|
1271
1265
|
"output": "{\n \"Response\": {\n \"Details\": [\n {\n \"CostTime\": 1695037514,\n \"CostType\": 1,\n \"CreateOrganizationName\": \"典子谦示例企业\",\n \"FlowId\": \"yDwFdUUckps******uzcbXwoXbRF6ja3\",\n \"FlowName\": \"典子谦示例合同\",\n \"OperatorName\": \"典子谦;张三\",\n \"QuotaName\": \"企业版运营礼包\",\n \"QuotaType\": \"CloudEnterprise\",\n \"Remark\": \"\",\n \"Status\": 4,\n \"UseCount\": 1\n }\n ],\n \"RequestId\": \"s16992572741898xxxx\",\n \"Total\": 1\n }\n}",
|
1272
1266
|
"title": "查询全部套餐消耗"
|
1273
1267
|
},
|
1274
1268
|
{
|
1275
|
-
"document": "",
|
1269
|
+
"document": "调用参数错误,导致查询失败样例",
|
1270
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillUsageDetail\n<公共请求参数>\n\n{\n \"StartTime\": \"20230902\",\n \"EndTime\": \"20230930\",\n \"Offset\": 0,\n \"Limit\": 1000\n}",
|
1271
|
+
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameter.Limit\",\n \"Message\": \"分页参数不合法\"\n },\n \"RequestId\": \"s169935778xxxxxxx\"\n }\n}",
|
1272
|
+
"title": "查询失败样例"
|
1273
|
+
},
|
1274
|
+
{
|
1275
|
+
"document": "查询子企业客户消耗",
|
1276
1276
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillUsageDetail\n<公共请求参数>\n\n{\n \"StartTime\": \"20230902\",\n \"EndTime\": \"20230930\",\n \"Offset\": 0,\n \"Limit\": 50,\n \"Agent\": {\n \"ProxyOrganizationId\": \"yDxbNUyKQDx3oAUuO4zjEBQGidlGe4hP\"\n }\n}",
|
1277
1277
|
"output": "{\n \"Response\": {\n \"Details\": [\n {\n \"CostTime\": 1695037514,\n \"CostType\": 1,\n \"CreateOrganizationName\": \"张三示例企业\",\n \"FlowId\": \"yDwFdUUckps******xAhL7zuaIwkMth4\",\n \"FlowName\": \"张三示业合同\",\n \"OperatorName\": \"典子谦;张三\",\n \"QuotaName\": \"企业版运营礼包\",\n \"QuotaType\": \"CloudEnterprise\",\n \"Remark\": \"\",\n \"Status\": 4,\n \"UseCount\": 1\n }\n ],\n \"RequestId\": \"s16992572741898xxxx\",\n \"Total\": 1\n }\n}",
|
1278
1278
|
"title": "查询子企业客户消耗"
|
@@ -1411,13 +1411,13 @@
|
|
1411
1411
|
"DescribeFlowTemplates": [
|
1412
1412
|
{
|
1413
1413
|
"document": "1.指定Filters中的Key通过template-id过滤\n2.指定Filter中的Value为yDRS4UUgygqdcjjhUuO4zjEBpXdcsHWX\n3.指定Limit为最多返回20条数据",
|
1414
|
-
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowTemplates\n<公共请求参数>\n\n{\n \"Operator\": {\n \"
|
1414
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowTemplates\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDxVwUyKQWho8CUuO4zjEyQOAgwvr4Zy\"\n },\n \"Offset\": 0,\n \"Limit\": 20,\n \"ApplicationId\": \"\",\n \"Filters\": [\n {\n \"Key\": \"template-id\",\n \"Values\": [\n \"yDRS4UUgygqdcjjhUuO4zjEBpXdcsHWX\"\n ]\n }\n ]\n}",
|
1415
1415
|
"output": "{\n \"Response\": {\n \"RequestId\": \"s16951208061xxxx3957\",\n \"Templates\": [\n {\n \"AttachmentResourceIds\": [],\n \"Available\": 2,\n \"Components\": [],\n \"CreatedOn\": 1693967458,\n \"Creator\": \"测试人\",\n \"CreatorId\": \"yDxVwUyKQWho8CUuO4zjEyQOAgwvr4Zy\",\n \"Description\": \"\",\n \"DocumentResourceIds\": [\n \"yDwJ0UUckpk2079mUxgm9jJ8EZp3aAc0\"\n ],\n \"FileInfos\": [\n {\n \"CreatedOn\": 1693967456,\n \"FileId\": \"yDwJ0UUckpk2079mUxgm9jJ8EZp3aAc0\",\n \"FileName\": \"test.pdf\",\n \"FileSize\": 65259\n }\n ],\n \"OrganizationId\": \"yDxbNUyKQDx3oAUuO4zjEBQGidlGe4hP\",\n \"PreviewUrl\": \"\",\n \"Promoter\": {\n \"ApproverSignTypes\": [],\n \"ApproverVerifyTypes\": [],\n \"DeliveryMethod\": \"EMAIL\",\n \"Description\": \"\",\n \"Email\": \"\",\n \"Mobile\": \"\",\n \"RecipientExtra\": \"\",\n \"RecipientId\": \"yDwJBUUckpk5469kUu9cFsf1x6ZYgfu5\",\n \"RecipientType\": \"PROMOTER\",\n \"RequireDelivery\": false,\n \"RequireSign\": false,\n \"RequireValidation\": false,\n \"RoleName\": \"发起人\",\n \"RoutingOrder\": 0,\n \"UserId\": \"\"\n },\n \"Published\": true,\n \"Recipients\": [\n {\n \"ApproverSignTypes\": [\n 1,\n 2\n ],\n \"ApproverVerifyTypes\": [\n 1\n ],\n \"DeliveryMethod\": \"EMAIL\",\n \"Description\": \"\",\n \"Email\": \"\",\n \"Mobile\": \"\",\n \"RecipientExtra\": \"{\\\"RecipientEnterpriseType\\\":1,\\\"SameWithPromoter\\\":true}\",\n \"RecipientId\": \"yDwJ0UUckpk2077lUxgm9jJ9eZgZChJe\",\n \"RecipientType\": \"ENTERPRISE\",\n \"RequireDelivery\": false,\n \"RequireSign\": false,\n \"RequireValidation\": false,\n \"RoleName\": \"张三示例企业\",\n \"RoutingOrder\": 1,\n \"UserId\": \"\"\n },\n {\n \"ApproverSignTypes\": [\n 1,\n 2\n ],\n \"ApproverVerifyTypes\": [\n 1\n ],\n \"DeliveryMethod\": \"EMAIL\",\n \"Description\": \"\",\n \"Email\": \"\",\n \"Mobile\": \"\",\n \"RecipientExtra\": \"{}\",\n \"RecipientId\": \"yDxZzUyKQDKuihUuO4zjEy09jfapyHjn\",\n \"RecipientType\": \"INDIVIDUAL\",\n \"RequireDelivery\": false,\n \"RequireSign\": false,\n \"RequireValidation\": false,\n \"RoleName\": \"乙方\",\n \"RoutingOrder\": 2,\n \"UserId\": \"\"\n }\n ],\n \"Seals\": [],\n \"ShareTemplateId\": \"\",\n \"SignComponents\": [\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Date\\\":true,\\\"isAfterCut\\\":false}\",\n \"ComponentHeight\": 43,\n \"ComponentId\": \"ComponentId_4\",\n \"ComponentName\": \"个人签名/印章\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 10.5,\n \"ComponentPosY\": 27,\n \"ComponentRecipientId\": \"yDxZzUyKQDKuihUuO4zjEy09jfapyHjn\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n },\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Format\\\":\\\"yyyy年m月d日\\\",\\\"Gaps\\\":\\\"2,2\\\",\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Center\\\",\\\"Font\\\":\\\"黑体\\\",\\\"isAfterCut\\\":false}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_5\",\n \"ComponentName\": \"签署日期\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 10.5,\n \"ComponentPosY\": 70,\n \"ComponentRecipientId\": \"yDxZzUyKQDKuihUuO4zjEy09jfapyHjn\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n },\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Date\\\":true,\\\"isAfterCut\\\":false,\\\"PageRanges\\\":[]}\",\n \"ComponentHeight\": 119,\n \"ComponentId\": \"ComponentId_7\",\n \"ComponentName\": \"企业印章\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 140.5,\n \"ComponentPosY\": 27,\n \"ComponentRecipientId\": \"yDwJ0UUckpk2077lUxgm9jJ9eZgZChJe\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SEAL\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n },\n {\n \"ChannelComponentId\": \"\",\n \"ChannelComponentSource\": 0,\n \"ComponentDateFontSize\": 0,\n \"ComponentExtra\": \"{\\\"Format\\\":\\\"yyyy年m月d日\\\",\\\"Gaps\\\":\\\"2,2\\\",\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Center\\\",\\\"Font\\\":\\\"黑体\\\",\\\"isAfterCut\\\":false}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_8\",\n \"ComponentName\": \"签署日期1\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 140.5,\n \"ComponentPosY\": 146,\n \"ComponentRecipientId\": \"yDwJ0UUckpk2077lUxgm9jJ9eZgZChJe\",\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentValue\": \"\",\n \"ComponentWidth\": 119,\n \"FileIndex\": 0,\n \"ForbidMoveAndDelete\": false,\n \"GenerateMode\": \"\",\n \"KeywordIndexes\": [],\n \"KeywordOrder\": \"\",\n \"KeywordPage\": 0,\n \"LockComponentValue\": false,\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"\",\n \"IsFormType\": false\n }\n ],\n \"SignOrder\": [\n -1\n ],\n \"Status\": 1,\n \"TemplateId\": \"yDRS4UUgygqdcjjhUuO4zjEBpXdcsHWX\",\n \"TemplateName\": \"e2eTest-启停用模板_88433\",\n \"TemplateSeals\": [],\n \"TemplateType\": 3,\n \"TemplateVersion\": \"20230906002\",\n \"UserFlowType\": {\n \"Description\": \"\",\n \"Name\": \"未分类\",\n \"UserFlowTypeId\": \"\"\n }\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
1416
1416
|
"title": "模板查询接口-指定模板Id查询模板信息"
|
1417
1417
|
},
|
1418
1418
|
{
|
1419
1419
|
"document": "1.指定一个不存在的模板ID进行查询",
|
1420
|
-
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowTemplates\n<公共请求参数>\n\n{\n \"Operator\": {\n \"
|
1420
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowTemplates\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDxVwUyKQWho8CUuO4zjEyQOAgwvr4Zy\"\n },\n \"Offset\": 0,\n \"Limit\": 20,\n \"ApplicationId\": \"\",\n \"Filters\": [\n {\n \"Key\": \"template-id\",\n \"Values\": [\n \"yDRS4UUgygqdcjjhUuO4zjEBpXdcsHWw\"\n ]\n }\n ]\n}",
|
1421
1421
|
"output": "{\n \"Response\": {\n \"RequestId\": \"s1695125479063466836\",\n \"Templates\": [],\n \"TotalCount\": 0\n }\n}",
|
1422
1422
|
"title": "模板查询接口-通过不存在的模板Id查询模板信息"
|
1423
1423
|
}
|
@@ -949,7 +949,7 @@
|
|
949
949
|
},
|
950
950
|
{
|
951
951
|
"disabled": false,
|
952
|
-
"document": "设置用户开通自动签时是否绑定个人自动签账号许可。\n\n<ul><li
|
952
|
+
"document": "设置用户开通自动签时是否绑定个人自动签账号许可。\n\n<ul><li><b>1</b>: (默认)不绑定自动签账号许可开通,开通后一直有效, 后续使用合同份额进行合同发起</li></ul>",
|
953
953
|
"example": "无",
|
954
954
|
"member": "int64",
|
955
955
|
"name": "LicenseType",
|
@@ -3297,7 +3297,7 @@
|
|
3297
3297
|
},
|
3298
3298
|
{
|
3299
3299
|
"disabled": false,
|
3300
|
-
"document": "
|
3300
|
+
"document": "此字段已废弃,请勿继续使用。",
|
3301
3301
|
"example": "无",
|
3302
3302
|
"member": "bool",
|
3303
3303
|
"name": "EnableAutoSign",
|
@@ -6435,7 +6435,7 @@
|
|
6435
6435
|
},
|
6436
6436
|
{
|
6437
6437
|
"disabled": false,
|
6438
|
-
"document": "生成链接的类型:\n<ul><li>**PC**:(默认)<font color=\"red\">web控制台</font>链接, 需要在PC浏览器中打开</li>\n<li>**CHANNEL**:H5跳转到电子签小程序链接, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>\n<li>**SHORT_URL**:<font color=\"red\">H5</font>跳转到电子签小程序链接的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>\n<li>**APP**:<font color=\"red\">APP或小程序</font>跳转电子签小程序链接, 一般用于贵方小程序或者APP跳转过来, 打开后进入腾讯电子签小程序</li>\n<li>**H5**:<font color=\"red\">H5长链接</font>跳转H5链接, 一般用于贵方H5跳转过来, 打开后进入腾讯电子签H5页面</li>\n<li>**SHORT_H5**:<font color=\"red\">H5短链</font>跳转H5的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签H5页面</li></ul>",
|
6438
|
+
"document": "生成链接的类型:\n<ul><li>**PC**:(默认)<font color=\"red\">web控制台</font>链接, 需要在PC浏览器中打开</li>\n<li>**CHANNEL**:H5跳转到电子签小程序链接, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>\n<li>**SHORT_URL**:<font color=\"red\">H5</font>跳转到电子签小程序链接的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>\n<li>**WEIXIN_QRCODE_URL**:直接跳转至电子签小程序的二维码链接,无需通过中转页。<font color=\"red\">您需要自行将其转换为二维码,使用微信扫码后可直接进入。请注意,直接点击链接是无效的。</font></li>\n<li>**APP**:<font color=\"red\">APP或小程序</font>跳转电子签小程序链接, 一般用于贵方小程序或者APP跳转过来, 打开后进入腾讯电子签小程序</li>\n<li>**H5**:<font color=\"red\">H5长链接</font>跳转H5链接, 一般用于贵方H5跳转过来, 打开后进入腾讯电子签H5页面</li>\n<li>**SHORT_H5**:<font color=\"red\">H5短链</font>跳转H5的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签H5页面</li></ul>",
|
6439
6439
|
"example": "PC",
|
6440
6440
|
"member": "string",
|
6441
6441
|
"name": "Endpoint",
|
@@ -6513,7 +6513,7 @@
|
|
6513
6513
|
"members": [
|
6514
6514
|
{
|
6515
6515
|
"disabled": false,
|
6516
|
-
"document": "跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表\n<table> <thead> <tr> <th>子客企业状态</th> <th>子客企业员工状态</th> <th>Endpoint</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>CHANNEL/APP/H5/SHORT_H5</td> <td>30天</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>CHANNEL/APP/H5/SHORT_H5</td> <td>30天</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>PC</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>CHANNEL/APP/H5/SHORT_H5</td> <td>30天</td> </tr> </tbody> </table>\n\n注: \n1. <font color=\"red\">链接仅单次有效</font>,每次登录需要需要重新创建新的链接\n2. 创建的链接应避免被转义,如:&被转义为\\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义\n3. <font color=\"red\">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)\n",
|
6516
|
+
"document": "跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表\n<table> <thead> <tr> <th>子客企业状态</th> <th>子客企业员工状态</th> <th>Endpoint</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>CHANNEL/APP/H5/SHORT_H5/WEIXIN_QRCODE_URL</td> <td>30天</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>CHANNEL/APP/H5/SHORT_H5/WEIXIN_QRCODE_URL</td> <td>30天</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>PC</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>CHANNEL/APP/H5/SHORT_H5/WEIXIN_QRCODE_URL</td> <td>30天</td> </tr> </tbody> </table>\n\n注: \n1. <font color=\"red\">链接仅单次有效</font>,每次登录需要需要重新创建新的链接\n2. 创建的链接应避免被转义,如:&被转义为\\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义\n3. <font color=\"red\">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)\n",
|
6517
6517
|
"example": "无",
|
6518
6518
|
"member": "string",
|
6519
6519
|
"name": "ConsoleUrl",
|
@@ -10148,7 +10148,7 @@
|
|
10148
10148
|
},
|
10149
10149
|
{
|
10150
10150
|
"disabled": false,
|
10151
|
-
"document": "链接跳转类型,支持以下类型\n<ul>\n<li>WEIXINAPP : 短链直接跳转到电子签小程序 (默认值)</li>\n<li>APP : 第三方APP或小程序跳转电子签小程序</li>\n</ul>",
|
10151
|
+
"document": "链接跳转类型,支持以下类型\n<ul>\n<li>WEIXINAPP : 短链直接跳转到电子签小程序 (默认值)</li>\n<li>APP : 第三方APP或小程序跳转电子签小程序</li>\n<li>WEIXIN_QRCODE_URL:直接跳转至电子签小程序的二维码链接,无需通过中转页。<font color=\"red\">您需要自行将其转换为二维码,使用微信扫码后可直接进入。请注意,直接点击链接是无效的。</font></li>\n</ul>",
|
10152
10152
|
"example": "APP",
|
10153
10153
|
"member": "string",
|
10154
10154
|
"name": "Endpoint",
|
@@ -10163,7 +10163,7 @@
|
|
10163
10163
|
"members": [
|
10164
10164
|
{
|
10165
10165
|
"disabled": false,
|
10166
|
-
"document": "操作跳转链接\n<ul><li><strong>链接有效期:</strong> 跳转链接的有效期为24小时。</li>\n<li><strong>没有返回链接的情形:</strong> 如果在操作时没有返回跳转链接,说明此次操作无需进行跳转,服务将会直接被开通或关闭。</li>\n<li><strong>返回链接的情形:</strong>
|
10166
|
+
"document": "操作跳转链接\n<ul><li><strong>链接有效期:</strong> 跳转链接的有效期为24小时。</li>\n<li><strong>没有返回链接的情形:</strong> 如果在操作时没有返回跳转链接,说明此次操作无需进行跳转,服务将会直接被开通或关闭。</li>\n<li><strong>返回链接的情形:</strong> 当操作类型为<b>OPEN(开通服务)</b>,并且扩展服务类型为<b>AUTO_SIGN( 企业自动签署)</b>、<b>DOWNLOAD_FLOW(授权渠道下载合同)</b>或<b>OVERSEA_SIGN(企业与港澳台居民签署合同)</b>时,系统将返回一个操作链接。收到操作链接后,贵方需主动联系超级管理员(超管)或法人。<font color=\"red\"><b>由超管或法人点击链接</b></font>,以完成服务的开通操作。</li>\n</ul>\n\n",
|
10167
10167
|
"example": "https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=OPEN_SERVER_SIGN&request_token=xxxxx&organizationId=xxxxx&channelType=xxxxx&expired_time=1673428532&login=1&verify=1",
|
10168
10168
|
"member": "string",
|
10169
10169
|
"name": "OperateUrl",
|
@@ -11383,6 +11383,15 @@
|
|
11383
11383
|
"name": "PowerOfAttorneys",
|
11384
11384
|
"required": false,
|
11385
11385
|
"type": "list"
|
11386
|
+
},
|
11387
|
+
{
|
11388
|
+
"disabled": false,
|
11389
|
+
"document": "认证完之后的H5页面的跳转链接,最大长度1000个字符。链接类型请参考 [跳转电子签H5](https://qian.tencent.com/developers/company/openqianh5/)",
|
11390
|
+
"example": "无",
|
11391
|
+
"member": "string",
|
11392
|
+
"name": "AutoJumpUrl",
|
11393
|
+
"required": false,
|
11394
|
+
"type": "string"
|
11386
11395
|
}
|
11387
11396
|
],
|
11388
11397
|
"usage": "in"
|
@@ -1799,6 +1799,16 @@
|
|
1799
1799
|
"type": "list",
|
1800
1800
|
"value_allowed_null": true
|
1801
1801
|
},
|
1802
|
+
{
|
1803
|
+
"disabled": false,
|
1804
|
+
"document": "描述当前请求活体阶段被拒绝的详细原因,详情如下:\n01-用户全程闭眼\n02-用户未完成指定动作\n03-疑似翻拍攻击\n04-疑似合成攻击\n05-疑似黑产模版\n06-疑似存在水印\n07-反光校验未通过\n08-疑似中途换人\n09-人脸质量过差\n10-距离校验不通过\n11-疑似对抗样本攻击\n12-嘴巴区域疑似存在攻击痕迹\n13-眼睛区域疑似存在攻击痕迹\n14-眼睛或嘴巴被遮挡\n注意:此字段可能返回 null,表示取不到有效值。",
|
1805
|
+
"example": "[]",
|
1806
|
+
"member": "string",
|
1807
|
+
"name": "LivenessInfoTag",
|
1808
|
+
"output_required": true,
|
1809
|
+
"type": "list",
|
1810
|
+
"value_allowed_null": true
|
1811
|
+
},
|
1802
1812
|
{
|
1803
1813
|
"disabled": false,
|
1804
1814
|
"document": "手机号码。\n注意:此字段可能返回 null,表示取不到有效值。",
|