tccli 3.0.1140.1__py2.py3-none-any.whl → 3.0.1142.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/csip/v20221121/api.json +158 -159
- tccli/services/csip/v20221121/examples.json +12 -12
- tccli/services/cynosdb/v20190107/api.json +113 -33
- tccli/services/cynosdb/v20190107/examples.json +3 -3
- tccli/services/dcdb/v20180411/api.json +21 -11
- tccli/services/domain/v20180808/api.json +30 -30
- tccli/services/dts/v20211206/api.json +11 -0
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/ess/v20201111/api.json +13 -4
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/gaap/gaap_client.py +61 -8
- tccli/services/gaap/v20180529/api.json +52 -0
- tccli/services/gaap/v20180529/examples.json +8 -0
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/mariadb/v20170312/api.json +21 -11
- tccli/services/mmps/v20200710/api.json +3 -3
- tccli/services/monitor/v20180724/api.json +10 -1
- tccli/services/ocr/v20181119/api.json +41 -4
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/organization/v20210331/api.json +2 -2
- tccli/services/scf/v20180416/api.json +10 -11
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +63 -22
- tccli/services/ssl/v20191205/examples.json +4 -4
- tccli/services/tdmq/v20200217/api.json +22 -3
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +61 -6
- tccli/services/teo/v20220901/examples.json +6 -0
- tccli/services/vpc/v20170312/api.json +2164 -214
- tccli/services/vpc/v20170312/examples.json +154 -4
- tccli/services/vpc/vpc_client.py +1180 -226
- tccli/services/waf/v20180125/api.json +51 -91
- tccli/services/waf/v20180125/examples.json +0 -8
- tccli/services/waf/waf_client.py +0 -53
- tccli/services/wedata/v20210820/api.json +360 -0
- tccli/services/wedata/v20210820/examples.json +28 -0
- tccli/services/wedata/wedata_client.py +114 -8
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/RECORD +44 -44
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1140.1.dist-info → tccli-3.0.1142.1.dist-info}/license_files/LICENSE +0 -0
@@ -421,8 +421,8 @@
|
|
421
421
|
"DescribeClusterPasswordComplexity": [
|
422
422
|
{
|
423
423
|
"document": "",
|
424
|
-
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterPasswordComplexity\n<公共请求参数>\n\n{\n \"ClusterId\": \"
|
425
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
424
|
+
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterPasswordComplexity\n<公共请求参数>\n\n{\n \"ClusterId\": \"abc\"\n}",
|
425
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7651f1c0-3429-11ef-81fc-6fec1c9e2c66\",\n \"ValidatePasswordDictionary\": {\n \"CurrentValue\": \"\",\n \"Default\": \"\",\n \"Description\": \"The dictionary words that validate_password uses for checking passwords.\",\n \"EnumValue\": [],\n \"Func\": \"\",\n \"FuncPattern\": \"\",\n \"IsFunc\": false,\n \"IsGlobal\": 0,\n \"MatchType\": \"\",\n \"MatchValue\": \"\",\n \"Max\": \"0\",\n \"Min\": \"0\",\n \"ModifiableInfo\": {\n \"IsModifiable\": 0\n },\n \"NeedReboot\": 0,\n \"ParamName\": \"validate_password_txsql_dictionary\",\n \"ParamType\": \"string\"\n },\n \"ValidatePasswordLength\": {\n \"CurrentValue\": \"0\",\n \"Default\": \"8\",\n \"Description\": \"The minimum number of characters that validate_password requires passwords to have.\",\n \"EnumValue\": [],\n \"Func\": \"\",\n \"FuncPattern\": \"\",\n \"IsFunc\": false,\n \"IsGlobal\": 0,\n \"MatchType\": \"\",\n \"MatchValue\": \"\",\n \"Max\": \"256\",\n \"Min\": \"8\",\n \"ModifiableInfo\": {\n \"IsModifiable\": 0\n },\n \"NeedReboot\": 0,\n \"ParamName\": \"validate_password_length\",\n \"ParamType\": \"integer\"\n },\n \"ValidatePasswordMixedCaseCount\": {\n \"CurrentValue\": \"0\",\n \"Default\": \"1\",\n \"Description\": \"The minimum number of lowercase and uppercase characters that validate_password requires passwords to have if the password policy is MEDIUM or stronger.\",\n \"EnumValue\": [],\n \"Func\": \"\",\n \"FuncPattern\": \"\",\n \"IsFunc\": false,\n \"IsGlobal\": 0,\n \"MatchType\": \"\",\n \"MatchValue\": \"\",\n \"Max\": \"50\",\n \"Min\": \"1\",\n \"ModifiableInfo\": {\n \"IsModifiable\": 0\n },\n \"NeedReboot\": 0,\n \"ParamName\": \"validate_password_mixed_case_count\",\n \"ParamType\": \"integer\"\n },\n \"ValidatePasswordNumberCount\": {\n \"CurrentValue\": \"0\",\n \"Default\": \"1\",\n \"Description\": \"The minimum number of numeric (digit) characters that validate_password requires passwords to have if the password policy is MEDIUM or stronger. \",\n \"EnumValue\": [],\n \"Func\": \"\",\n \"FuncPattern\": \"\",\n \"IsFunc\": false,\n \"IsGlobal\": 0,\n \"MatchType\": \"\",\n \"MatchValue\": \"\",\n \"Max\": \"50\",\n \"Min\": \"1\",\n \"ModifiableInfo\": {\n \"IsModifiable\": 0\n },\n \"NeedReboot\": 0,\n \"ParamName\": \"validate_password_number_count\",\n \"ParamType\": \"integer\"\n },\n \"ValidatePasswordPolicy\": {\n \"CurrentValue\": \"LOW\",\n \"Default\": \"MEDIUM\",\n \"Description\": \"The password policy enforced by validate_password.\",\n \"EnumValue\": [\n \"MEDIUM\",\n \"STRONG\"\n ],\n \"Func\": \"\",\n \"FuncPattern\": \"\",\n \"IsFunc\": false,\n \"IsGlobal\": 0,\n \"MatchType\": \"\",\n \"MatchValue\": \"\",\n \"Max\": \"2\",\n \"Min\": \"0\",\n \"ModifiableInfo\": {\n \"IsModifiable\": 0\n },\n \"NeedReboot\": 0,\n \"ParamName\": \"validate_password_policy\",\n \"ParamType\": \"enum\"\n },\n \"ValidatePasswordSpecialCharCount\": {\n \"CurrentValue\": \"0\",\n \"Default\": \"1\",\n \"Description\": \"The minimum number of nonalphanumeric characters that validate_password requires passwords to have if the password policy is MEDIUM or stronger. \",\n \"EnumValue\": [],\n \"Func\": \"\",\n \"FuncPattern\": \"\",\n \"IsFunc\": false,\n \"IsGlobal\": 0,\n \"MatchType\": \"\",\n \"MatchValue\": \"\",\n \"Max\": \"50\",\n \"Min\": \"1\",\n \"ModifiableInfo\": {\n \"IsModifiable\": 0\n },\n \"NeedReboot\": 0,\n \"ParamName\": \"validate_password_special_char_count\",\n \"ParamType\": \"integer\"\n }\n }\n}",
|
426
426
|
"title": "查看集群密码复杂度详情"
|
427
427
|
}
|
428
428
|
],
|
@@ -430,7 +430,7 @@
|
|
430
430
|
{
|
431
431
|
"document": "查询集群列表",
|
432
432
|
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusters\n<公共请求参数>\n\n{\n \"DbType\": \"MYSQL\",\n \"Limit\": \"20\",\n \"Filters\": [\n {\n \"Values\": [\n \"cynosdbpg-ins-bzkxxrmt\"\n ],\n \"Names\": [\n \"InstanceId\"\n ],\n \"ExactMatch\": \"true\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
433
|
-
"output": "{\n \"Response\": {\n \"
|
433
|
+
"output": "{\n \"Response\": {\n \"ClusterSet\": [\n {\n \"Ability\": {\n \"IsSupportManualSnapshot\": \"\",\n \"IsSupportRo\": \"yes\",\n \"IsSupportSlaveZone\": \"yes\",\n \"IsSupportTransparentDataEncryption\": \"\",\n \"NoSupportTransparentDataEncryptionReason\": \"\",\n \"NonsupportRoReason\": \"\",\n \"NonsupportSlaveZoneReason\": \"\"\n },\n \"AppId\": 123,\n \"BusinessType\": \"\",\n \"ClusterId\": \"cynosdbmysql-aaa\",\n \"ClusterName\": \"resource-xxl-job-intl\",\n \"CreateTime\": \"2024-05-30 19:26:42\",\n \"CynosVersion\": \"2.1.12\",\n \"DbMode\": \"NORMAL\",\n \"DbType\": \"MYSQL\",\n \"DbVersion\": \"5.7\",\n \"HasSlaveZone\": \"yes\",\n \"InstanceNum\": 2,\n \"IsFreeze\": \"no\",\n \"MasterZone\": \"ap-singapore-3\",\n \"MaxStorageSize\": 30000,\n \"MinStorageSize\": 10,\n \"NetAddrs\": [\n {\n \"Description\": \"\",\n \"InstanceGroupId\": \"\",\n \"NetType\": \"singleRo\",\n \"UniqSubnetId\": \"subnet-xx\",\n \"UniqVpcId\": \"vpc-xx\",\n \"Vip\": \"1.1.1.1\",\n \"Vport\": 3306,\n \"WanDomain\": \"\",\n \"WanIP\": \"\",\n \"WanPort\": 0,\n \"WanStatus\": \"init\"\n },\n {\n \"Description\": \"\",\n \"InstanceGroupId\": \"\",\n \"NetType\": \"ha\",\n \"UniqSubnetId\": \"subnet-xx\",\n \"UniqVpcId\": \"vpc-xx\",\n \"Vip\": \"1.1.1.1\",\n \"Vport\": 3306,\n \"WanDomain\": \"\",\n \"WanIP\": \"\",\n \"WanPort\": 0,\n \"WanStatus\": \"init\"\n },\n {\n \"Description\": \"\",\n \"InstanceGroupId\": \"\",\n \"NetType\": \"proxy\",\n \"UniqSubnetId\": \"subnet-xx\",\n \"UniqVpcId\": \"vpc-xx\",\n \"Vip\": \"1.1.1.1\",\n \"Vport\": 3306,\n \"WanDomain\": \"\",\n \"WanIP\": \"\",\n \"WanPort\": 0,\n \"WanStatus\": \"\"\n }\n ],\n \"OrderSource\": \"\",\n \"PayMode\": 1,\n \"PeriodEndTime\": \"2024-06-30 19:32:51\",\n \"PhysicalZone\": \"ap-singapore-3\",\n \"ProcessingTask\": \"\",\n \"ProjectID\": 0,\n \"Region\": \"ap-singapore\",\n \"RenewFlag\": 1,\n \"ResourcePackages\": [],\n \"ResourceTags\": [\n {\n \"TagKey\": \"运营产品\",\n \"TagValue\": \"腾讯云计费产品其它_1649\"\n },\n {\n \"TagKey\": \"运营部门\",\n \"TagValue\": \"计费产品中心_1013\"\n },\n {\n \"TagKey\": \"一级业务\",\n \"TagValue\": \"[N][腾讯云计费产品其它]_979685\"\n },\n {\n \"TagKey\": \"二级业务\",\n \"TagValue\": \"[license管理][license数据引擎]123\"\n }\n ],\n \"ServerlessStatus\": \"\",\n \"SlaveZones\": [\n \"ap-singapore-4\"\n ],\n \"Status\": \"running\",\n \"StatusDesc\": \"运行中\",\n \"Storage\": 0,\n \"StorageId\": \"\",\n \"StorageLimit\": 30000,\n \"StoragePayMode\": 0,\n \"SubnetId\": \"subnet-xx\",\n \"Tasks\": [],\n \"Uin\": \"1234\",\n \"UpdateTime\": \"2024-05-30 19:43:06\",\n \"Vip\": \"1.1.1.1\",\n \"VpcId\": \"vpc-xx\",\n \"Vport\": 3306,\n \"Zone\": \"ap-singapore-3\"\n }\n ],\n \"RequestId\": \"51169b54-61d4-4604-a07e-e519a5527923\",\n \"TotalCount\": 31\n }\n}",
|
434
434
|
"title": "查询集群列表"
|
435
435
|
}
|
436
436
|
],
|
@@ -6534,7 +6534,7 @@
|
|
6534
6534
|
"example": "tdsqlshard-xxx",
|
6535
6535
|
"member": "string",
|
6536
6536
|
"name": "InstanceId",
|
6537
|
-
"
|
6537
|
+
"output_required": true,
|
6538
6538
|
"type": "string",
|
6539
6539
|
"value_allowed_null": false
|
6540
6540
|
},
|
@@ -6544,7 +6544,7 @@
|
|
6544
6544
|
"example": "tdsqlshard-xxx",
|
6545
6545
|
"member": "string",
|
6546
6546
|
"name": "InstanceName",
|
6547
|
-
"
|
6547
|
+
"output_required": true,
|
6548
6548
|
"type": "string",
|
6549
6549
|
"value_allowed_null": false
|
6550
6550
|
},
|
@@ -6554,7 +6554,7 @@
|
|
6554
6554
|
"example": "2",
|
6555
6555
|
"member": "int64",
|
6556
6556
|
"name": "InstanceStatus",
|
6557
|
-
"
|
6557
|
+
"output_required": true,
|
6558
6558
|
"type": "int",
|
6559
6559
|
"value_allowed_null": false
|
6560
6560
|
},
|
@@ -6564,7 +6564,7 @@
|
|
6564
6564
|
"example": "shard-xxx",
|
6565
6565
|
"member": "string",
|
6566
6566
|
"name": "ShardId",
|
6567
|
-
"
|
6567
|
+
"output_required": true,
|
6568
6568
|
"type": "string",
|
6569
6569
|
"value_allowed_null": false
|
6570
6570
|
},
|
@@ -6574,7 +6574,7 @@
|
|
6574
6574
|
"example": "/backup/xxx.lz4",
|
6575
6575
|
"member": "string",
|
6576
6576
|
"name": "FilePath",
|
6577
|
-
"
|
6577
|
+
"output_required": true,
|
6578
6578
|
"type": "string",
|
6579
6579
|
"value_allowed_null": false
|
6580
6580
|
},
|
@@ -6584,7 +6584,7 @@
|
|
6584
6584
|
"example": "xxx.lz4",
|
6585
6585
|
"member": "string",
|
6586
6586
|
"name": "FileName",
|
6587
|
-
"
|
6587
|
+
"output_required": true,
|
6588
6588
|
"type": "string",
|
6589
6589
|
"value_allowed_null": false
|
6590
6590
|
},
|
@@ -6594,7 +6594,7 @@
|
|
6594
6594
|
"example": "1",
|
6595
6595
|
"member": "int64",
|
6596
6596
|
"name": "FileSize",
|
6597
|
-
"
|
6597
|
+
"output_required": true,
|
6598
6598
|
"type": "int",
|
6599
6599
|
"value_allowed_null": false
|
6600
6600
|
},
|
@@ -6604,7 +6604,7 @@
|
|
6604
6604
|
"example": "Binlog",
|
6605
6605
|
"member": "string",
|
6606
6606
|
"name": "BackupType",
|
6607
|
-
"
|
6607
|
+
"output_required": true,
|
6608
6608
|
"type": "string",
|
6609
6609
|
"value_allowed_null": false
|
6610
6610
|
},
|
@@ -6614,7 +6614,7 @@
|
|
6614
6614
|
"example": "0",
|
6615
6615
|
"member": "int64",
|
6616
6616
|
"name": "ManualBackup",
|
6617
|
-
"
|
6617
|
+
"output_required": true,
|
6618
6618
|
"type": "int",
|
6619
6619
|
"value_allowed_null": false
|
6620
6620
|
},
|
@@ -6624,7 +6624,7 @@
|
|
6624
6624
|
"example": "2022-05-10 12:00:00",
|
6625
6625
|
"member": "string",
|
6626
6626
|
"name": "StartTime",
|
6627
|
-
"
|
6627
|
+
"output_required": true,
|
6628
6628
|
"type": "string",
|
6629
6629
|
"value_allowed_null": false
|
6630
6630
|
},
|
@@ -6634,7 +6634,17 @@
|
|
6634
6634
|
"example": "2022-05-10 12:00:00",
|
6635
6635
|
"member": "string",
|
6636
6636
|
"name": "EndTime",
|
6637
|
-
"
|
6637
|
+
"output_required": true,
|
6638
|
+
"type": "string",
|
6639
|
+
"value_allowed_null": false
|
6640
|
+
},
|
6641
|
+
{
|
6642
|
+
"disabled": false,
|
6643
|
+
"document": "对象的存储类型,枚举值:STANDARD(标准存储)、ARCHIVE(归档存储)。",
|
6644
|
+
"example": "STANDARD",
|
6645
|
+
"member": "string",
|
6646
|
+
"name": "StorageClass",
|
6647
|
+
"output_required": true,
|
6638
6648
|
"type": "string",
|
6639
6649
|
"value_allowed_null": false
|
6640
6650
|
}
|
@@ -4166,80 +4166,80 @@
|
|
4166
4166
|
{
|
4167
4167
|
"disabled": false,
|
4168
4168
|
"document": "详情ID",
|
4169
|
-
"example": "
|
4169
|
+
"example": "1",
|
4170
4170
|
"member": "int64",
|
4171
4171
|
"name": "Id",
|
4172
|
-
"
|
4172
|
+
"output_required": true,
|
4173
4173
|
"type": "int",
|
4174
4174
|
"value_allowed_null": false
|
4175
4175
|
},
|
4176
4176
|
{
|
4177
4177
|
"disabled": false,
|
4178
4178
|
"document": "类型 new: 注册域名 batch_transfer_prohibition_on:开启禁止转移 batch_transfer_prohibition_off:关闭禁止转移 batch_update_prohibition_on:开启禁止更新 batch_update_prohibition_off:关闭禁止更新",
|
4179
|
-
"example": "
|
4179
|
+
"example": "batch_modify_domain_info",
|
4180
4180
|
"member": "string",
|
4181
4181
|
"name": "Action",
|
4182
|
-
"
|
4182
|
+
"output_required": true,
|
4183
4183
|
"type": "string",
|
4184
4184
|
"value_allowed_null": false
|
4185
4185
|
},
|
4186
4186
|
{
|
4187
4187
|
"disabled": false,
|
4188
4188
|
"document": "域名",
|
4189
|
-
"example": "
|
4189
|
+
"example": "tencent.com",
|
4190
4190
|
"member": "string",
|
4191
4191
|
"name": "Domain",
|
4192
|
-
"
|
4192
|
+
"output_required": true,
|
4193
4193
|
"type": "string",
|
4194
4194
|
"value_allowed_null": false
|
4195
4195
|
},
|
4196
4196
|
{
|
4197
4197
|
"disabled": false,
|
4198
4198
|
"document": "执行状态:\ndoing 执行中。\nfailed 操作失败。\nsuccess 操作成功。",
|
4199
|
-
"example": "
|
4199
|
+
"example": "success",
|
4200
4200
|
"member": "string",
|
4201
4201
|
"name": "Status",
|
4202
|
-
"
|
4202
|
+
"output_required": true,
|
4203
4203
|
"type": "string",
|
4204
4204
|
"value_allowed_null": false
|
4205
4205
|
},
|
4206
4206
|
{
|
4207
4207
|
"disabled": false,
|
4208
4208
|
"document": "失败原因\n注意:此字段可能返回 null,表示取不到有效值。",
|
4209
|
-
"example": "
|
4209
|
+
"example": "\"\"",
|
4210
4210
|
"member": "string",
|
4211
4211
|
"name": "Reason",
|
4212
|
-
"
|
4212
|
+
"output_required": true,
|
4213
4213
|
"type": "string",
|
4214
4214
|
"value_allowed_null": true
|
4215
4215
|
},
|
4216
4216
|
{
|
4217
4217
|
"disabled": false,
|
4218
4218
|
"document": "创建时间",
|
4219
|
-
"example": "
|
4219
|
+
"example": "2006-01-02 15:04:05",
|
4220
4220
|
"member": "string",
|
4221
4221
|
"name": "CreatedOn",
|
4222
|
-
"
|
4222
|
+
"output_required": true,
|
4223
4223
|
"type": "string",
|
4224
4224
|
"value_allowed_null": false
|
4225
4225
|
},
|
4226
4226
|
{
|
4227
4227
|
"disabled": false,
|
4228
4228
|
"document": "更新时间",
|
4229
|
-
"example": "
|
4229
|
+
"example": "2006-01-02 15:04:05",
|
4230
4230
|
"member": "string",
|
4231
4231
|
"name": "UpdatedOn",
|
4232
|
-
"
|
4232
|
+
"output_required": true,
|
4233
4233
|
"type": "string",
|
4234
4234
|
"value_allowed_null": false
|
4235
4235
|
},
|
4236
4236
|
{
|
4237
4237
|
"disabled": false,
|
4238
4238
|
"document": "订单号\n注意:此字段可能返回 null,表示取不到有效值。",
|
4239
|
-
"example": "
|
4239
|
+
"example": "1",
|
4240
4240
|
"member": "string",
|
4241
4241
|
"name": "BigDealId",
|
4242
|
-
"
|
4242
|
+
"output_required": true,
|
4243
4243
|
"type": "string",
|
4244
4244
|
"value_allowed_null": true
|
4245
4245
|
}
|
@@ -4252,70 +4252,70 @@
|
|
4252
4252
|
{
|
4253
4253
|
"disabled": false,
|
4254
4254
|
"document": "日志ID",
|
4255
|
-
"example": "
|
4255
|
+
"example": "1",
|
4256
4256
|
"member": "int64",
|
4257
4257
|
"name": "LogId",
|
4258
|
-
"
|
4258
|
+
"output_required": true,
|
4259
4259
|
"type": "int",
|
4260
4260
|
"value_allowed_null": false
|
4261
4261
|
},
|
4262
4262
|
{
|
4263
4263
|
"disabled": false,
|
4264
4264
|
"document": "数量",
|
4265
|
-
"example": "
|
4265
|
+
"example": "1",
|
4266
4266
|
"member": "int64",
|
4267
4267
|
"name": "Number",
|
4268
|
-
"
|
4268
|
+
"output_required": true,
|
4269
4269
|
"type": "int",
|
4270
4270
|
"value_allowed_null": false
|
4271
4271
|
},
|
4272
4272
|
{
|
4273
4273
|
"disabled": false,
|
4274
4274
|
"document": "执行状态:\ndoing 执行中。\ndone 执行完成。",
|
4275
|
-
"example": "
|
4275
|
+
"example": "done",
|
4276
4276
|
"member": "string",
|
4277
4277
|
"name": "Status",
|
4278
|
-
"
|
4278
|
+
"output_required": true,
|
4279
4279
|
"type": "string",
|
4280
4280
|
"value_allowed_null": false
|
4281
4281
|
},
|
4282
4282
|
{
|
4283
4283
|
"disabled": false,
|
4284
4284
|
"document": "提交时间",
|
4285
|
-
"example": "
|
4285
|
+
"example": "2006-01-02 15:04:05",
|
4286
4286
|
"member": "string",
|
4287
4287
|
"name": "CreatedOn",
|
4288
|
-
"
|
4288
|
+
"output_required": true,
|
4289
4289
|
"type": "string",
|
4290
4290
|
"value_allowed_null": false
|
4291
4291
|
},
|
4292
4292
|
{
|
4293
4293
|
"disabled": false,
|
4294
4294
|
"document": "批量操作成功个数",
|
4295
|
-
"example": "
|
4295
|
+
"example": "1",
|
4296
4296
|
"member": "int64",
|
4297
4297
|
"name": "Success",
|
4298
|
-
"
|
4298
|
+
"output_required": true,
|
4299
4299
|
"type": "int",
|
4300
4300
|
"value_allowed_null": false
|
4301
4301
|
},
|
4302
4302
|
{
|
4303
4303
|
"disabled": false,
|
4304
4304
|
"document": "批量操作处理中个数",
|
4305
|
-
"example": "
|
4305
|
+
"example": "0",
|
4306
4306
|
"member": "int64",
|
4307
4307
|
"name": "Doing",
|
4308
|
-
"
|
4308
|
+
"output_required": true,
|
4309
4309
|
"type": "int",
|
4310
4310
|
"value_allowed_null": false
|
4311
4311
|
},
|
4312
4312
|
{
|
4313
4313
|
"disabled": false,
|
4314
4314
|
"document": "批量操作失败个数",
|
4315
|
-
"example": "
|
4315
|
+
"example": "0",
|
4316
4316
|
"member": "int64",
|
4317
4317
|
"name": "Failed",
|
4318
|
-
"
|
4318
|
+
"output_required": true,
|
4319
4319
|
"type": "int",
|
4320
4320
|
"value_allowed_null": false
|
4321
4321
|
}
|
@@ -5904,6 +5904,17 @@
|
|
5904
5904
|
"required": false,
|
5905
5905
|
"type": "string",
|
5906
5906
|
"value_allowed_null": true
|
5907
|
+
},
|
5908
|
+
{
|
5909
|
+
"disabled": false,
|
5910
|
+
"document": "tdsql的分片id。如节点类型为set必填。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5911
|
+
"example": "set_1693279393_1(s1)",
|
5912
|
+
"member": "string",
|
5913
|
+
"name": "SetId",
|
5914
|
+
"output_required": false,
|
5915
|
+
"required": false,
|
5916
|
+
"type": "string",
|
5917
|
+
"value_allowed_null": true
|
5907
5918
|
}
|
5908
5919
|
],
|
5909
5920
|
"usage": "both"
|
@@ -6090,7 +6090,7 @@
|
|
6090
6090
|
},
|
6091
6091
|
{
|
6092
6092
|
"disabled": false,
|
6093
|
-
"document": "部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId
|
6093
|
+
"document": "部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId字段)需要选择不同的必选组件:<li>ProductId为2(EMR-V2.0.1)的时候,必选组件包括:hdfs-2.7.3,yarn-2.7.3,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为16(EMR-V2.3.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.5.5,knox-1.2.0</li><li>ProductId为20(EMR-V2.5.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为30(EMR-V2.6.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为38(EMR-V2.7.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为57(EMR-V2.8.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为7(EMR-V3.0.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为25(EMR-V3.1.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为31(EMR-V3.1.1)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为28(EMR-V3.2.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为33(EMR-V3.2.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为34(EMR-V3.3.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为37(EMR-V3.4.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为44(EMR-V3.5.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为53(EMR-V3.6.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为58(EMR-V3.6.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.46,knox-1.6.1</li><li>ProductId为47(EMR-V4.0.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li>",
|
6094
6094
|
"example": "无",
|
6095
6095
|
"member": "string",
|
6096
6096
|
"name": "Software",
|
@@ -6153,7 +6153,7 @@
|
|
6153
6153
|
},
|
6154
6154
|
{
|
6155
6155
|
"disabled": false,
|
6156
|
-
"document": "产品ID,不同产品ID表示不同的EMR
|
6156
|
+
"document": "产品ID,不同产品ID表示不同的EMR产品版本。取值范围:<li>2:表示EMR-V2.0.1</li><li>16:表示EMR-V2.3.0</li><li>20:表示EMR-V2.5.0</li><li>30:表示EMR-V2.6.0</li><li>38:表示EMR-V2.7.0</li><li>57:表示EMR-V2.8.0</li><li>7:表示EMR-V3.0.0</li><li>25:表示EMR-V3.1.0</li><li>31:表示EMR-V3.1.1</li><li>28:表示EMR-V3.2.0</li><li>33:表示EMR-V3.2.1</li><li>34:表示EMR-V3.3.0</li><li>37:表示EMR-V3.4.0</li><li>44:表示EMR-V3.5.0</li><li>53:表示EMR-V3.6.0</li><li>58:表示EMR-V3.6.1</li><li>47:表示EMR-V4.0.0</li>",
|
6157
6157
|
"example": "无",
|
6158
6158
|
"member": "uint64",
|
6159
6159
|
"name": "ProductId",
|
@@ -1873,7 +1873,7 @@
|
|
1873
1873
|
},
|
1874
1874
|
{
|
1875
1875
|
"disabled": false,
|
1876
|
-
"document": "控件填充vaule,ComponentType和传入值类型对应关系:\n<ul><li> <b>TEXT</b> : 文本内容</li>\n<li> <b>MULTI_LINE_TEXT</b> : 文本内容,可以用 \\n 来控制换行位置 </li>\n<li> <b>CHECK_BOX</b> : true/false</li>\n<li> <b>FILL_IMAGE、ATTACHMENT</b> : 附件的FileId,需要通过UploadFiles接口上传获取</li>\n<li> <b>SELECTOR</b> : 选项值</li>\n<li> <b>DYNAMIC_TABLE</b> - 传入json格式的表格内容,详见说明:[数据表格](https://qian.tencent.com/developers/company/dynamic_table)</li>\n<li> <b>DATE</b> : 格式化为:xxxx年xx月xx日(例如2024年05年28日)</li>\n<li> <b>SIGN_SEAL</b> : 印章ID,于控制台查询获取, [点击查看在控制台上位置](https://qcloudimg.tencent-cloud.cn/raw/f7b0f2ea4a534aada4b893dbf9671eae.png)</li>\n<li> <b>SIGN_PAGING_SEAL</b> : 可以指定印章ID,于控制台查询获取, [点击查看在控制台上位置](https://qcloudimg.tencent-cloud.cn/raw/f7b0f2ea4a534aada4b893dbf9671eae.png)</li></ul>\n\n\n<b>控件值约束说明</b>:\n<table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td>国内手机号 13,14,15,16,17,18,19号段长度11位</td> </tr> <tr> <td>签署人身份证控件</td> <td>合法的身份证号码检查</td> </tr> <tr> <td>控件名称</td> <td>控件名称最大长度为20字符,不支持表情</td> </tr> <tr> <td>单行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>多行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>勾选框控件</td> <td>选择填字符串true,不选填字符串false</td> </tr> <tr> <td>选择器控件</td> <td>同单行文本控件约束,填写选择值中的字符串</td> </tr> <tr> <td>数字控件</td> <td>请输入有效的数字(可带小数点)</td> </tr> <tr> <td>日期控件</td> <td>格式:yyyy年mm月dd日</td> </tr> <tr> <td>附件控件</td> <td>JPG或PNG图片,上传数量限制,1到6个,最大6个附件,填写上传的资源ID</td> </tr> <tr> <td>图片控件</td> <td>JPG或PNG图片,填写上传的图片资源ID</td> </tr> <tr> <td>邮箱控件</td> <td>有效的邮箱地址, w3c标准</td> </tr> <tr> <td>地址控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>省市区控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>性别控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>学历控件</td> <td>选择值中的字符串</td> </tr> </tbody> </table>\n注: `部分特殊控件需要在控制台配置模板形式创建`",
|
1876
|
+
"document": "控件填充vaule,ComponentType和传入值类型对应关系:\n<ul><li> <b>TEXT</b> : 文本内容</li>\n<li> <b>MULTI_LINE_TEXT</b> : 文本内容,可以用 \\n 来控制换行位置 </li>\n<li> <b>CHECK_BOX</b> : true/false</li>\n<li> <b>FILL_IMAGE、ATTACHMENT</b> : 附件的FileId,需要通过UploadFiles接口上传获取</li>\n<li> <b>SELECTOR</b> : 选项值</li>\n<li> <b>DYNAMIC_TABLE</b> - 传入json格式的表格内容,详见说明:[数据表格](https://qian.tencent.com/developers/company/dynamic_table)</li>\n<li> <b>DATE</b> : 格式化为:xxxx年xx月xx日(例如2024年05年28日)</li>\n<li> <b>SIGN_SEAL</b> : 印章ID,于控制台查询获取, [点击查看在控制台上位置](https://qcloudimg.tencent-cloud.cn/raw/f7b0f2ea4a534aada4b893dbf9671eae.png)</li>\n<li> <b>SIGN_PAGING_SEAL</b> : 可以指定印章ID,于控制台查询获取, [点击查看在控制台上位置](https://qcloudimg.tencent-cloud.cn/raw/f7b0f2ea4a534aada4b893dbf9671eae.png)</li></ul>\n\n\n<b>控件值约束说明</b>:\n<table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td>国内手机号 13,14,15,16,17,18,19号段长度11位</td> </tr> <tr> <td>签署人身份证控件</td> <td>合法的身份证号码检查</td> </tr> <tr> <td>控件名称</td> <td>控件名称最大长度为20字符,不支持表情</td> </tr> <tr> <td>单行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>多行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>勾选框控件</td> <td>选择填字符串true,不选填字符串false</td> </tr> <tr> <td>选择器控件</td> <td>同单行文本控件约束,填写选择值中的字符串</td> </tr> <tr> <td>数字控件</td> <td>请输入有效的数字(可带小数点)</td> </tr> <tr> <td>日期控件</td> <td>格式:yyyy年mm月dd日</td> </tr> <tr> <td>附件控件</td> <td>JPG或PNG图片,上传数量限制,1到6个,最大6个附件,填写上传的资源ID</td> </tr> <tr> <td>图片控件</td> <td>JPG或PNG图片,填写上传的图片资源ID</td> </tr> <tr> <td>邮箱控件</td> <td>有效的邮箱地址, w3c标准</td> </tr> <tr> <td>地址控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>省市区控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>性别控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>学历控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>水印控件</td> <td>水印控件设置为CUSTOM_WATERMARK类型时的水印内容</td> </tr> </tbody> </table>\n注: `部分特殊控件需要在控制台配置模板形式创建`",
|
1877
1877
|
"example": "无",
|
1878
1878
|
"member": "string",
|
1879
1879
|
"name": "ComponentValue",
|
@@ -6642,7 +6642,16 @@
|
|
6642
6642
|
},
|
6643
6643
|
{
|
6644
6644
|
"disabled": false,
|
6645
|
-
"document": "
|
6645
|
+
"document": "实名完之后的跳转链接,最大长度1000个字符。\n链接类型请参考 <a href=\"https://qian.tencent.com/developers/company/openqianh5\" target=\"_blank\">跳转电子签H5</a>。\n\n注:此参数仅支持 Endpoint 为 <font color=\"red\">H5 或 H5_SHORT_URL </font>的时候传递\n",
|
6646
|
+
"example": "无",
|
6647
|
+
"member": "string",
|
6648
|
+
"name": "JumpUrl",
|
6649
|
+
"required": false,
|
6650
|
+
"type": "string"
|
6651
|
+
},
|
6652
|
+
{
|
6653
|
+
"disabled": false,
|
6654
|
+
"document": "要跳转的链接类型\n\n- HTTP:\n跳转电子签小程序的http_url,短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)\n\n- HTTP_SHORT_URL:\n跳转电子签小程序的http_url,短信通知或者H5跳转适合此类型,此时返回短链\n\n- APP:\n第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型\n\n- H5:\n跳转电子签H5实名页面的长链\n\n- H5_SHORT_URL:\n跳转电子签H5实名页面的短链\n\n注:如果不传递,默认值是 <font color=\"red\"> APP </font>",
|
6646
6655
|
"example": "APP",
|
6647
6656
|
"member": "string",
|
6648
6657
|
"name": "Endpoint",
|
@@ -6651,7 +6660,7 @@
|
|
6651
6660
|
},
|
6652
6661
|
{
|
6653
6662
|
"disabled": false,
|
6654
|
-
"document": "签署完成后是否自动回跳\n<ul><li>false:否, 实名完成不会自动跳转回来(默认)</li><li>true:是, 实名完成会自动跳转回来</li></ul>\n\n注: \n1. 该参数<font color=\"red\">只针对APP
|
6663
|
+
"document": "签署完成后是否自动回跳\n<ul><li>false:否, 实名完成不会自动跳转回来(默认)</li><li>true:是, 实名完成会自动跳转回来</li></ul>\n\n注: \n1. 该参数<font color=\"red\">只针对APP类型(第三方APP或小程序跳转电子签小程序)场景</font> 的实名链接有效\n2. <font color=\"red\">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)\n3. <font color=\"red\">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font> ",
|
6655
6664
|
"example": "无",
|
6656
6665
|
"member": "bool",
|
6657
6666
|
"name": "AutoJumpBack",
|
@@ -6675,7 +6684,7 @@
|
|
6675
6684
|
"members": [
|
6676
6685
|
{
|
6677
6686
|
"disabled": false,
|
6678
|
-
"document": "腾讯电子签小程序的实名认证链接。\n如果没有传递,默认值是 HTTP。 链接的有效期均是 7 天。\n\n- 如果EndPoint是APP,\n得到的链接类似于pages/guide/index?to=MP_PERSONAL_VERIFY&shortKey=yDCZHUyOcExAlcOvNod0, 用法可以参考描述中的\"跳转到小程序的实现\"\n\n- 如果EndPoint是HTTP,\n得到的链接类似于https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=TAG_VERIFY&shortKey=yDCZHUyOcChrfpaswT0d,点击后会跳转到腾讯电子签小程序进行签署\n\n- 如果EndPoint是HTTP_SHORT_URL,\n得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签小程序进行签署\n\n\n
|
6687
|
+
"document": "腾讯电子签小程序的实名认证链接。\n如果没有传递,默认值是 HTTP。 链接的有效期均是 7 天。\n\n- 如果EndPoint是APP,\n得到的链接类似于pages/guide/index?to=MP_PERSONAL_VERIFY&shortKey=yDCZHUyOcExAlcOvNod0, 用法可以参考描述中的\"跳转到小程序的实现\"\n\n- 如果EndPoint是HTTP,\n得到的链接类似于https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=TAG_VERIFY&shortKey=yDCZHUyOcChrfpaswT0d,点击后会跳转到腾讯电子签小程序进行签署\n\n- 如果EndPoint是HTTP_SHORT_URL,\n得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签小程序进行签署\n\n- 如果EndPoint是H5,\n得到的链接类似于 https://quick.test.qian.tencent.cn/guide?Code=yDU****VJhsS5q&CodeType=xxx&shortKey=yD*****frcb,点击后会跳转到腾讯电子签H5页面进行签署\n\n- 如果EndPoint是H5_SHORT_URL,\n得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签H5页面进行签署\n\n\n`注:` <font color=\"red\">生成的链路后面不能再增加参数</font>\n示例值:https://essurl.cn/2n**42Nd",
|
6679
6688
|
"example": "无",
|
6680
6689
|
"member": "string",
|
6681
6690
|
"name": "UserVerifyUrl",
|
@@ -1046,8 +1046,8 @@
|
|
1046
1046
|
{
|
1047
1047
|
"document": "获取c端用户实名链接",
|
1048
1048
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserVerifyUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"19561039c99fe825a934a132520fde6a\",\n \"ClientIp\": \"8.8.8.8\"\n },\n \"Name\": \"典子谦\",\n \"Endpoint\": \"HTTP_SHORT_URL\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"420101XXXXXXXX4059\",\n \"Mobile\": \"13200000015\"\n}",
|
1049
|
-
"output": "{\n \"Response\": {\n \"ExpireTime\": 1713080196,\n \"MiniAppId\": \"
|
1050
|
-
"title": "获取c
|
1049
|
+
"output": "{\n \"Response\": {\n \"ExpireTime\": 1713080196,\n \"MiniAppId\": \"\",\n \"RequestId\": \"s1712475396892401448\",\n \"UserVerifyUrl\": \"https://test.essurl.cn/RTo****6X6\"\n }\n}",
|
1050
|
+
"title": "获取c端用户实名跳转链接"
|
1051
1051
|
}
|
1052
1052
|
],
|
1053
1053
|
"CreateWebThemeConfig": [
|
@@ -5637,7 +5637,7 @@
|
|
5637
5637
|
},
|
5638
5638
|
{
|
5639
5639
|
"disabled": false,
|
5640
|
-
"document": "控件填充vaule,ComponentType和传入值类型对应关系:\n<ul><li> <b>TEXT</b> : 文本内容</li>\n<li> <b>MULTI_LINE_TEXT</b> : 文本内容, 可以用 \\n 来控制换行位置</li>\n<li> <b>CHECK_BOX</b> : true/false</li>\n<li> <b>FILL_IMAGE、ATTACHMENT</b> : 附件的FileId,需要通过UploadFiles接口上传获取</li>\n<li> <b>SELECTOR</b> : 选项值</li>\n<li> <b>DYNAMIC_TABLE</b> - 传入json格式的表格内容,详见说明:[数据表格](https://qian.tencent.com/developers/company/dynamic_table)</li>\n<li> <b>DATE</b> : 格式化:xxxx年xx月xx日(例如:2024年05月28日)</li>\n<li> <b>SIGN_SEAL</b> : 印章ID,于控制台查询获取,[点击查看在控制上的位置](https://qcloudimg.tencent-cloud.cn/raw/cd403a5b949fce197fd9e88bb6db1517.png)</li>\n<li> <b>SIGN_PAGING_SEAL</b> : 可以指定印章ID,于控制台查询获取,[点击查看在控制上的位置](https://qcloudimg.tencent-cloud.cn/raw/cd403a5b949fce197fd9e88bb6db1517.png)</li></ul>\n\n\n<b>控件值约束说明</b>:\n<table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td>国内手机号 13,14,15,16,17,18,19号段长度11位</td> </tr> <tr> <td>签署人身份证控件</td> <td>合法的身份证号码检查</td> </tr> <tr> <td>控件名称</td> <td>控件名称最大长度为20字符,不支持表情</td> </tr> <tr> <td>单行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>多行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>勾选框控件</td> <td>选择填字符串true,不选填字符串false</td> </tr> <tr> <td>选择器控件</td> <td>同单行文本控件约束,填写选择值中的字符串</td> </tr> <tr> <td>数字控件</td> <td>请输入有效的数字(可带小数点)</td> </tr> <tr> <td>日期控件</td> <td>格式:yyyy年mm月dd日</td> </tr> <tr> <td>附件控件</td> <td>JPG或PNG图片,上传数量限制,1到6个,最大6个附件,填写上传的资源ID</td> </tr> <tr> <td>图片控件</td> <td>JPG或PNG图片,填写上传的图片资源ID</td> </tr> <tr> <td>邮箱控件</td> <td>有效的邮箱地址, w3c标准</td> </tr> <tr> <td>地址控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>省市区控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>性别控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>学历控件</td> <td>选择值中的字符串</td> </tr> </tbody> </table>\n注: `部分特殊控件需要在控制台配置模板形式创建`",
|
5640
|
+
"document": "控件填充vaule,ComponentType和传入值类型对应关系:\n<ul><li> <b>TEXT</b> : 文本内容</li>\n<li> <b>MULTI_LINE_TEXT</b> : 文本内容, 可以用 \\n 来控制换行位置</li>\n<li> <b>CHECK_BOX</b> : true/false</li>\n<li> <b>FILL_IMAGE、ATTACHMENT</b> : 附件的FileId,需要通过UploadFiles接口上传获取</li>\n<li> <b>SELECTOR</b> : 选项值</li>\n<li> <b>DYNAMIC_TABLE</b> - 传入json格式的表格内容,详见说明:[数据表格](https://qian.tencent.com/developers/company/dynamic_table)</li>\n<li> <b>DATE</b> : 格式化:xxxx年xx月xx日(例如:2024年05月28日)</li>\n<li> <b>SIGN_SEAL</b> : 印章ID,于控制台查询获取,[点击查看在控制上的位置](https://qcloudimg.tencent-cloud.cn/raw/cd403a5b949fce197fd9e88bb6db1517.png)</li>\n<li> <b>SIGN_PAGING_SEAL</b> : 可以指定印章ID,于控制台查询获取,[点击查看在控制上的位置](https://qcloudimg.tencent-cloud.cn/raw/cd403a5b949fce197fd9e88bb6db1517.png)</li></ul>\n\n\n<b>控件值约束说明</b>:\n<table> <thead> <tr> <th>特殊控件</th> <th>填写约束</th> </tr> </thead> <tbody> <tr> <td>企业全称控件</td> <td>企业名称中文字符中文括号</td> </tr> <tr> <td>统一社会信用代码控件</td> <td>企业注册的统一社会信用代码</td> </tr> <tr> <td>法人名称控件</td> <td>最大50个字符,2到25个汉字或者1到50个字母</td> </tr> <tr> <td>签署意见控件</td> <td>签署意见最大长度为50字符</td> </tr> <tr> <td>签署人手机号控件</td> <td>国内手机号 13,14,15,16,17,18,19号段长度11位</td> </tr> <tr> <td>签署人身份证控件</td> <td>合法的身份证号码检查</td> </tr> <tr> <td>控件名称</td> <td>控件名称最大长度为20字符,不支持表情</td> </tr> <tr> <td>单行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>多行文本控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>勾选框控件</td> <td>选择填字符串true,不选填字符串false</td> </tr> <tr> <td>选择器控件</td> <td>同单行文本控件约束,填写选择值中的字符串</td> </tr> <tr> <td>数字控件</td> <td>请输入有效的数字(可带小数点)</td> </tr> <tr> <td>日期控件</td> <td>格式:yyyy年mm月dd日</td> </tr> <tr> <td>附件控件</td> <td>JPG或PNG图片,上传数量限制,1到6个,最大6个附件,填写上传的资源ID</td> </tr> <tr> <td>图片控件</td> <td>JPG或PNG图片,填写上传的图片资源ID</td> </tr> <tr> <td>邮箱控件</td> <td>有效的邮箱地址, w3c标准</td> </tr> <tr> <td>地址控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>省市区控件</td> <td>只允许输入中文,英文,数字,中英文标点符号,不支持表情</td> </tr> <tr> <td>性别控件</td> <td>选择值中的字符串</td> </tr> <tr> <td>学历控件</td> <td>选择值中的字符串</td> </tr><tr> <td>水印控件</td> <td>水印控件设置为CUSTOM_WATERMARK类型时的水印内容</td> </tr> </tbody> </table>\n注: `部分特殊控件需要在控制台配置模板形式创建`",
|
5641
5641
|
"example": "ComponentValue",
|
5642
5642
|
"member": "string",
|
5643
5643
|
"name": "ComponentValue",
|