tccli 3.0.1358.1__py2.py3-none-any.whl → 3.0.1359.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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/ai3d/v20250513/api.json +5 -5
- tccli/services/ai3d/v20250513/examples.json +1 -1
- tccli/services/aiart/v20221229/api.json +34 -34
- tccli/services/aiart/v20221229/examples.json +11 -11
- tccli/services/cdb/v20170320/api.json +103 -101
- tccli/services/cdb/v20170320/examples.json +11 -11
- tccli/services/cdn/v20180606/api.json +8 -8
- tccli/services/dsgc/v20190723/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/gs/v20191118/api.json +28 -4
- tccli/services/hunyuan/v20230901/api.json +12 -12
- tccli/services/hunyuan/v20230901/examples.json +4 -4
- tccli/services/lcic/v20220817/api.json +8 -8
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/live/v20180801/api.json +43 -1
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +7 -7
- tccli/services/oceanus/v20190422/api.json +22 -2
- tccli/services/ocr/ocr_client.py +53 -0
- tccli/services/ocr/v20181119/api.json +80 -0
- tccli/services/ocr/v20181119/examples.json +8 -0
- tccli/services/postgres/v20170312/api.json +189 -185
- tccli/services/postgres/v20170312/examples.json +29 -29
- tccli/services/ssl/v20191205/api.json +19 -1
- tccli/services/vclm/v20240523/api.json +6 -6
- tccli/services/vclm/v20240523/examples.json +1 -1
- tccli/services/wsa/__init__.py +4 -0
- tccli/services/wsa/v20250508/api.json +113 -0
- tccli/services/wsa/v20250508/examples.json +13 -0
- tccli/services/wsa/wsa_client.py +207 -0
- {tccli-3.0.1358.1.dist-info → tccli-3.0.1359.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1358.1.dist-info → tccli-3.0.1359.1.dist-info}/RECORD +37 -33
- {tccli-3.0.1358.1.dist-info → tccli-3.0.1359.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1358.1.dist-info → tccli-3.0.1359.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1358.1.dist-info → tccli-3.0.1359.1.dist-info}/license_files/LICENSE +0 -0
@@ -175,7 +175,7 @@
|
|
175
175
|
"CreateCloneInstance": [
|
176
176
|
{
|
177
177
|
"document": "克隆实例并回档到指定时间",
|
178
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloneInstance\n<公共请求参数>\n\n{\n \"UniqVpcId\": \"vpc-594gwq4l\",\n \"InstanceId\": \"cdb-9303wd4x\",\n \"Volume\":
|
178
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloneInstance\n<公共请求参数>\n\n{\n \"UniqVpcId\": \"vpc-594gwq4l\",\n \"InstanceId\": \"cdb-9303wd4x\",\n \"Volume\": 50,\n \"UniqSubnetId\": \"subnet-dz5pj862\",\n \"SpecifiedRollbackTime\": \"2020-08-01 16:27:43\",\n \"Memory\": 1000\n}",
|
179
179
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"AsyncRequestId\": \"256117ed-efa08b54-61784d44-91781bbd\"\n }\n}",
|
180
180
|
"title": "克隆实例并回档到指定时间"
|
181
181
|
}
|
@@ -247,7 +247,7 @@
|
|
247
247
|
"CreateParamTemplate": [
|
248
248
|
{
|
249
249
|
"document": "",
|
250
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateParamTemplate\n<公共请求参数>\n\n{\n \"TemplateType\": \"HIGH_STABILITY\",\n \"Name\": \"mysql1\",\n \"ParamList\": [\n {\n \"CurrentValue\": \"
|
250
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateParamTemplate\n<公共请求参数>\n\n{\n \"TemplateType\": \"HIGH_STABILITY\",\n \"Name\": \"mysql1\",\n \"ParamList\": [\n {\n \"CurrentValue\": \"ROW\",\n \"Name\": \"binlog_format\"\n },\n {\n \"CurrentValue\": \"1\",\n \"Name\": \"auto_increment_increment\"\n }\n ],\n \"EngineVersion\": \"5.7\"\n}",
|
251
251
|
"output": "{\n \"Response\": {\n \"RequestId\": \"756bb037-a44a-4b4f-abe0-6efd34a6c792\",\n \"TemplateId\": 2333\n }\n}",
|
252
252
|
"title": "创建参数模板"
|
253
253
|
}
|
@@ -499,7 +499,7 @@
|
|
499
499
|
"DescribeBackupSummaries": [
|
500
500
|
{
|
501
501
|
"document": "查询备份实时统计",
|
502
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupSummaries\n<公共请求参数>\n\n{\n \"Product\": \"mysql\",\n \"Limit\":
|
502
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupSummaries\n<公共请求参数>\n\n{\n \"Product\": \"mysql\",\n \"Limit\": 1\n}",
|
503
503
|
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"AutoBackupCount\": 5,\n \"AutoBackupVolume\": 10000,\n \"BackupVolume\": 50000,\n \"BinlogBackupCount\": 2,\n \"BinlogBackupVolume\": 20000,\n \"DataBackupCount\": 15,\n \"DataBackupVolume\": 30000,\n \"InstanceId\": \"cdb-01wa5l0v\",\n \"ManualBackupCount\": 10,\n \"ManualBackupVolume\": 20000\n }\n ],\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"TotalCount\": 50\n }\n}",
|
504
504
|
"title": "查询备份实时统计"
|
505
505
|
}
|
@@ -628,7 +628,7 @@
|
|
628
628
|
{
|
629
629
|
"document": "实例日志管理中,慢日志、错误日志投递CLS的配置",
|
630
630
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceLogToCLS\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-70zdmgg1\"\n}",
|
631
|
-
"output": "{\n \"Response\": {\n \"ErrorLog\": {\n \"Status\": \"ON\",\n \"LogSetId\": \"8dff8d62-fa10-4d6c-bee0-6e31a0ade975\",\n \"LogTopicId\": \"09c3c2d1-ac46-4e4e-b688-b73950e64682\"\n },\n \"SlowLog\": {\n \"Status\": \"OFF\",\n \"LogSetId\": \"8dff8d62-fa10-4d6c-bee0-6e31a0ade976\",\n \"LogTopicId\": \"09c3c2d1-ac46-4e4e-b688-b73950e64681\"\n },\n \"RequestId\": \"8a96c7fec3c747adb83cb0868c0107d5\"\n }\n}",
|
631
|
+
"output": "{\n \"Response\": {\n \"ErrorLog\": {\n \"ClsRegion\": \"ap-guangzhou\",\n \"Status\": \"ON\",\n \"LogSetId\": \"8dff8d62-fa10-4d6c-bee0-6e31a0ade975\",\n \"LogTopicId\": \"09c3c2d1-ac46-4e4e-b688-b73950e64682\"\n },\n \"SlowLog\": {\n \"ClsRegion\": \"ap-guangzhou\",\n \"Status\": \"OFF\",\n \"LogSetId\": \"8dff8d62-fa10-4d6c-bee0-6e31a0ade976\",\n \"LogTopicId\": \"09c3c2d1-ac46-4e4e-b688-b73950e64681\"\n },\n \"RequestId\": \"8a96c7fec3c747adb83cb0868c0107d5\"\n }\n}",
|
632
632
|
"title": "查询实例日志投递CLS配置"
|
633
633
|
}
|
634
634
|
],
|
@@ -698,7 +698,7 @@
|
|
698
698
|
{
|
699
699
|
"document": "查询默认的可设置参数列表",
|
700
700
|
"input": "https://cdb.tencentcloudapi.com/?Action=DescribeDefaultParams\n&EngineVersion=5.7\n&<公共请求参数>",
|
701
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
701
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Items\": [\n {\n \"Name\": \"character_set_server\",\n \"ParamType\": \"enum\",\n \"Default\": \"{MIN(DBInitMemory/4+500,1000000)}\",\n \"Description\": \"The maximum permitted number of simultaneous client connections.\",\n \"CurrentValue\": \"1600\",\n \"NeedReboot\": 0,\n \"Max\": 0,\n \"Min\": 0,\n \"EnumValue\": [\n \"LATIN1\",\n \"UTF8\",\n \"GBK\",\n \"UTF8MB4\"\n ],\n \"MaxFunc\": \"64\",\n \"MinFunc\": \"1\",\n \"IsNotSupportEdit\": true\n }\n ],\n \"RequestId\": \"92131c95-aa65-44db-8c3c-e8cd67883b58\"\n }\n}",
|
702
702
|
"title": "查询默认的可设置参数列表"
|
703
703
|
}
|
704
704
|
],
|
@@ -738,7 +738,7 @@
|
|
738
738
|
{
|
739
739
|
"document": "",
|
740
740
|
"input": "https://cdb.tencentcloudapi.com/?Action=DescribeInstanceParamRecords\n&InstanceId=cdb-f35wr6wj\n&<公共请求参数>",
|
741
|
-
"output": "{\n \"Response\": {\n \"
|
741
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 28,\n \"Items\": [\n {\n \"InstanceId\": \"cdb-1234asdf\",\n \"ParamName\": \"lower_case_table_names\",\n \"OldValue\": \"0\",\n \"NewValue\": \"1\",\n \"IsSucess\": true,\n \"ModifyTime\": \"2019-01-15 18:59:40\",\n \"IsSuccess\": true\n }\n ],\n \"RequestId\": \"1a42feb9-82087f71-6a0031ac-699a92a8\"\n }\n}",
|
742
742
|
"title": "查询实例参数修改历史"
|
743
743
|
}
|
744
744
|
],
|
@@ -746,7 +746,7 @@
|
|
746
746
|
{
|
747
747
|
"document": "查询实例的可设置参数列表",
|
748
748
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceParams\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-ezq1vzem\"\n}",
|
749
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 72,\n \"Items\": [\n {\n \"Name\": \"
|
749
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 72,\n \"Items\": [\n {\n \"Name\": \"lower_case_table_names\",\n \"ParamType\": \"integer\",\n \"Default\": \"0\",\n \"Description\": \"If set to 0, table names are stored as specified and comparisons are case sensitive. If set to 1, they are stored in lowercase on disk and comparisons are not case sensitive.\",\n \"CurrentValue\": \"0\",\n \"NeedReboot\": 1,\n \"Max\": 1,\n \"Min\": 0,\n \"EnumValue\": [],\n \"MaxFunc\": \"64\",\n \"MinFunc\": \"1\",\n \"IsNotSupportEdit\": true\n }\n ],\n \"RequestId\": \"92131c95-aa65-44db-8c3c-e8cd67883b58\"\n }\n}",
|
750
750
|
"title": "查询实例的可设置参数列表"
|
751
751
|
}
|
752
752
|
],
|
@@ -849,7 +849,7 @@
|
|
849
849
|
"DescribeRollbackTaskDetail": [
|
850
850
|
{
|
851
851
|
"document": "",
|
852
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRollbackTaskDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-qwer1234\",\n \"Limit\":
|
852
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRollbackTaskDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-qwer1234\",\n \"Limit\": 1\n}",
|
853
853
|
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"Items\": [\n {\n \"Info\": \"batch rollback success\",\n \"Status\": \"SUCCESS\",\n \"Progress\": 100,\n \"StartTime\": \"2020-04-22 10:01:23\",\n \"EndTime\": \"2020-04-22 10:06:25\",\n \"Detail\": [\n {\n \"InstanceId\": \"cdb-qwer1234\",\n \"Strategy\": \"full\",\n \"RollbackTime\": \"2020-04-22 10:00:57\",\n \"Databases\": [],\n \"Tables\": [\n {\n \"Table\": [\n {\n \"TableName\": \"sbtest1\",\n \"NewTableName\": \"sbtest1_bak\"\n },\n {\n \"TableName\": \"sbtest2\",\n \"NewTableName\": \"sbtest2_bak\"\n }\n ],\n \"Database\": \"dbtest_bak\"\n }\n ]\n }\n ]\n }\n ],\n \"RequestId\": \"1ac120c8-744a-4c15-be4e-4431511c0233\"\n }\n}",
|
854
854
|
"title": "查询回档任务详情"
|
855
855
|
}
|
@@ -1041,7 +1041,7 @@
|
|
1041
1041
|
"ModifyBackupConfig": [
|
1042
1042
|
{
|
1043
1043
|
"document": "修改数据库备份配置",
|
1044
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBackupConfig\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-c1nl9rpv\",\n \"ExpireDays\":
|
1044
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBackupConfig\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-c1nl9rpv\",\n \"ExpireDays\": 10,\n \"BinlogExpireDays\": 8,\n \"BackupMethod\": \"logical\",\n \"StartTime\": \"02:00-06:00\"\n}",
|
1045
1045
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
1046
1046
|
"title": "修改数据库备份配置"
|
1047
1047
|
}
|
@@ -1089,7 +1089,7 @@
|
|
1089
1089
|
"ModifyDBInstanceLogToCLS": [
|
1090
1090
|
{
|
1091
1091
|
"document": "CDB实例慢日志、错误日志投递到CLS",
|
1092
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceLogToCLS\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-ewa3b\",\n \"LogType\": \"error\",\n \"Status\": \"ON\",\n \"CreateLogset\": true,\n \"Logset\": \"sub_fyrtjbqw\",\n \"CreateLogTopic\": true,\n \"LogTopic\": \"my_test\",\n \"Period\":
|
1092
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceLogToCLS\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-ewa3b\",\n \"LogType\": \"error\",\n \"Status\": \"ON\",\n \"CreateLogset\": true,\n \"Logset\": \"sub_fyrtjbqw\",\n \"CreateLogTopic\": true,\n \"LogTopic\": \"my_test\",\n \"Period\": 1,\n \"CreateIndex\": true\n}",
|
1093
1093
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
1094
1094
|
"title": "开启或关闭CDB日志投递CLS"
|
1095
1095
|
}
|
@@ -1161,7 +1161,7 @@
|
|
1161
1161
|
"ModifyLocalBinlogConfig": [
|
1162
1162
|
{
|
1163
1163
|
"document": "",
|
1164
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLocalBinlogConfig\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-c1nl9rpv\",\n \"MaxUsage\":
|
1164
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLocalBinlogConfig\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-c1nl9rpv\",\n \"MaxUsage\": 30,\n \"SaveHours\": 72\n}",
|
1165
1165
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
1166
1166
|
"title": "修改本地binlog保留策略"
|
1167
1167
|
}
|
@@ -22,11 +22,11 @@
|
|
22
22
|
"status": "online"
|
23
23
|
},
|
24
24
|
"CreateDiagnoseUrl": {
|
25
|
-
"document": "### <font color=red>**该接口已废弃** </font><br>\nCreateDiagnoseUrl 用于添加域名诊断任务URL。",
|
25
|
+
"document": "以上诊断报告, 域名版本管理相关接口功能均废弃, 已确认现网0调用, 申请预下线,(预下线不会影响调用, 只会在接口中添加提示信息, 正式下线仍需人工确认)\n\n### <font color=red>**该接口已废弃** </font><br>\nCreateDiagnoseUrl 用于添加域名诊断任务URL。",
|
26
26
|
"input": "CreateDiagnoseUrlRequest",
|
27
27
|
"name": "添加诊断URL(已废弃)",
|
28
28
|
"output": "CreateDiagnoseUrlResponse",
|
29
|
-
"status": "
|
29
|
+
"status": "deprecated"
|
30
30
|
},
|
31
31
|
"CreateEdgePackTask": {
|
32
32
|
"document": "动态打包任务提交接口",
|
@@ -141,11 +141,11 @@
|
|
141
141
|
"status": "deprecated"
|
142
142
|
},
|
143
143
|
"DescribeDiagnoseReport": {
|
144
|
-
"document": "### <font color=red>**该接口已废弃** </font><br>\nDescribeDiagnoseReport 用于获取指定报告id的内容。",
|
144
|
+
"document": "以上诊断报告, 域名版本管理相关接口功能均废弃, 已确认现网0调用, 申请预下线,(预下线不会影响调用, 只会在接口中添加提示信息, 正式下线仍需人工确认)\n\n### <font color=red>**该接口已废弃** </font><br>\nDescribeDiagnoseReport 用于获取指定报告id的内容。",
|
145
145
|
"input": "DescribeDiagnoseReportRequest",
|
146
146
|
"name": "获取诊断报告(已废弃)",
|
147
147
|
"output": "DescribeDiagnoseReportResponse",
|
148
|
-
"status": "
|
148
|
+
"status": "deprecated"
|
149
149
|
},
|
150
150
|
"DescribeDistrictIspData": {
|
151
151
|
"document": "查询指定域名的区域、运营商明细数据\n注意事项:接口尚未全面开放,未在内测名单中的账号不支持调用",
|
@@ -365,11 +365,11 @@
|
|
365
365
|
"status": "online"
|
366
366
|
},
|
367
367
|
"GetDisableRecords": {
|
368
|
-
"document": "### <font color=red>**该接口已废弃** </font><br>\nGetDisableRecords 用于查询资源禁用历史,及 URL 当前状态。",
|
368
|
+
"document": "以上诊断报告, 域名版本管理相关接口功能均废弃, 已确认现网0调用, 申请预下线,(预下线不会影响调用, 只会在接口中添加提示信息, 正式下线仍需人工确认)\n\n### <font color=red>**该接口已废弃** </font><br>\nGetDisableRecords 用于查询资源禁用历史,及 URL 当前状态。",
|
369
369
|
"input": "GetDisableRecordsRequest",
|
370
370
|
"name": "禁用历史查询(已废弃)",
|
371
371
|
"output": "GetDisableRecordsResponse",
|
372
|
-
"status": "
|
372
|
+
"status": "deprecated"
|
373
373
|
},
|
374
374
|
"ListClsLogTopics": {
|
375
375
|
"document": "ListClsLogTopics 用于显示日志主题列表。注意:一个日志集下至多含10个日志主题。",
|
@@ -386,11 +386,11 @@
|
|
386
386
|
"status": "online"
|
387
387
|
},
|
388
388
|
"ListDiagnoseReport": {
|
389
|
-
"document": "### <font color=red>**该接口已废弃** </font><br>\nListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要详情。",
|
389
|
+
"document": "以上诊断报告, 域名版本管理相关接口功能均废弃, 已确认现网0调用, 申请预下线,(预下线不会影响调用, 只会在接口中添加提示信息, 正式下线仍需人工确认)\n\n### <font color=red>**该接口已废弃** </font><br>\nListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要详情。",
|
390
390
|
"input": "ListDiagnoseReportRequest",
|
391
391
|
"name": "获取诊断任务列表(已废弃)",
|
392
392
|
"output": "ListDiagnoseReportResponse",
|
393
|
-
"status": "
|
393
|
+
"status": "deprecated"
|
394
394
|
},
|
395
395
|
"ListScdnDomains": {
|
396
396
|
"document": "SCDN平台已经正式下线,接口开始预下线处理\n\nListScdnDomains 用于查询 SCDN 安全加速域名列表,及域名基本配置信息",
|
@@ -358,7 +358,7 @@
|
|
358
358
|
"status": "online"
|
359
359
|
},
|
360
360
|
"CreateBatchOrganizationRegistrationTasks": {
|
361
|
-
"document": "该接口用于批量创建企业认证链接, 可以支持PC浏览器,H5和小程序三种途径。\n此接口为异步提交任务接口,需要与[查询子企业批量认证链接](https://
|
361
|
+
"document": "该接口用于批量创建企业认证链接, 可以支持PC浏览器,H5和小程序三种途径。\n此接口为异步提交任务接口,需要与[查询子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/DescribeBatchOrganizationRegistrationTasks)配合使用,整体流程如下图。\n\n\n\n\n**注意**\n\n1. 单次最多创建10个子企业。\n2. 一天内,同一家企业最多创建8000个子企业。\n3. 同一批创建的子客户不能重复,包括企业名称、企业统一信用代码和子客户经办人openId。\n4. 跳转到小程序的实现,请参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式)。如何配置跳转电子签小程序,可参考:<a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n\n\n\n**腾讯电子签小程序的AppID 和 原始Id如下:**\n\n| 小程序 | AppID | 原始ID |\n| ------------ | ------------ | ------------ |\n| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |\n| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |",
|
362
362
|
"input": "CreateBatchOrganizationRegistrationTasksRequest",
|
363
363
|
"name": "创建企业批量认证链接任务",
|
364
364
|
"output": "CreateBatchOrganizationRegistrationTasksResponse",
|
@@ -6793,7 +6793,7 @@
|
|
6793
6793
|
{
|
6794
6794
|
"disabled": false,
|
6795
6795
|
"document": "关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。\n\n此接口下面信息必填。\n<ul>\n<li>渠道应用标识: Agent.AppId</li>\n</ul>\n",
|
6796
|
-
"example": "
|
6796
|
+
"example": "{ \"ProxyOperator\": { \"OpenId\": \"wangxiaoxiong_20250725001\" }, \"ProxyOrganizationOpenId\": \"ess_open_organization_20250725001\", \"AppId\": \"yDwFoUUckpsomwx1UyhWGhIR2RkhOjw2\" }",
|
6797
6797
|
"member": "Agent",
|
6798
6798
|
"name": "Agent",
|
6799
6799
|
"required": true,
|
@@ -6802,7 +6802,7 @@
|
|
6802
6802
|
{
|
6803
6803
|
"disabled": false,
|
6804
6804
|
"document": "当前应用下子企业的组织机构注册信息。最多支持查询10子企业。",
|
6805
|
-
"example": "
|
6805
|
+
"example": "\"无\"",
|
6806
6806
|
"member": "RegistrationOrganizationInfo",
|
6807
6807
|
"name": "RegistrationOrganizations",
|
6808
6808
|
"required": true,
|
@@ -2393,8 +2393,8 @@
|
|
2393
2393
|
"members": [
|
2394
2394
|
{
|
2395
2395
|
"disabled": false,
|
2396
|
-
"document": "Cos
|
2397
|
-
"example": "
|
2396
|
+
"document": "Cos 密钥类型,取值: Mobile 云手游、PC 云端游、AndroidApp 云手机应用管理、AndroidAppFile 云手机文件管理、AndroidAppBackup 云手机备份还原",
|
2397
|
+
"example": "AndroidApp",
|
2398
2398
|
"member": "string",
|
2399
2399
|
"name": "CosType",
|
2400
2400
|
"required": true,
|
@@ -2402,12 +2402,21 @@
|
|
2402
2402
|
},
|
2403
2403
|
{
|
2404
2404
|
"disabled": false,
|
2405
|
-
"document": "
|
2406
|
-
"example": "
|
2405
|
+
"document": "云手机应用管理 Cos 数据",
|
2406
|
+
"example": "{\"AndroidAppId\": \"apk-a1b2c3\",\"FileName\": \"test.apk\"}",
|
2407
2407
|
"member": "AndroidAppCosInfo",
|
2408
2408
|
"name": "AndroidAppCosInfo",
|
2409
2409
|
"required": false,
|
2410
2410
|
"type": "object"
|
2411
|
+
},
|
2412
|
+
{
|
2413
|
+
"disabled": false,
|
2414
|
+
"document": "云手机文件管理 Cos 数据",
|
2415
|
+
"example": "{\"FileId\": \"file-a1b2c3\"}",
|
2416
|
+
"member": "FileCosInfo",
|
2417
|
+
"name": "AndroidAppFileCosInfo",
|
2418
|
+
"required": false,
|
2419
|
+
"type": "object"
|
2411
2420
|
}
|
2412
2421
|
],
|
2413
2422
|
"type": "object"
|
@@ -3914,6 +3923,21 @@
|
|
3914
3923
|
],
|
3915
3924
|
"type": "object"
|
3916
3925
|
},
|
3926
|
+
"FileCosInfo": {
|
3927
|
+
"document": "应用文件 Cos 信息",
|
3928
|
+
"members": [
|
3929
|
+
{
|
3930
|
+
"disabled": false,
|
3931
|
+
"document": "文件 Id",
|
3932
|
+
"example": "file-a1b2c3",
|
3933
|
+
"member": "string",
|
3934
|
+
"name": "FileId",
|
3935
|
+
"required": true,
|
3936
|
+
"type": "string"
|
3937
|
+
}
|
3938
|
+
],
|
3939
|
+
"usage": "in"
|
3940
|
+
},
|
3917
3941
|
"Filter": {
|
3918
3942
|
"document": "过滤",
|
3919
3943
|
"members": [
|
@@ -1054,7 +1054,7 @@
|
|
1054
1054
|
{
|
1055
1055
|
"disabled": false,
|
1056
1056
|
"document": "文件的Url(有效期24小时)",
|
1057
|
-
"example": "https://
|
1057
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/gif.gif",
|
1058
1058
|
"member": "string",
|
1059
1059
|
"name": "Url",
|
1060
1060
|
"output_required": false,
|
@@ -2139,7 +2139,7 @@
|
|
2139
2139
|
{
|
2140
2140
|
"disabled": false,
|
2141
2141
|
"document": "图片Url。",
|
2142
|
-
"example": "https://
|
2142
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/image.jpg",
|
2143
2143
|
"member": "string",
|
2144
2144
|
"name": "ImageUrl",
|
2145
2145
|
"required": false,
|
@@ -2333,7 +2333,7 @@
|
|
2333
2333
|
{
|
2334
2334
|
"disabled": false,
|
2335
2335
|
"document": "水印url",
|
2336
|
-
"example": "https://
|
2336
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/logo.jpg",
|
2337
2337
|
"member": "string",
|
2338
2338
|
"name": "LogoUrl",
|
2339
2339
|
"required": false,
|
@@ -2776,7 +2776,7 @@
|
|
2776
2776
|
{
|
2777
2777
|
"disabled": false,
|
2778
2778
|
"document": "生成图 URL 列表,有效期7天,请及时保存。",
|
2779
|
-
"example": "[\"https://
|
2779
|
+
"example": "[\"https://cos.ap-guangzhou.myqcloud.com/xxx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1731657113;1732261913&q-key-time=1731657113;1732261913&q-header-list=host&q-url-param-list=&q-signature=b9c4be16d763664d829d0bfa398f571aa0e75c0e\"]",
|
2780
2780
|
"member": "string",
|
2781
2781
|
"name": "ResultImage",
|
2782
2782
|
"output_required": false,
|
@@ -2796,7 +2796,7 @@
|
|
2796
2796
|
{
|
2797
2797
|
"disabled": false,
|
2798
2798
|
"document": "本轮对话前置的历史对话数据(不含生成图)。",
|
2799
|
-
"example": "[
|
2799
|
+
"example": "[{\"ChatId\": \"1248907282106990592\",\"Prompt\": \"请画一个苹果在桌子上\",\"RevisedPrompt\": \"风格为摄影风格,桌子上摆放着一个红润的苹果,镜头为近景镜头\",\"Seed\": 1549130027}]",
|
2800
2800
|
"member": "History",
|
2801
2801
|
"name": "History",
|
2802
2802
|
"output_required": false,
|
@@ -2873,7 +2873,7 @@
|
|
2873
2873
|
{
|
2874
2874
|
"disabled": false,
|
2875
2875
|
"document": "生成图 URL 列表,有效期1小时,请及时保存。\n",
|
2876
|
-
"example": "[\"https://
|
2876
|
+
"example": "[\"https://cos.ap-guangzhou.myqcloud.com/xxx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1731655045;1731658645&q-key-time=1731655045;1731658645&q-header-list=host&q-url-param-list=&q-signature=72776438be444f9a72e04e5e6376aadf51e65655\"]",
|
2877
2877
|
"member": "string",
|
2878
2878
|
"name": "ResultImage",
|
2879
2879
|
"output_required": false,
|
@@ -2915,7 +2915,7 @@
|
|
2915
2915
|
{
|
2916
2916
|
"disabled": false,
|
2917
2917
|
"document": "任务ID",
|
2918
|
-
"example": "
|
2918
|
+
"example": "1434237894974230",
|
2919
2919
|
"member": "string",
|
2920
2920
|
"name": "JobId",
|
2921
2921
|
"required": false,
|
@@ -2940,7 +2940,7 @@
|
|
2940
2940
|
{
|
2941
2941
|
"disabled": false,
|
2942
2942
|
"document": "生成的3D文件数组",
|
2943
|
-
"example": "
|
2943
|
+
"example": "File3D数据结构",
|
2944
2944
|
"member": "File3Ds",
|
2945
2945
|
"name": "ResultFile3Ds",
|
2946
2946
|
"output_required": false,
|
@@ -3481,7 +3481,7 @@
|
|
3481
3481
|
{
|
3482
3482
|
"disabled": false,
|
3483
3483
|
"document": "标识内容设置。\n默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。",
|
3484
|
-
"example": "{\"LogoUrl\": \"https
|
3484
|
+
"example": "{\"LogoUrl\": \"https://***.cos.ap-guangzhou.myqcloud.com/***/logo.jpg\", \"LogoRect\": {\"X\": 10, \"Y\": 10, \"Width\": 20, \"Height\": 20}}",
|
3485
3485
|
"member": "LogoParam",
|
3486
3486
|
"name": "LogoParam",
|
3487
3487
|
"required": false,
|
@@ -3572,7 +3572,7 @@
|
|
3572
3572
|
{
|
3573
3573
|
"disabled": false,
|
3574
3574
|
"document": "用于引导内容的参考图。\n图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 8MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
|
3575
|
-
"example": "{\"ImageUrl\":\"https://
|
3575
|
+
"example": "{\"ImageUrl\":\"https://cos.ap-guangzhou.myqcloud.com/image.jpg\"}",
|
3576
3576
|
"member": "Image",
|
3577
3577
|
"name": "ContentImage",
|
3578
3578
|
"required": false,
|
@@ -3608,7 +3608,7 @@
|
|
3608
3608
|
{
|
3609
3609
|
"disabled": false,
|
3610
3610
|
"document": "标识内容设置。\n默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。",
|
3611
|
-
"example": "{\"LogoUrl\": \"https://
|
3611
|
+
"example": "{\"LogoUrl\": \"https://https://cos.ap-guangzhou.myqcloud.com/logo.jpg\", \"LogoRect\": {\"X\": 10, \"Y\": 10, \"Width\": 20, \"Height\": 20}}",
|
3612
3612
|
"member": "LogoParam",
|
3613
3613
|
"name": "LogoParam",
|
3614
3614
|
"required": false,
|
@@ -3663,7 +3663,7 @@
|
|
3663
3663
|
{
|
3664
3664
|
"disabled": false,
|
3665
3665
|
"document": "输入图Url。\n大小:单边分辨率要求不小于50,不大于5000。大小不超过8m(base64编码后会大30%左右,建议实际输入图片不超过6m)\n格式:jpg,png,jpeg,webp。\nImageBase64/ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。",
|
3666
|
-
"example": "https
|
3666
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/imageurl.jpg",
|
3667
3667
|
"member": "string",
|
3668
3668
|
"name": "ImageUrl",
|
3669
3669
|
"required": false,
|
@@ -170,7 +170,7 @@
|
|
170
170
|
{
|
171
171
|
"document": "成功查询",
|
172
172
|
"input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryHunyuanImageChatJob\n<公共请求参数>\n\n{\n \"JobId\": \"1253534368-1731657099-7276788a-a326-11ef-beeb-525400bba60c-0\"\n}",
|
173
|
-
"output": "{\n \"Response\": {\n \"ChatId\": \"1248907282106990592\",\n \"History\": [\n {\n \"ChatId\": \"1248907282106990592\",\n \"Prompt\": \"请画一个苹果在桌子上\",\n \"RevisedPrompt\": \"风格为摄影风格,桌子上摆放着一个红润的苹果,镜头为近景镜头\",\n \"Seed\": 1549130027\n }\n ],\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"5\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"54c4d31e-234b-44b8-802b-7d10fa2e77dc\",\n \"ResultDetails\": [\n \"Success\"\n ],\n \"ResultImage\": [\n \"https://
|
173
|
+
"output": "{\n \"Response\": {\n \"ChatId\": \"1248907282106990592\",\n \"History\": [\n {\n \"ChatId\": \"1248907282106990592\",\n \"Prompt\": \"请画一个苹果在桌子上\",\n \"RevisedPrompt\": \"风格为摄影风格,桌子上摆放着一个红润的苹果,镜头为近景镜头\",\n \"Seed\": 1549130027\n }\n ],\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"5\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"54c4d31e-234b-44b8-802b-7d10fa2e77dc\",\n \"ResultDetails\": [\n \"Success\"\n ],\n \"ResultImage\": [\n \"https://cos.ap-guangzhou.myqcloud.com/***?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1731657113;1732261913&q-key-time=1731657113;1732261913&q-header-list=host&q-url-param-list=&q-signature=b9c4be16d763664d829d0bfa398f571aa0e75c0e\"\n ]\n }\n}",
|
174
174
|
"title": "成功查询"
|
175
175
|
}
|
176
176
|
],
|
@@ -178,7 +178,7 @@
|
|
178
178
|
{
|
179
179
|
"document": "成功查询",
|
180
180
|
"input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryHunyuanImageJob\n<公共请求参数>\n\n{\n \"JobId\": \"251197749-1731412663-d4e1f224-fa21-40bc-9ee7-4bb13abece6e-0\"\n}",
|
181
|
-
"output": "{\n \"Response\": {\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"5\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"56b2ecae-46e4-4697-87d2-dc2b3bbbc2c6\",\n \"ResultDetails\": [\n \"Success\"\n ],\n \"ResultImage\": [\n \"https://
|
181
|
+
"output": "{\n \"Response\": {\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"5\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"56b2ecae-46e4-4697-87d2-dc2b3bbbc2c6\",\n \"ResultDetails\": [\n \"Success\"\n ],\n \"ResultImage\": [\n \"https://cos.ap-guangzhou.myqcloud.com/xxx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1731655045;1731658645&q-key-time=1731655045;1731658645&q-header-list=host&q-url-param-list=&q-signature=72776438be444f9a72e04e5e6376aadf51e65655\"\n ],\n \"RevisedPrompt\": [\n \"一条细长的小路穿梭在茂密的竹林中,天空下着细雨,雨水滴答落在翠绿的竹叶上,沿途的小路湿润且闪烁着水光,竹叶摇曳间洒下点点水珠,营造出静谧而清新的氛围\"\n ]\n }\n}",
|
182
182
|
"title": "成功查询"
|
183
183
|
}
|
184
184
|
],
|
@@ -186,7 +186,7 @@
|
|
186
186
|
{
|
187
187
|
"document": "任务完成",
|
188
188
|
"input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryHunyuanTo3DJob\n<公共请求参数>\n\n{\n \"JobId\": \"1286221236421533696\"\n}",
|
189
|
-
"output": "{\n \"Response\": {\n \"ErrorCode\": \"\",\n \"ErrorMessage\": \"\",\n \"RequestId\": \"6ea0ea36-ea27-4870-9b9b-6937f7cc7117\",\n \"ResultFile3Ds\": [\n {\n \"File3D\": [\n {\n \"Type\": \"GIF\",\n \"Url\": \"https://
|
189
|
+
"output": "{\n \"Response\": {\n \"ErrorCode\": \"\",\n \"ErrorMessage\": \"\",\n \"RequestId\": \"6ea0ea36-ea27-4870-9b9b-6937f7cc7117\",\n \"ResultFile3Ds\": [\n {\n \"File3D\": [\n {\n \"Type\": \"GIF\",\n \"Url\": \"https://cos.ap-guangzhou.tencentcos.cn/3d/output.gif\"\n },\n {\n \"Type\": \"OBJ\",\n \"Url\": \"https://cos.ap-guangzhou.tencentcos.cn/3d/output/2e56fc_0.zip\"\n }\n ]\n }\n ],\n \"Status\": \"DONE\"\n }\n}",
|
190
190
|
"title": "任务完成"
|
191
191
|
}
|
192
192
|
],
|
@@ -225,7 +225,7 @@
|
|
225
225
|
"SubmitHunyuanTo3DJob": [
|
226
226
|
{
|
227
227
|
"document": "成功提交图生3D任务",
|
228
|
-
"input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitHunyuanTo3DJob\n<公共请求参数>\n\n{\n \"Prompt\": \"\",\n \"ImageUrl\": \"https://
|
228
|
+
"input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitHunyuanTo3DJob\n<公共请求参数>\n\n{\n \"Prompt\": \"\",\n \"ImageUrl\": \"https://cos.ap-guangzhou.myqcloud.com/***.jpg\"\n}",
|
229
229
|
"output": "{\n \"Response\": {\n \"JobId\": \"1286221236421533696\",\n \"RequestId\": \"f4aac8ca-a79d-4431-81fd-7312f79bf91d\"\n }\n}",
|
230
230
|
"title": "成功提交任务"
|
231
231
|
}
|
@@ -134,7 +134,7 @@
|
|
134
134
|
"status": "online"
|
135
135
|
},
|
136
136
|
"DeleteRoom": {
|
137
|
-
"document": "
|
137
|
+
"document": "删除房间\n删除课堂前,请先删除该课堂下的各类资源(包括录制文件、板书等),并解绑相关课件。",
|
138
138
|
"input": "DeleteRoomRequest",
|
139
139
|
"name": "删除课堂",
|
140
140
|
"output": "DeleteRoomResponse",
|
@@ -311,7 +311,7 @@
|
|
311
311
|
"DescribeUser": {
|
312
312
|
"document": "获取用户信息",
|
313
313
|
"input": "DescribeUserRequest",
|
314
|
-
"name": "
|
314
|
+
"name": "获取用户信息【已废弃】",
|
315
315
|
"output": "DescribeUserResponse",
|
316
316
|
"status": "online"
|
317
317
|
},
|
@@ -323,7 +323,7 @@
|
|
323
323
|
"status": "online"
|
324
324
|
},
|
325
325
|
"DescribeWhiteBoardSnapshot": {
|
326
|
-
"document": "
|
326
|
+
"document": "查询白板板书截图\n课程结束后,可以查询和以图片的形式导出这些内容,方便后续查看、整理与分享。\n注意:不支持屏幕共享中的板书导出。",
|
327
327
|
"input": "DescribeWhiteBoardSnapshotRequest",
|
328
328
|
"name": "获取板书截图",
|
329
329
|
"output": "DescribeWhiteBoardSnapshotResponse",
|
@@ -2335,7 +2335,7 @@
|
|
2335
2335
|
"members": [
|
2336
2336
|
{
|
2337
2337
|
"disabled": false,
|
2338
|
-
"document": "
|
2338
|
+
"document": "课堂ID",
|
2339
2339
|
"example": "301234567",
|
2340
2340
|
"member": "uint64",
|
2341
2341
|
"name": "RoomId",
|
@@ -4812,7 +4812,7 @@
|
|
4812
4812
|
"members": [
|
4813
4813
|
{
|
4814
4814
|
"disabled": false,
|
4815
|
-
"document": "
|
4815
|
+
"document": "课堂ID",
|
4816
4816
|
"example": "3123456789",
|
4817
4817
|
"member": "uint64",
|
4818
4818
|
"name": "RoomId",
|
@@ -4974,7 +4974,7 @@
|
|
4974
4974
|
},
|
4975
4975
|
{
|
4976
4976
|
"disabled": false,
|
4977
|
-
"document": "
|
4977
|
+
"document": "课堂ID",
|
4978
4978
|
"example": "12333",
|
4979
4979
|
"member": "uint64",
|
4980
4980
|
"name": "RoomId",
|
@@ -7810,7 +7810,7 @@
|
|
7810
7810
|
"members": [
|
7811
7811
|
{
|
7812
7812
|
"disabled": false,
|
7813
|
-
"document": "
|
7813
|
+
"document": "课堂ID",
|
7814
7814
|
"example": "3123456789",
|
7815
7815
|
"member": "uint64",
|
7816
7816
|
"name": "RoomId",
|
@@ -7846,7 +7846,7 @@
|
|
7846
7846
|
},
|
7847
7847
|
{
|
7848
7848
|
"disabled": false,
|
7849
|
-
"document": "
|
7849
|
+
"document": "课堂ID",
|
7850
7850
|
"example": "31211232",
|
7851
7851
|
"member": "uint64",
|
7852
7852
|
"name": "RoomId",
|
@@ -412,7 +412,7 @@
|
|
412
412
|
{
|
413
413
|
"document": "",
|
414
414
|
"input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ForbidSendMsg\n<公共请求参数>\n\n{\n \"SdkAppId\": 22303,\n \"RoomId\": 12222,\n \"MembersAccount\": [\n \"2212jkih\"\n ],\n \"MuteTime\": 10\n}",
|
415
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
415
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8765789876-sdhags78\"\n }\n}",
|
416
416
|
"title": "设置禁言"
|
417
417
|
}
|
418
418
|
],
|
@@ -3976,6 +3976,28 @@
|
|
3976
3976
|
"type": "string",
|
3977
3977
|
"value_allowed_null": false
|
3978
3978
|
},
|
3979
|
+
{
|
3980
|
+
"disabled": false,
|
3981
|
+
"document": "云端特效生成状态。\n生成中 - GENERATING。\n处理中 - PROCESSING。\n生成失败 - FAILED。\n已完成 - FINISH。\n",
|
3982
|
+
"example": "FINISH",
|
3983
|
+
"member": "string",
|
3984
|
+
"name": "Status",
|
3985
|
+
"output_required": false,
|
3986
|
+
"required": false,
|
3987
|
+
"type": "string",
|
3988
|
+
"value_allowed_null": false
|
3989
|
+
},
|
3990
|
+
{
|
3991
|
+
"disabled": false,
|
3992
|
+
"document": "特效信息,生成失败时,此处返回失败原因。",
|
3993
|
+
"example": "success",
|
3994
|
+
"member": "string",
|
3995
|
+
"name": "Message",
|
3996
|
+
"output_required": false,
|
3997
|
+
"required": false,
|
3998
|
+
"type": "string",
|
3999
|
+
"value_allowed_null": false
|
4000
|
+
},
|
3979
4001
|
{
|
3980
4002
|
"disabled": false,
|
3981
4003
|
"document": "云端特效预览图片。",
|
@@ -9486,7 +9508,7 @@
|
|
9486
9508
|
{
|
9487
9509
|
"disabled": false,
|
9488
9510
|
"document": "云端特效类型, 默认不填,返回全部。PGC: 特效库中的特效;AICG : AI生成的特效;UGC:用户自定义上传的特效;",
|
9489
|
-
"example": "
|
9511
|
+
"example": "UGC",
|
9490
9512
|
"member": "string",
|
9491
9513
|
"name": "Type",
|
9492
9514
|
"required": false,
|
@@ -9508,6 +9530,26 @@
|
|
9508
9530
|
"type": "list",
|
9509
9531
|
"value_allowed_null": false
|
9510
9532
|
},
|
9533
|
+
{
|
9534
|
+
"disabled": false,
|
9535
|
+
"document": "允许创建的云端特效个数。",
|
9536
|
+
"example": "100",
|
9537
|
+
"member": "int64",
|
9538
|
+
"name": "EnableCreateNum",
|
9539
|
+
"output_required": false,
|
9540
|
+
"type": "int",
|
9541
|
+
"value_allowed_null": false
|
9542
|
+
},
|
9543
|
+
{
|
9544
|
+
"disabled": false,
|
9545
|
+
"document": "当前已有的特效总个数。",
|
9546
|
+
"example": "30",
|
9547
|
+
"member": "int64",
|
9548
|
+
"name": "TotalNum",
|
9549
|
+
"output_required": false,
|
9550
|
+
"type": "int",
|
9551
|
+
"value_allowed_null": false
|
9552
|
+
},
|
9511
9553
|
{
|
9512
9554
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
9513
9555
|
"member": "string",
|
@@ -764,7 +764,7 @@
|
|
764
764
|
{
|
765
765
|
"document": "",
|
766
766
|
"input": "POST / HTTP/1.1\nHost:live.tencentcloudapi.com\nContent-Type:application/json\nX-TC-Action: DescribeLiveCloudEffectList\n<公共请求参数>\n\n{\n \"Prompt\": \"小狗\"\n}",
|
767
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"1047d0dc-6dc8-4898-a7f3-03726a822b0e\",\n \"InfoList\": [\n {\n \"Id\": \"1001\",\n \"Prompt\": \"小狗\",\n \"Flag\": \"动物\",\n \"PreviewImageUrl\": \"http://preview.image.com/pic.jpg\",\n \"Type\": \"PGC\",\n \"CreateTime\": \"2025-05-19T00:00:00Z\",\n \"UpdateTime\": \"2025-05-20T00:00:00Z\"\n }\n ]\n }\n}",
|
767
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1047d0dc-6dc8-4898-a7f3-03726a822b0e\",\n \"EnableCreateNum\": 100,\n \"TotalNum\": 30,\n \"InfoList\": [\n {\n \"Id\": \"1001\",\n \"Prompt\": \"小狗\",\n \"Flag\": \"动物\",\n \"Status\": \"FINISH\",\n \"PreviewImageUrl\": \"http://preview.image.com/pic.jpg\",\n \"Type\": \"PGC\",\n \"CreateTime\": \"2025-05-19T00:00:00Z\",\n \"UpdateTime\": \"2025-05-20T00:00:00Z\"\n }\n ]\n }\n}",
|
768
768
|
"title": "请求示例"
|
769
769
|
}
|
770
770
|
],
|