tccli 3.0.1365.1__py2.py3-none-any.whl → 3.0.1366.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cdb/v20170320/api.json +12 -12
  3. tccli/services/chc/v20230418/api.json +1 -1
  4. tccli/services/cls/v20201016/api.json +11 -11
  5. tccli/services/cls/v20201016/examples.json +2 -2
  6. tccli/services/cynosdb/v20190107/api.json +1 -1
  7. tccli/services/cynosdb/v20190107/examples.json +1 -1
  8. tccli/services/dlc/v20210125/api.json +157 -6
  9. tccli/services/dlc/v20210125/examples.json +2 -2
  10. tccli/services/ess/v20201111/api.json +7 -7
  11. tccli/services/ess/v20201111/examples.json +6 -0
  12. tccli/services/ims/v20201229/api.json +2 -2
  13. tccli/services/lke/v20231130/api.json +47 -4
  14. tccli/services/mongodb/v20190725/api.json +2 -2
  15. tccli/services/mongodb/v20190725/examples.json +1 -1
  16. tccli/services/ocr/v20181119/api.json +46 -0
  17. tccli/services/partners/v20180321/api.json +4 -4
  18. tccli/services/postgres/v20170312/api.json +20 -20
  19. tccli/services/postgres/v20170312/examples.json +2 -2
  20. tccli/services/sqlserver/v20180328/api.json +10 -10
  21. tccli/services/sqlserver/v20180328/examples.json +1 -1
  22. tccli/services/ssl/v20191205/api.json +1 -1
  23. tccli/services/tcbr/v20220217/api.json +114 -9
  24. tccli/services/tcr/v20190924/api.json +2 -2
  25. tccli/services/teo/v20220901/api.json +5 -5
  26. tccli/services/tione/v20211111/api.json +38 -38
  27. tccli/services/tione/v20211111/examples.json +1 -1
  28. tccli/services/wsa/v20250508/api.json +2 -2
  29. tccli/services/wsa/v20250508/examples.json +2 -2
  30. {tccli-3.0.1365.1.dist-info → tccli-3.0.1366.1.dist-info}/METADATA +2 -2
  31. {tccli-3.0.1365.1.dist-info → tccli-3.0.1366.1.dist-info}/RECORD +34 -34
  32. {tccli-3.0.1365.1.dist-info → tccli-3.0.1366.1.dist-info}/WHEEL +0 -0
  33. {tccli-3.0.1365.1.dist-info → tccli-3.0.1366.1.dist-info}/entry_points.txt +0 -0
  34. {tccli-3.0.1365.1.dist-info → tccli-3.0.1366.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1365.1'
1
+ __version__ = '3.0.1366.1'
@@ -3837,7 +3837,7 @@
3837
3837
  {
3838
3838
  "disabled": false,
3839
3839
  "document": "可用区中文名称",
3840
- "example": "广州二区",
3840
+ "example": "广州三区",
3841
3841
  "member": "string",
3842
3842
  "name": "ZoneName",
3843
3843
  "output_required": true,
@@ -3927,7 +3927,7 @@
3927
3927
  {
3928
3928
  "disabled": false,
3929
3929
  "document": "可用区名称",
3930
- "example": "ap-guangzhou-2",
3930
+ "example": "ap-guangzhou-3",
3931
3931
  "member": "string",
3932
3932
  "name": "Zone",
3933
3933
  "output_required": true,
@@ -3937,7 +3937,7 @@
3937
3937
  {
3938
3938
  "disabled": false,
3939
3939
  "document": "多可用区信息",
3940
- "example": "{\"BackupZone\": [\"ap-guangzhou-7\", \"ap-guangzhou-5\", \"ap-guangzhou-4\", \"ap-guangzhou-3\" ], \"DeployMode\": [0, 1 ], \"MasterZone\": [], \"SlaveZone\": [\"ap-guangzhou-7\", \"ap-guangzhou-5\", \"ap-guangzhou-4\", \"ap-guangzhou-3\" ] }",
3940
+ "example": "",
3941
3941
  "member": "ZoneConf",
3942
3942
  "name": "ZoneConf",
3943
3943
  "output_required": true,
@@ -3947,7 +3947,7 @@
3947
3947
  {
3948
3948
  "disabled": false,
3949
3949
  "document": "可支持的灾备可用区信息",
3950
- "example": "[\"ap-guangzhou-2\"]",
3950
+ "example": "[\"ap-guangzhou-3\"]",
3951
3951
  "member": "string",
3952
3952
  "name": "DrZone",
3953
3953
  "output_required": true,
@@ -3967,7 +3967,7 @@
3967
3967
  {
3968
3968
  "disabled": false,
3969
3969
  "document": "可支持的跨可用区只读区信息",
3970
- "example": "[\"ap-guangzhou-2\"]",
3970
+ "example": "[\"ap-guangzhou-3\"]",
3971
3971
  "member": "string",
3972
3972
  "name": "RemoteRoZone",
3973
3973
  "output_required": true,
@@ -3987,7 +3987,7 @@
3987
3987
  {
3988
3988
  "disabled": false,
3989
3989
  "document": "独享型可支持的跨可用区只读区信息",
3990
- "example": "[\"ap-guangzhou-2\"]",
3990
+ "example": "[\"ap-guangzhou-3\"]",
3991
3991
  "member": "string",
3992
3992
  "name": "ExClusterRemoteRoZone",
3993
3993
  "output_required": true,
@@ -3997,7 +3997,7 @@
3997
3997
  {
3998
3998
  "disabled": false,
3999
3999
  "document": "独享型多可用区信息",
4000
- "example": "{\"BackupZone\": [\"ap-guangzhou-7\", \"ap-guangzhou-5\", \"ap-guangzhou-4\", \"ap-guangzhou-3\" ], \"DeployMode\": [0, 1 ], \"MasterZone\": [], \"SlaveZone\": [\"ap-guangzhou-7\", \"ap-guangzhou-5\", \"ap-guangzhou-4\", \"ap-guangzhou-3\" ] }",
4000
+ "example": "",
4001
4001
  "member": "ZoneConf",
4002
4002
  "name": "ExClusterZoneConf",
4003
4003
  "output_required": true,
@@ -4007,7 +4007,7 @@
4007
4007
  {
4008
4008
  "disabled": false,
4009
4009
  "document": "售卖实例类型数组,其中configIds的值与configs结构体中的id一一对应。",
4010
- "example": "{\"ConfigIds\": [187 ], \"EngineVersion\": [\"5.7\", \"8.0\" ], \"TypeName\": \"CLOUD_NATIVE_CLUSTER_EXCLUSIVE\" }",
4010
+ "example": "",
4011
4011
  "member": "CdbSellType",
4012
4012
  "name": "SellType",
4013
4013
  "output_required": true,
@@ -4027,7 +4027,7 @@
4027
4027
  {
4028
4028
  "disabled": false,
4029
4029
  "document": "是否支持ipv6",
4030
- "example": "fasle",
4030
+ "example": "false",
4031
4031
  "member": "bool",
4032
4032
  "name": "IsSupportIpv6",
4033
4033
  "output_required": true,
@@ -4057,7 +4057,7 @@
4057
4057
  {
4058
4058
  "disabled": false,
4059
4059
  "document": "集群版或者单节点基础型支持的磁盘类型。",
4060
- "example": "[{\"DeviceType\": \"basic_v2\", \"DiskType\": [\"CLOUD_SSD\", \"CLOUD_HSSD\" ] }, {\"DeviceType\": \"CLOUD_NATIVE_CLUSTER\", \"DiskType\": [\"CLOUD_SSD\", \"CLOUD_HSSD\", \"CLOUD_PREMIUM\" ] } ]",
4060
+ "example": "",
4061
4061
  "member": "DiskTypeConfigItem",
4062
4062
  "name": "DiskTypeConf",
4063
4063
  "output_required": false,
@@ -4625,7 +4625,7 @@
4625
4625
  {
4626
4626
  "disabled": false,
4627
4627
  "document": "RW 节点拓扑。\n说明:NodeId 可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 获取。",
4628
- "example": "[{\"Zone\": \"ap-guangzhou-4\",\"NodeId\": \"dbn-73ktfl1j\"}]",
4628
+ "example": "",
4629
4629
  "member": "ReadWriteNode",
4630
4630
  "name": "ReadWriteNode",
4631
4631
  "required": false,
@@ -4634,7 +4634,7 @@
4634
4634
  {
4635
4635
  "disabled": false,
4636
4636
  "document": "RO 节点拓扑。\n说明:NodeId 可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 获取。",
4637
- "example": "[{\"IsRandomZone\": \"\",\"Zone\": \"ap-guangzhou-2\",\"NodeId\": \"dbn-73ktf111\"}]",
4637
+ "example": "",
4638
4638
  "member": "ReadonlyNode",
4639
4639
  "name": "ReadOnlyNodes",
4640
4640
  "required": false,
@@ -269,7 +269,7 @@
269
269
  },
270
270
  "metadata": {
271
271
  "apiVersion": "2023-04-18",
272
- "api_brief": "云托付物理服务器(CHC)API接口,对客户提供云托管服务平台的统一接口AIPI,主要包括服务申请和资源概览两个根据地。",
272
+ "api_brief": "IDC企业用户平台 API接口,协助客户提交现场服务工单申请与资源管理。",
273
273
  "serviceNameCN": "云托付物理服务器",
274
274
  "serviceShortName": "chc"
275
275
  },
@@ -6744,8 +6744,8 @@
6744
6744
  "members": [
6745
6745
  {
6746
6746
  "disabled": false,
6747
- "document": "仪表盘订阅记录id。",
6748
- "example": "id",
6747
+ "document": "仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。",
6748
+ "example": "10000123",
6749
6749
  "member": "uint64",
6750
6750
  "name": "Id",
6751
6751
  "required": true,
@@ -7837,7 +7837,7 @@
7837
7837
  "members": [
7838
7838
  {
7839
7839
  "disabled": false,
7840
- "document": "<br><li/> dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否<br><br><li/> 每次请求的Filters的上限为10,Filter.Values的上限为100。",
7840
+ "document": "dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否\n\n- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。\n\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
7841
7841
  "example": "无",
7842
7842
  "member": "Filter",
7843
7843
  "name": "Filters",
@@ -12475,7 +12475,7 @@
12475
12475
  "members": [
12476
12476
  {
12477
12477
  "disabled": false,
12478
- "document": "仪表盘订阅id。",
12478
+ "document": "仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。",
12479
12479
  "example": "1",
12480
12480
  "member": "uint64",
12481
12481
  "name": "Id",
@@ -12484,8 +12484,8 @@
12484
12484
  },
12485
12485
  {
12486
12486
  "disabled": false,
12487
- "document": "仪表盘id。",
12488
- "example": "xxx-xxx-xxx-xxx",
12487
+ "document": "仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。",
12488
+ "example": "dashboard-e7497a78-667f-45ee-b785-4ac8fca05dc6",
12489
12489
  "member": "string",
12490
12490
  "name": "DashboardId",
12491
12491
  "required": false,
@@ -12493,7 +12493,7 @@
12493
12493
  },
12494
12494
  {
12495
12495
  "disabled": false,
12496
- "document": "仪表盘订阅名称。",
12496
+ "document": "仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。",
12497
12497
  "example": "仪表盘-CLS-日报",
12498
12498
  "member": "string",
12499
12499
  "name": "Name",
@@ -15040,8 +15040,8 @@
15040
15040
  "members": [
15041
15041
  {
15042
15042
  "disabled": false,
15043
- "document": "仪表盘id。",
15044
- "example": "dashboard-0d954d68-xxxx-xxxx-95a6-f9eff0db370f",
15043
+ "document": "仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。",
15044
+ "example": "dashboard-e7497a78-667f-45ee-b785-4ac8fca05dc6",
15045
15045
  "member": "string",
15046
15046
  "name": "DashboardId",
15047
15047
  "required": true,
@@ -15058,7 +15058,7 @@
15058
15058
  },
15059
15059
  {
15060
15060
  "disabled": false,
15061
- "document": "仪表盘订阅Id。",
15061
+ "document": "仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。",
15062
15062
  "example": "10001",
15063
15063
  "member": "uint64",
15064
15064
  "name": "Id",
@@ -15067,7 +15067,7 @@
15067
15067
  },
15068
15068
  {
15069
15069
  "disabled": false,
15070
- "document": "仪表盘订阅名称。",
15070
+ "document": "仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。",
15071
15071
  "example": "仪表盘-CLS-日报",
15072
15072
  "member": "string",
15073
15073
  "name": "Name",
@@ -323,7 +323,7 @@
323
323
  "DeleteDashboardSubscribe": [
324
324
  {
325
325
  "document": "",
326
- "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDashboardSubscribe\n<公共请求参数>\n\n{\n \"Id\": 10\n}",
326
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDashboardSubscribe\n<公共请求参数>\n\n{\n \"Id\": 10000123\n}",
327
327
  "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
328
328
  "title": "创建仪表盘订阅"
329
329
  }
@@ -961,7 +961,7 @@
961
961
  "UploadLog": [
962
962
  {
963
963
  "document": "上传日志",
964
- "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadLog\n<公共请求参数>\n\n{\n \"TopicId\": \"f6c4fa6f-xxxx-xxxx-8289-1ff6f77ed975\",\n \"CompressType\": \"lz4\"\n}",
964
+ "input": "POST / HTTP/1.1\n{\n \"X-TC-Action\": \"UploadLog\",\n \"Host\": \"cls.tencentcloudapi.com\",\n \"Content-Type\": \"application/x-protobuf\",\n \"TopicId\": \"f6c4fa6f-xxxx-xxxx-8289-1ff6f77ed975\",\n \"CompressType\": \"lz4\"\n}\n\n<LogGroupList 的 PB 格式压缩包内容>",
965
965
  "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-xxxx-xxxx-bb20-270359fb54a7\"\n }\n}",
966
966
  "title": "上传日志"
967
967
  }
@@ -626,7 +626,7 @@
626
626
  "DescribeZones": {
627
627
  "document": "本接口(DescribeZones)用于查询可售卖地域可用区信息。",
628
628
  "input": "DescribeZonesRequest",
629
- "name": "查询可售卖地域可用区信息。",
629
+ "name": "查询可售卖地域可用区信息",
630
630
  "output": "DescribeZonesResponse",
631
631
  "status": "online"
632
632
  },
@@ -740,7 +740,7 @@
740
740
  {
741
741
  "document": "仅查看用户有权限的可用区",
742
742
  "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\n<公共请求参数>\n\n{}",
743
- "output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 100001,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"yes\"\n }\n ],\n \"RegionZh\": \"广州\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-guangzhou-2\",\n \"Zone\": \"ap-guangzhou-2\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100003,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州二区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"tcp\",\n \"IsSupportCreateCluster\": 1\n },\n {\n \"PhysicalZone\": \"ao-guangzhou-5\",\n \"Zone\": \"ap-guangzhou-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100004,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"whole_rdma\",\n \"IsSupportCreateCluster\": 0\n }\n ]\n },\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-beijing\",\n \"RegionId\": 8,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"no\"\n }\n ],\n \"RegionZh\": \"北京\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-beijing-5\",\n \"Zone\": \"ap-beijing-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 800001,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"北京五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"whole_rdma\",\n \"IsSupportCreateCluster\": 1\n }\n ]\n }\n ],\n \"RequestId\": \"8fa5cf5-77db-4e32-90ef-22c71ed95f51\"\n }\n}",
743
+ "output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 100001,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"yes\"\n }\n ],\n \"RegionZh\": \"广州\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-guangzhou-3\",\n \"Zone\": \"ap-guangzhou-3\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100003,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州三区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"tcp\",\n \"IsSupportCreateCluster\": 1\n },\n {\n \"PhysicalZone\": \"ao-guangzhou-5\",\n \"Zone\": \"ap-guangzhou-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100004,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"whole_rdma\",\n \"IsSupportCreateCluster\": 0\n }\n ]\n },\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-beijing\",\n \"RegionId\": 8,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"no\"\n }\n ],\n \"RegionZh\": \"北京\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-beijing-5\",\n \"Zone\": \"ap-beijing-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 800001,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"北京五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"whole_rdma\",\n \"IsSupportCreateCluster\": 1\n }\n ]\n }\n ],\n \"RequestId\": \"8fa5cf5-77db-4e32-90ef-22c71ed95f51\"\n }\n}",
744
744
  "title": "查询可售卖地域可用区信息"
745
745
  }
746
746
  ],
@@ -7349,7 +7349,7 @@
7349
7349
  {
7350
7350
  "disabled": false,
7351
7351
  "document": "标签对集合\n注意:此字段可能返回 null,表示取不到有效值。",
7352
- "example": "[{\"TagKey\":\"mark002\"}]",
7352
+ "example": "",
7353
7353
  "member": "TagInfo",
7354
7354
  "name": "TagList",
7355
7355
  "output_required": true,
@@ -7360,7 +7360,7 @@
7360
7360
  {
7361
7361
  "disabled": false,
7362
7362
  "document": "引擎拥有的权限\n注意:此字段可能返回 null,表示取不到有效值。",
7363
- "example": "[USE]",
7363
+ "example": "[\"USE\"]",
7364
7364
  "member": "string",
7365
7365
  "name": "Permissions",
7366
7366
  "output_required": true,
@@ -7569,7 +7569,7 @@
7569
7569
  {
7570
7570
  "disabled": false,
7571
7571
  "document": "用户appid\n注意:此字段可能返回 null,表示取不到有效值。",
7572
- "example": "125****081",
7572
+ "example": "125111081",
7573
7573
  "member": "int64",
7574
7574
  "name": "UserAppId",
7575
7575
  "output_required": true,
@@ -7752,6 +7752,17 @@
7752
7752
  "required": false,
7753
7753
  "type": "int",
7754
7754
  "value_allowed_null": true
7755
+ },
7756
+ {
7757
+ "disabled": false,
7758
+ "document": "引擎资源弹性伸缩策略",
7759
+ "example": "无",
7760
+ "member": "ScheduleElasticityConf",
7761
+ "name": "ScheduleElasticityConf",
7762
+ "output_required": false,
7763
+ "required": false,
7764
+ "type": "object",
7765
+ "value_allowed_null": false
7755
7766
  }
7756
7767
  ],
7757
7768
  "usage": "both"
@@ -10372,7 +10383,7 @@
10372
10383
  {
10373
10384
  "disabled": false,
10374
10385
  "document": "参数应该为引擎权限类型,有效类型:\"USE\", \"MODIFY\", \"OPERATE\", \"MONITOR\", \"DELETE\"",
10375
- "example": "[USE]",
10386
+ "example": "[\"USE\"]",
10376
10387
  "member": "string",
10377
10388
  "name": "AccessTypes",
10378
10389
  "required": false,
@@ -10399,7 +10410,7 @@
10399
10410
  {
10400
10411
  "disabled": false,
10401
10412
  "document": "网络配置列表,若传入该参数,则返回网络配置关联的计算引擎",
10402
- "example": "DLC_Kafka",
10413
+ "example": "[\"DLC_Kafka\"]",
10403
10414
  "member": "string",
10404
10415
  "name": "DatasourceConnectionNameSet",
10405
10416
  "required": false,
@@ -10422,6 +10433,15 @@
10422
10433
  "name": "EngineTypeDetail",
10423
10434
  "required": false,
10424
10435
  "type": "string"
10436
+ },
10437
+ {
10438
+ "disabled": false,
10439
+ "document": "默认 false, 为 true 时仅列出具有洞察 listener 的引擎",
10440
+ "example": "false",
10441
+ "member": "bool",
10442
+ "name": "ListHasListener",
10443
+ "required": false,
10444
+ "type": "bool"
10425
10445
  }
10426
10446
  ],
10427
10447
  "type": "object"
@@ -14796,6 +14816,67 @@
14796
14816
  ],
14797
14817
  "type": "object"
14798
14818
  },
14819
+ "ElasticPlan": {
14820
+ "document": "引擎资源弹性伸缩计划",
14821
+ "members": [
14822
+ {
14823
+ "disabled": false,
14824
+ "document": "最小集群数",
14825
+ "example": "1",
14826
+ "member": "int64",
14827
+ "name": "MinElasticClusters",
14828
+ "output_required": false,
14829
+ "required": false,
14830
+ "type": "int",
14831
+ "value_allowed_null": false
14832
+ },
14833
+ {
14834
+ "disabled": false,
14835
+ "document": "最大集群数",
14836
+ "example": "10",
14837
+ "member": "int64",
14838
+ "name": "MaxElasticClusters",
14839
+ "output_required": false,
14840
+ "required": false,
14841
+ "type": "int",
14842
+ "value_allowed_null": false
14843
+ },
14844
+ {
14845
+ "disabled": false,
14846
+ "document": "最大排队时间",
14847
+ "example": "10",
14848
+ "member": "int64",
14849
+ "name": "TolerableQueueTime",
14850
+ "output_required": false,
14851
+ "required": false,
14852
+ "type": "int",
14853
+ "value_allowed_null": false
14854
+ },
14855
+ {
14856
+ "disabled": false,
14857
+ "document": "开始时间,Once格式:yyyy-MM-dd HH:mm:ss; 非Once格式: HH:mm:ss",
14858
+ "example": "21:00:00",
14859
+ "member": "string",
14860
+ "name": "StartTime",
14861
+ "output_required": false,
14862
+ "required": false,
14863
+ "type": "string",
14864
+ "value_allowed_null": false
14865
+ },
14866
+ {
14867
+ "disabled": false,
14868
+ "document": "结束时间,Once格式:yyyy-MM-dd HH:mm:ss; 非Once格式: HH:mm:ss",
14869
+ "example": "22:00:00",
14870
+ "member": "string",
14871
+ "name": "EndTime",
14872
+ "output_required": false,
14873
+ "required": false,
14874
+ "type": "string",
14875
+ "value_allowed_null": false
14876
+ }
14877
+ ],
14878
+ "usage": "both"
14879
+ },
14799
14880
  "ElasticsearchInfo": {
14800
14881
  "document": "Elasticsearch数据源的详细信息",
14801
14882
  "members": [
@@ -19092,6 +19173,67 @@
19092
19173
  ],
19093
19174
  "usage": "in"
19094
19175
  },
19176
+ "ScheduleElasticityConf": {
19177
+ "document": "引擎资源弹性伸缩策略",
19178
+ "members": [
19179
+ {
19180
+ "disabled": false,
19181
+ "document": "是否开启弹性伸缩:true/false",
19182
+ "example": "true",
19183
+ "member": "bool",
19184
+ "name": "ScheduledElasticityEnabled",
19185
+ "output_required": false,
19186
+ "required": false,
19187
+ "type": "bool",
19188
+ "value_allowed_null": false
19189
+ },
19190
+ {
19191
+ "disabled": false,
19192
+ "document": "调度类型:ONCE(一次性调度),DAILY(每日调度),WEEKLY(每周调度),MONTHLY(每月调度)",
19193
+ "example": "WEEKLY",
19194
+ "member": "string",
19195
+ "name": "ScheduleType",
19196
+ "output_required": false,
19197
+ "required": false,
19198
+ "type": "string",
19199
+ "value_allowed_null": false
19200
+ },
19201
+ {
19202
+ "disabled": false,
19203
+ "document": "调度日期:WEEKLY传:1~7; MONTHLY传:1~31;其它类型不传",
19204
+ "example": "1",
19205
+ "member": "int64",
19206
+ "name": "ScheduleDays",
19207
+ "output_required": false,
19208
+ "required": false,
19209
+ "type": "list",
19210
+ "value_allowed_null": false
19211
+ },
19212
+ {
19213
+ "disabled": false,
19214
+ "document": "调度时区",
19215
+ "example": "UTC+08:00(北京)",
19216
+ "member": "string",
19217
+ "name": "TimeZone",
19218
+ "output_required": false,
19219
+ "required": false,
19220
+ "type": "string",
19221
+ "value_allowed_null": false
19222
+ },
19223
+ {
19224
+ "disabled": false,
19225
+ "document": "弹性伸缩计划",
19226
+ "example": "复杂类型",
19227
+ "member": "ElasticPlan",
19228
+ "name": "ElasticPlans",
19229
+ "output_required": false,
19230
+ "required": false,
19231
+ "type": "list",
19232
+ "value_allowed_null": false
19233
+ }
19234
+ ],
19235
+ "usage": "both"
19236
+ },
19095
19237
  "Script": {
19096
19238
  "document": "script实例。",
19097
19239
  "members": [
@@ -22882,11 +23024,20 @@
22882
23024
  {
22883
23025
  "disabled": false,
22884
23026
  "document": "Spark批作业集群Session资源配置模板",
22885
- "example": "",
23027
+ "example": "{ \"DriverSize\": \"large\", \"ExecutorMaxNumbers\": 3, \"ExecutorNums\": 3, \"ExecutorSize\": \"large\" }",
22886
23028
  "member": "SessionResourceTemplate",
22887
23029
  "name": "SessionResourceTemplate",
22888
23030
  "required": false,
22889
23031
  "type": "object"
23032
+ },
23033
+ {
23034
+ "disabled": false,
23035
+ "document": "引擎资源弹性伸缩策略",
23036
+ "example": "{ \"ScheduledElasticityEnabled\": \"true\", \"ScheduleType\": \"WEEKLY\" }",
23037
+ "member": "ScheduleElasticityConf",
23038
+ "name": "ScheduleElasticityConf",
23039
+ "required": false,
23040
+ "type": "object"
22890
23041
  }
22891
23042
  ],
22892
23043
  "type": "object"
@@ -577,8 +577,8 @@
577
577
  "DescribeDataEngines": [
578
578
  {
579
579
  "document": "查询DataEngines信息列表",
580
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataEngines\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Filters\": [\n {\n \"Name\": \"engine-type\",\n \"Values\": [\n \"spark\"\n ]\n }\n ],\n \"SortBy\": \"create-time\",\n \"Sorting\": \"desc\",\n \"Limit\": 10,\n \"DatasourceConnectionName\": \"default-network-3\",\n \"ExcludePublicEngine\": false,\n \"AccessTypes\": [\n \"USE\"\n ],\n \"EngineExecType\": \"BATCH\",\n \"EngineType\": \"spark\",\n \"DatasourceConnectionNameSet\": [\n \"net1111\"\n ],\n \"EngineGeneration\": \"Native\",\n \"EngineTypeDetail\": \"SparkSQL\"\n}",
581
- "output": "{\n \"Response\": {\n \"DataEngines\": [\n {\n \"DataEngineName\": \"\",\n \"QuotaId\": \"\",\n \"EngineType\": \"\",\n \"ClusterType\": \"\",\n \"State\": 0,\n \"CreateTime\": 0,\n \"UpdateTime\": 0,\n \"Size\": 0,\n \"Mode\": 0,\n \"MinClusters\": 0,\n \"MaxClusters\": 0,\n \"AutoResume\": false,\n \"SpendAfter\": 0,\n \"CidrBlock\": \"\",\n \"DefaultDataEngine\": false,\n \"Message\": \"\",\n \"DataEngineId\": \"\",\n \"SubAccountUin\": \"\",\n \"ExpireTime\": \"\",\n \"IsolatedTime\": \"\",\n \"ReversalTime\": \"\",\n \"UserAlias\": \"\",\n \"TagList\": [\n {\n \"TagKey\": \"\",\n \"TagValue\": \"\"\n }\n ],\n \"Permissions\": [\n \"\"\n ],\n \"AutoSuspend\": false,\n \"CrontabResumeSuspend\": 0,\n \"CrontabResumeSuspendStrategy\": {\n \"ResumeTime\": \"\",\n \"SuspendTime\": \"\",\n \"SuspendStrategy\": 0\n },\n \"EngineExecType\": \"\",\n \"RenewFlag\": 0,\n \"AutoSuspendTime\": 0,\n \"NetworkConnectionSet\": [\n {\n \"Id\": 0,\n \"AssociateId\": \"\",\n \"HouseId\": \"\",\n \"DatasourceConnectionId\": \"\",\n \"State\": 0,\n \"CreateTime\": 0,\n \"UpdateTime\": 0,\n \"Appid\": 0,\n \"HouseName\": \"\",\n \"DatasourceConnectionName\": \"\",\n \"NetworkConnectionType\": 0,\n \"Uin\": \"\",\n \"SubAccountUin\": \"\",\n \"NetworkConnectionDesc\": \"\",\n \"DatasourceConnectionVpcId\": \"\",\n \"DatasourceConnectionSubnetId\": \"\",\n \"DatasourceConnectionCidrBlock\": \"\",\n \"DatasourceConnectionSubnetCidrBlock\": \"\"\n }\n ],\n \"UiURL\": \"\",\n \"ResourceType\": \"\",\n \"ImageVersionId\": \"\",\n \"ChildImageVersionId\": \"\",\n \"ImageVersionName\": \"\",\n \"StartStandbyCluster\": false,\n \"ElasticSwitch\": false,\n \"ElasticLimit\": 0,\n \"DefaultHouse\": false,\n \"MaxConcurrency\": 0,\n \"TolerableQueueTime\": 0,\n \"UserAppId\": 0,\n \"UserUin\": \"\",\n \"SessionResourceTemplate\": {\n \"DriverSize\": \"\",\n \"ExecutorSize\": \"\",\n \"ExecutorNums\": 0,\n \"ExecutorMaxNumbers\": 0\n }\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"896387ab-35dc-4f14-b086-ed0e8ca050d9\"\n }\n}",
580
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataEngines\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Filters\": [\n {\n \"Name\": \"engine-type\",\n \"Values\": [\n \"spark\"\n ]\n }\n ],\n \"SortBy\": \"create-time\",\n \"Sorting\": \"desc\",\n \"Limit\": 10,\n \"DatasourceConnectionName\": \"default-network-3\",\n \"ExcludePublicEngine\": false,\n \"AccessTypes\": [\n \"USE\"\n ],\n \"EngineExecType\": \"BATCH\",\n \"EngineType\": \"spark\",\n \"DatasourceConnectionNameSet\": [\n \"net1111\"\n ],\n \"EngineGeneration\": \"Native\",\n \"EngineTypeDetail\": \"SparkSQL\",\n \"ListHasListener\": false\n}",
581
+ "output": "{\n \"Response\": {\n \"DataEngines\": [\n {\n \"DataEngineName\": \"\",\n \"QuotaId\": \"\",\n \"EngineType\": \"\",\n \"ClusterType\": \"\",\n \"State\": 0,\n \"CreateTime\": 0,\n \"UpdateTime\": 0,\n \"Size\": 0,\n \"Mode\": 0,\n \"MinClusters\": 0,\n \"MaxClusters\": 0,\n \"AutoResume\": false,\n \"SpendAfter\": 0,\n \"CidrBlock\": \"\",\n \"DefaultDataEngine\": false,\n \"Message\": \"\",\n \"DataEngineId\": \"\",\n \"SubAccountUin\": \"\",\n \"ExpireTime\": \"\",\n \"IsolatedTime\": \"\",\n \"ReversalTime\": \"\",\n \"UserAlias\": \"\",\n \"TagList\": [\n {\n \"TagKey\": \"\",\n \"TagValue\": \"\"\n }\n ],\n \"Permissions\": [\n \"\"\n ],\n \"AutoSuspend\": false,\n \"CrontabResumeSuspend\": 0,\n \"CrontabResumeSuspendStrategy\": {\n \"ResumeTime\": \"\",\n \"SuspendTime\": \"\",\n \"SuspendStrategy\": 0\n },\n \"EngineExecType\": \"\",\n \"RenewFlag\": 0,\n \"AutoSuspendTime\": 0,\n \"NetworkConnectionSet\": [\n {\n \"Id\": 0,\n \"AssociateId\": \"\",\n \"HouseId\": \"\",\n \"DatasourceConnectionId\": \"\",\n \"State\": 0,\n \"CreateTime\": 0,\n \"UpdateTime\": 0,\n \"Appid\": 0,\n \"HouseName\": \"\",\n \"DatasourceConnectionName\": \"\",\n \"NetworkConnectionType\": 0,\n \"Uin\": \"\",\n \"SubAccountUin\": \"\",\n \"NetworkConnectionDesc\": \"\",\n \"DatasourceConnectionVpcId\": \"\",\n \"DatasourceConnectionSubnetId\": \"\",\n \"DatasourceConnectionCidrBlock\": \"\",\n \"DatasourceConnectionSubnetCidrBlock\": \"\",\n \"EGSupport\": 1\n }\n ],\n \"UiURL\": \"\",\n \"ResourceType\": \"\",\n \"ImageVersionId\": \"\",\n \"ChildImageVersionId\": \"\",\n \"ImageVersionName\": \"\",\n \"StartStandbyCluster\": false,\n \"ElasticSwitch\": false,\n \"ElasticLimit\": 0,\n \"DefaultHouse\": false,\n \"MaxConcurrency\": 0,\n \"TolerableQueueTime\": 0,\n \"UserAppId\": 0,\n \"UserUin\": \"\",\n \"SessionResourceTemplate\": {\n \"DriverSize\": \"\",\n \"ExecutorSize\": \"\",\n \"ExecutorNums\": 0,\n \"ExecutorMaxNumbers\": 0\n }\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"896387ab-35dc-4f14-b086-ed0e8ca050d9\"\n }\n}",
582
582
  "title": "查询DataEngines信息列表"
583
583
  },
584
584
  {
@@ -43,14 +43,14 @@
43
43
  "status": "online"
44
44
  },
45
45
  "CreateBatchContractReviewTask": {
46
- "document": "此接口(CreateBatchContractReviewTask)用来通过上传后的PDF资源编号来批量创建合同智能审查任务。\n\n适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。\n\n注: \n1. PDF格式限制大小为10M以下\n2. 仅支持5PDF文件批量发起",
46
+ "document": "此接口(CreateBatchContractReviewTask)用来通过上传后的PDF资源编号来批量创建合同智能审查任务。\n\n适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。\n\n注: \n1. PDF格式限制大小为10M以下\n2. 仅支持5PDF文件批量发起(一份PDF对应一个审查任务)",
47
47
  "input": "CreateBatchContractReviewTaskRequest",
48
48
  "name": "批量创建合同审查任务",
49
49
  "output": "CreateBatchContractReviewTaskResponse",
50
50
  "status": "online"
51
51
  },
52
52
  "CreateBatchInformationExtractionTask": {
53
- "document": "此接口(CreateBatchInformationExtractionTask)用来通过上传后的PDF资源编号来批量创建合同智能审查任务。<br/>\n\n适用场景:根据合同关键词(字段名称)来提取PDF合同文件的字段结果信息。\n\n注: \n1. PDF格式限制大小为10M以下\n2. 仅支持5个PDF文件批量发起",
53
+ "document": "此接口(CreateBatchInformationExtractionTask)用来通过上传后的PDF资源编号来批量创建合同智能审查任务。<br/>\n\n适用场景:根据合同关键词(字段名称)来提取PDF合同文件的字段结果信息。\n\n注: \n1. PDF格式限制大小为10M以下\n2. 仅支持5个PDF文件批量发起(一份PDF对应一个合同提取任务)",
54
54
  "input": "CreateBatchInformationExtractionTaskRequest",
55
55
  "name": "批量创建合同智能提取任务",
56
56
  "output": "CreateBatchInformationExtractionTaskResponse",
@@ -288,7 +288,7 @@
288
288
  "status": "online"
289
289
  },
290
290
  "CreateModifyAdminAuthorizationUrl": {
291
- "document": "本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。\n\n注意:\n1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到",
291
+ "document": "本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。\n\n注意:\n1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!企业认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到授权书是否审核失败的结果。",
292
292
  "input": "CreateModifyAdminAuthorizationUrlRequest",
293
293
  "name": "生成变更超管授权书链接",
294
294
  "output": "CreateModifyAdminAuthorizationUrlResponse",
@@ -2614,7 +2614,7 @@
2614
2614
  },
2615
2615
  {
2616
2616
  "disabled": false,
2617
- "document": "合同智能提取的PDF文件资源编号列表,通过[UploadFiles](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口获取PDF文件资源编号。 注: `目前,此接口仅支持5个文件发起。每个文件限制在10M以下`",
2617
+ "document": "合同智能提取的PDF文件资源编号列表,通过[UploadFiles](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口获取PDF文件资源编号。\n\n 注: `目前,此接口仅支持5个文件发起。每个文件限制在10M以下`",
2618
2618
  "example": "[\"yDRS4UUgygqdcj56UuO4zjExBQcOiB68\",\"yDRS4UUgygqdcj5pUuO4zjEu602GFIe6\"]",
2619
2619
  "member": "string",
2620
2620
  "name": "ResourceIds",
@@ -9850,7 +9850,7 @@
9850
9850
  },
9851
9851
  {
9852
9852
  "disabled": false,
9853
- "document": "合同审查任务状态。\n状态如下:\n<ul>\n <li>**1** - 合同审查任务创建成功</li> \n <li>**2** - 合同审查任务排队中</li> \n <li>**3** - 合同审查任务执行中</li> \n <li>**4** - 合同审查任务执行成功</li>\n <li>**4** - 合同审查任务执行失败</li>\n</ul>",
9853
+ "document": "合同审查任务状态。\n状态如下:\n<ul>\n <li>**1** - 合同审查任务创建成功</li> \n <li>**2** - 合同审查任务排队中</li> \n <li>**3** - 合同审查任务执行中</li> \n <li>**4** - 合同审查任务执行成功</li>\n <li>**5** - 合同审查任务执行失败</li>\n</ul>",
9854
9854
  "example": "4",
9855
9855
  "member": "int64",
9856
9856
  "name": "Status",
@@ -10158,7 +10158,7 @@
10158
10158
  {
10159
10159
  "disabled": true,
10160
10160
  "document": "暂不开放",
10161
- "example": "",
10161
+ "example": "1",
10162
10162
  "member": "string",
10163
10163
  "name": "CcToken",
10164
10164
  "required": false,
@@ -10167,7 +10167,7 @@
10167
10167
  {
10168
10168
  "disabled": true,
10169
10169
  "document": "暂不开放",
10170
- "example": "",
10170
+ "example": "1",
10171
10171
  "member": "string",
10172
10172
  "name": "Scene",
10173
10173
  "required": false,
@@ -1550,6 +1550,12 @@
1550
1550
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileUrls\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"f2d8********f56b7\"\n },\n \"FileType\": \"ZIP\",\n \"BusinessType\": \"DOCUMENT\",\n \"FileName\": \"合同\",\n \"Limit\": 0,\n \"Offset\": 0,\n \"BusinessIds\": [\n \"e1a5****dfabfdbec6\",\n \"670d****590d4dcd\",\n \"dc3df****07f8323\"\n ]\n}",
1551
1551
  "output": "{\n \"Response\": {\n \"FileUrls\": [\n {\n \"Url\": \"https://file.ess.myqcloud.com/files/DOCUMENT/xxxx.ZIP?key=key********1234\",\n \"Option\": \"\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"XXXX\"\n }\n}",
1552
1552
  "title": "获取下载文件链接 --- 压缩多文件"
1553
+ },
1554
+ {
1555
+ "document": "",
1556
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileUrls\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDw6yUUgyg3caowzUx4GQptRKfMnJqX8\"\n },\n \"BusinessType\": \"FLOW\",\n \"BusinessIds\": [\"yDtGEUUckp95ebqbUxQS8nN8JR1lqIvb\"],\n \"FileType\": \"JPG\"\n}\n\n",
1557
+ "output": "{\n \"Response\": {\n \"FileUrls\": [\n {\n \"Option\": \"{\\\"width\\\":595.32,\\\"height\\\":841.92}\",\n \"Url\": \"https://file.test.ess.tencent.cn/file/FLOW/yDtGEUUckp95ebqbUxQS8nN8JR1lqIvb/0/0.JPG?hkey=e01db63a678fcda3d\"\n },\n {\n \"Option\": \"{\\\"width\\\":595.32,\\\"height\\\":841.92}\",\n \"Url\": \"https://file.test.ess.tencent.cn/file/FLOW/yDtGEUUckp95ebqbUxQS8nN8JR1lqIvb/0/1.JPG?hkey=e01db63a678fcda3dba85\"\n },\n {\n \"Option\": \"{\\\"width\\\":595.32,\\\"height\\\":841.92}\",\n \"Url\": \"https://file.test.ess.tencent.cn/file/FLOW/yDtGEUUckp95ebqbUxQS8nN8JR1lqIvb/0/2.JPG?hkey=e01db63a678fcda3dba85d1b\"\n },\n {\n \"Option\": \"{\\\"width\\\":595.28,\\\"height\\\":841.89}\",\n \"Url\": \"https://file.test.ess.tencent.cn/file/FLOW/yDtGEUUckp95ebqbUxQS8nN8JR1lqIvb/0/3.JPG?hkey=e01db63a678044f08e14f9870532559c\"\n },\n {\n \"Option\": \"{\\\"width\\\":595.28,\\\"height\\\":841.89}\",\n \"Url\": \"https://file.test.ess.tencent.cn/file/FLOW/yDtGEUUckp95ebqbUxQS8nN8JR1lqIvb/0/4.JPG?hkey=e01db63a678fcda3d2559c\"\n },\n {\n \"Option\": \"{\\\"width\\\":595.28,\\\"height\\\":841.89}\",\n \"Url\": \"https://file.test.ess.tencent.cn/file/FLOW/yDtGEUUckp95ebqbUxQS8nN8JR1lqIvb/0/5.JPG?hkey=e01db63a678fcda3dba85d\"\n }\n ],\n \"RequestId\": \"4e02b62e-162b-4f57-8567-0cf257da2c72\",\n \"TotalCount\": 6\n }\n}",
1558
+ "title": "获取合同的图片链接"
1553
1559
  }
1554
1560
  ],
1555
1561
  "DescribeFlowBriefs": [
@@ -1230,7 +1230,7 @@
1230
1230
  {
1231
1231
  "disabled": false,
1232
1232
  "document": "该字段表示业务用户ID对应的账号类型,取值:**1**-微信uin,**2**-QQ号,**3**-微信群uin,**4**-qq群号,**5**-微信openid,**6**-QQopenid,**7**-其它string。<br>\n该字段与账号ID参数(UserId)配合使用可确定唯一账号。",
1233
- "example": "172300",
1233
+ "example": "1",
1234
1234
  "member": "string",
1235
1235
  "name": "AccountType",
1236
1236
  "required": false,
@@ -1284,7 +1284,7 @@
1284
1284
  {
1285
1285
  "disabled": false,
1286
1286
  "document": "该字段表示业务用户头像图片的访问链接(URL),支持PNG、JPG、JPEG、BMP、GIF、WEBP格式。<br>备注:头像图片**大小不超过5MB**,建议**分辨率不低于256x256**;图片下载时间限制为3秒,超过则会返回下载超时。",
1287
- "example": "https://cmstest-123.cos.ap-guangzhou.myqcloud.com/image.jpg",
1287
+ "example": "https://cmstest.cos.ap-guangzhou.myqcloud.com/image.jpg",
1288
1288
  "member": "string",
1289
1289
  "name": "HeadUrl",
1290
1290
  "required": false,