tccli 3.0.1350.1__py2.py3-none-any.whl → 3.0.1352.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/ai3d/v20250513/api.json +1 -1
- tccli/services/ai3d/v20250513/examples.json +1 -1
- tccli/services/apm/v20210622/api.json +7 -9
- tccli/services/ccc/v20200210/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cdwch/v20200915/api.json +7 -7
- tccli/services/cdwch/v20200915/examples.json +2 -2
- tccli/services/ctem/ctem_client.py +371 -0
- tccli/services/ctem/v20231128/api.json +2111 -571
- tccli/services/ctem/v20231128/examples.json +56 -0
- tccli/services/cwp/v20180228/api.json +11 -1
- tccli/services/cynosdb/v20190107/api.json +28 -0
- tccli/services/cynosdb/v20190107/examples.json +4 -4
- tccli/services/ess/ess_client.py +114 -8
- tccli/services/ess/v20201111/api.json +212 -0
- tccli/services/ess/v20201111/examples.json +16 -0
- tccli/services/gme/v20180711/api.json +40 -0
- tccli/services/iss/v20230517/api.json +9 -9
- tccli/services/kms/v20190118/api.json +188 -0
- tccli/services/live/v20180801/api.json +299 -3
- tccli/services/live/v20180801/examples.json +6 -6
- tccli/services/lke/lke_client.py +12 -436
- tccli/services/lke/v20231130/api.json +25 -1065
- tccli/services/lke/v20231130/examples.json +0 -64
- tccli/services/lkeap/v20240522/api.json +94 -17
- tccli/services/lkeap/v20240522/examples.json +2 -2
- tccli/services/mongodb/v20190725/api.json +2 -2
- tccli/services/mongodb/v20190725/examples.json +1 -1
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +38 -24
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/monitor/v20230616/api.json +58 -195
- tccli/services/monitor/v20230616/examples.json +4 -10
- tccli/services/mps/mps_client.py +53 -0
- tccli/services/mps/v20190612/api.json +586 -285
- tccli/services/mps/v20190612/examples.json +18 -4
- tccli/services/ocr/v20181119/api.json +24 -4
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/omics/v20221128/api.json +9 -0
- tccli/services/pts/v20210728/api.json +1 -1
- tccli/services/redis/v20180412/api.json +24 -5
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/scf/v20180416/api.json +3 -0
- tccli/services/ssl/v20191205/api.json +31 -1
- tccli/services/teo/teo_client.py +777 -35
- tccli/services/teo/v20220901/api.json +1026 -3
- tccli/services/teo/v20220901/examples.json +154 -0
- tccli/services/tione/v20211111/api.json +9 -0
- tccli/services/tke/v20180525/api.json +2 -2
- tccli/services/tse/tse_client.py +80 -27
- tccli/services/tse/v20201207/api.json +193 -0
- tccli/services/tse/v20201207/examples.json +8 -0
- tccli/services/vod/v20180717/api.json +60 -60
- tccli/services/vod/v20180717/examples.json +20 -20
- {tccli-3.0.1350.1.dist-info → tccli-3.0.1352.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1350.1.dist-info → tccli-3.0.1352.1.dist-info}/RECORD +61 -61
- {tccli-3.0.1350.1.dist-info → tccli-3.0.1352.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1350.1.dist-info → tccli-3.0.1352.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1350.1.dist-info → tccli-3.0.1352.1.dist-info}/license_files/LICENSE +0 -0
@@ -1850,6 +1850,122 @@
|
|
1850
1850
|
],
|
1851
1851
|
"type": "object"
|
1852
1852
|
},
|
1853
|
+
"AuditKeyword": {
|
1854
|
+
"document": "直播审核关键词信息",
|
1855
|
+
"members": [
|
1856
|
+
{
|
1857
|
+
"disabled": false,
|
1858
|
+
"document": "关键词内容。",
|
1859
|
+
"example": "黄暴词",
|
1860
|
+
"member": "string",
|
1861
|
+
"name": "Content",
|
1862
|
+
"required": true,
|
1863
|
+
"type": "string"
|
1864
|
+
},
|
1865
|
+
{
|
1866
|
+
"disabled": false,
|
1867
|
+
"document": "关键词标签。\n可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。",
|
1868
|
+
"example": "Polity",
|
1869
|
+
"member": "string",
|
1870
|
+
"name": "Label",
|
1871
|
+
"required": true,
|
1872
|
+
"type": "string"
|
1873
|
+
}
|
1874
|
+
],
|
1875
|
+
"usage": "in"
|
1876
|
+
},
|
1877
|
+
"AuditKeywordDeleteDetail": {
|
1878
|
+
"document": "直播审核删除关键词结果详情。",
|
1879
|
+
"members": [
|
1880
|
+
{
|
1881
|
+
"disabled": false,
|
1882
|
+
"document": "关键词 Id。",
|
1883
|
+
"example": "id1",
|
1884
|
+
"member": "string",
|
1885
|
+
"name": "KeywordId",
|
1886
|
+
"output_required": true,
|
1887
|
+
"type": "string",
|
1888
|
+
"value_allowed_null": false
|
1889
|
+
},
|
1890
|
+
{
|
1891
|
+
"disabled": false,
|
1892
|
+
"document": "关键词内容。",
|
1893
|
+
"example": "黄暴词",
|
1894
|
+
"member": "string",
|
1895
|
+
"name": "Content",
|
1896
|
+
"output_required": true,
|
1897
|
+
"type": "string",
|
1898
|
+
"value_allowed_null": false
|
1899
|
+
},
|
1900
|
+
{
|
1901
|
+
"disabled": false,
|
1902
|
+
"document": "是否删除成功。",
|
1903
|
+
"example": "true",
|
1904
|
+
"member": "bool",
|
1905
|
+
"name": "Deleted",
|
1906
|
+
"output_required": true,
|
1907
|
+
"type": "bool",
|
1908
|
+
"value_allowed_null": false
|
1909
|
+
},
|
1910
|
+
{
|
1911
|
+
"disabled": false,
|
1912
|
+
"document": "如果删除失败,错误信息。",
|
1913
|
+
"example": "由于xxx删除失败",
|
1914
|
+
"member": "string",
|
1915
|
+
"name": "Error",
|
1916
|
+
"output_required": true,
|
1917
|
+
"type": "string",
|
1918
|
+
"value_allowed_null": false
|
1919
|
+
}
|
1920
|
+
],
|
1921
|
+
"usage": "out"
|
1922
|
+
},
|
1923
|
+
"AuditKeywordInfo": {
|
1924
|
+
"document": "直播审核关键词查询信息。",
|
1925
|
+
"members": [
|
1926
|
+
{
|
1927
|
+
"disabled": false,
|
1928
|
+
"document": "关键词 Id。",
|
1929
|
+
"example": "id1",
|
1930
|
+
"member": "string",
|
1931
|
+
"name": "KeywordId",
|
1932
|
+
"output_required": true,
|
1933
|
+
"type": "string",
|
1934
|
+
"value_allowed_null": false
|
1935
|
+
},
|
1936
|
+
{
|
1937
|
+
"disabled": false,
|
1938
|
+
"document": "关键词内容。",
|
1939
|
+
"example": "草",
|
1940
|
+
"member": "string",
|
1941
|
+
"name": "Content",
|
1942
|
+
"output_required": true,
|
1943
|
+
"type": "string",
|
1944
|
+
"value_allowed_null": false
|
1945
|
+
},
|
1946
|
+
{
|
1947
|
+
"disabled": false,
|
1948
|
+
"document": "关键词标签。\n可取值:Normal: 正常 ,Polity: 政治,Porn: 色情,Sexy:性感,Ad: 广告,Illegal: 违法,Abuse: 谩骂,Terror: 暴恐,Spam: 灌水,Moan:呻吟。",
|
1949
|
+
"example": "Abuse",
|
1950
|
+
"member": "string",
|
1951
|
+
"name": "Label",
|
1952
|
+
"output_required": true,
|
1953
|
+
"type": "string",
|
1954
|
+
"value_allowed_null": false
|
1955
|
+
},
|
1956
|
+
{
|
1957
|
+
"disabled": false,
|
1958
|
+
"document": "创建时间。UTC 格式,例如:2018-11-29T19:00:00Z。\n注意:\n1. 北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示。",
|
1959
|
+
"example": "2018-11-29T19:00:00Z",
|
1960
|
+
"member": "string",
|
1961
|
+
"name": "CreateTime",
|
1962
|
+
"output_required": true,
|
1963
|
+
"type": "string",
|
1964
|
+
"value_allowed_null": false
|
1965
|
+
}
|
1966
|
+
],
|
1967
|
+
"usage": "out"
|
1968
|
+
},
|
1853
1969
|
"AuthenticateDomainOwnerRequest": {
|
1854
1970
|
"document": "AuthenticateDomainOwner请求参数结构体",
|
1855
1971
|
"members": [
|
@@ -4285,12 +4401,51 @@
|
|
4285
4401
|
},
|
4286
4402
|
"CreateAuditKeywordsRequest": {
|
4287
4403
|
"document": "CreateAuditKeywords请求参数结构体",
|
4288
|
-
"members": [
|
4404
|
+
"members": [
|
4405
|
+
{
|
4406
|
+
"disabled": false,
|
4407
|
+
"document": "关键词列表。",
|
4408
|
+
"example": "无",
|
4409
|
+
"member": "AuditKeyword",
|
4410
|
+
"name": "Keywords",
|
4411
|
+
"required": true,
|
4412
|
+
"type": "list"
|
4413
|
+
},
|
4414
|
+
{
|
4415
|
+
"disabled": false,
|
4416
|
+
"document": "直播审核词库Id。",
|
4417
|
+
"example": "4c49c04f-6617-4705-b3ff-bedce642bfcb",
|
4418
|
+
"member": "string",
|
4419
|
+
"name": "LibId",
|
4420
|
+
"required": true,
|
4421
|
+
"type": "string"
|
4422
|
+
}
|
4423
|
+
],
|
4289
4424
|
"type": "object"
|
4290
4425
|
},
|
4291
4426
|
"CreateAuditKeywordsResponse": {
|
4292
4427
|
"document": "CreateAuditKeywords返回参数结构体",
|
4293
4428
|
"members": [
|
4429
|
+
{
|
4430
|
+
"disabled": false,
|
4431
|
+
"document": "添加成功的关键词 Id 列表。",
|
4432
|
+
"example": "[\"id1\",\"id2\"]",
|
4433
|
+
"member": "string",
|
4434
|
+
"name": "KeywordIds",
|
4435
|
+
"output_required": true,
|
4436
|
+
"type": "list",
|
4437
|
+
"value_allowed_null": false
|
4438
|
+
},
|
4439
|
+
{
|
4440
|
+
"disabled": false,
|
4441
|
+
"document": "重复关键词列表。",
|
4442
|
+
"example": "无",
|
4443
|
+
"member": "AuditKeywordInfo",
|
4444
|
+
"name": "DupInfos",
|
4445
|
+
"output_required": true,
|
4446
|
+
"type": "list",
|
4447
|
+
"value_allowed_null": false
|
4448
|
+
},
|
4294
4449
|
{
|
4295
4450
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4296
4451
|
"member": "string",
|
@@ -6392,6 +6547,24 @@
|
|
6392
6547
|
"name": "DRMTracks",
|
6393
6548
|
"required": false,
|
6394
6549
|
"type": "string"
|
6550
|
+
},
|
6551
|
+
{
|
6552
|
+
"disabled": false,
|
6553
|
+
"document": "是否创建自适应码率,默认值 0。\n0:否。\n1:是。",
|
6554
|
+
"example": "0",
|
6555
|
+
"member": "int64",
|
6556
|
+
"name": "IsAdaptiveBitRate",
|
6557
|
+
"required": false,
|
6558
|
+
"type": "int"
|
6559
|
+
},
|
6560
|
+
{
|
6561
|
+
"disabled": false,
|
6562
|
+
"document": "自适应码率,子转码模板信息,当 IsAdaptiveBitRate 为 1 时有效。",
|
6563
|
+
"example": "无",
|
6564
|
+
"member": "ChildTemplateInfo",
|
6565
|
+
"name": "AdaptiveChildren",
|
6566
|
+
"required": false,
|
6567
|
+
"type": "list"
|
6395
6568
|
}
|
6396
6569
|
],
|
6397
6570
|
"type": "object"
|
@@ -6888,12 +7061,51 @@
|
|
6888
7061
|
},
|
6889
7062
|
"DeleteAuditKeywordsRequest": {
|
6890
7063
|
"document": "DeleteAuditKeywords请求参数结构体",
|
6891
|
-
"members": [
|
7064
|
+
"members": [
|
7065
|
+
{
|
7066
|
+
"disabled": false,
|
7067
|
+
"document": "要删除的关键词 Id 列表。",
|
7068
|
+
"example": "[\"id1\", \"id2]",
|
7069
|
+
"member": "string",
|
7070
|
+
"name": "KeywordIds",
|
7071
|
+
"required": true,
|
7072
|
+
"type": "list"
|
7073
|
+
},
|
7074
|
+
{
|
7075
|
+
"disabled": false,
|
7076
|
+
"document": "关键词库 Id。",
|
7077
|
+
"example": "4c49c04f-6617-4705-b3ff-bedce642bfcb",
|
7078
|
+
"member": "string",
|
7079
|
+
"name": "LibId",
|
7080
|
+
"required": true,
|
7081
|
+
"type": "string"
|
7082
|
+
}
|
7083
|
+
],
|
6892
7084
|
"type": "object"
|
6893
7085
|
},
|
6894
7086
|
"DeleteAuditKeywordsResponse": {
|
6895
7087
|
"document": "DeleteAuditKeywords返回参数结构体",
|
6896
7088
|
"members": [
|
7089
|
+
{
|
7090
|
+
"disabled": false,
|
7091
|
+
"document": "成功删除关键词的数量。",
|
7092
|
+
"example": "1000",
|
7093
|
+
"member": "int64",
|
7094
|
+
"name": "SuccessCount",
|
7095
|
+
"output_required": true,
|
7096
|
+
"type": "int",
|
7097
|
+
"value_allowed_null": false
|
7098
|
+
},
|
7099
|
+
{
|
7100
|
+
"disabled": false,
|
7101
|
+
"document": "关键词详情列表。",
|
7102
|
+
"example": "无",
|
7103
|
+
"member": "AuditKeywordDeleteDetail",
|
7104
|
+
"name": "Infos",
|
7105
|
+
"output_required": true,
|
7106
|
+
"type": "list",
|
7107
|
+
"value_allowed_null": false
|
7108
|
+
},
|
6897
7109
|
{
|
6898
7110
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6899
7111
|
"member": "string",
|
@@ -7961,12 +8173,78 @@
|
|
7961
8173
|
},
|
7962
8174
|
"DescribeAuditKeywordsRequest": {
|
7963
8175
|
"document": "DescribeAuditKeywords请求参数结构体",
|
7964
|
-
"members": [
|
8176
|
+
"members": [
|
8177
|
+
{
|
8178
|
+
"disabled": false,
|
8179
|
+
"document": "获取偏移量。",
|
8180
|
+
"example": "20",
|
8181
|
+
"member": "int64",
|
8182
|
+
"name": "Offset",
|
8183
|
+
"required": true,
|
8184
|
+
"type": "int"
|
8185
|
+
},
|
8186
|
+
{
|
8187
|
+
"disabled": false,
|
8188
|
+
"document": "单页条数,最大为100条,超过则按100条返回。",
|
8189
|
+
"example": "0",
|
8190
|
+
"member": "int64",
|
8191
|
+
"name": "Limit",
|
8192
|
+
"required": true,
|
8193
|
+
"type": "int"
|
8194
|
+
},
|
8195
|
+
{
|
8196
|
+
"disabled": false,
|
8197
|
+
"document": "关键词库 Id。",
|
8198
|
+
"example": "4c49c04f-6617-4705-b3ff-bedce642bfcb",
|
8199
|
+
"member": "string",
|
8200
|
+
"name": "LibId",
|
8201
|
+
"required": true,
|
8202
|
+
"type": "string"
|
8203
|
+
},
|
8204
|
+
{
|
8205
|
+
"disabled": false,
|
8206
|
+
"document": "关键词搜索字段。\n为空字符串时忽略。",
|
8207
|
+
"example": "黄暴",
|
8208
|
+
"member": "string",
|
8209
|
+
"name": "Content",
|
8210
|
+
"required": true,
|
8211
|
+
"type": "string"
|
8212
|
+
},
|
8213
|
+
{
|
8214
|
+
"disabled": false,
|
8215
|
+
"document": "标签类别搜索。",
|
8216
|
+
"example": "[123,456]",
|
8217
|
+
"member": "int64",
|
8218
|
+
"name": "Labels",
|
8219
|
+
"required": false,
|
8220
|
+
"type": "list"
|
8221
|
+
}
|
8222
|
+
],
|
7965
8223
|
"type": "object"
|
7966
8224
|
},
|
7967
8225
|
"DescribeAuditKeywordsResponse": {
|
7968
8226
|
"document": "DescribeAuditKeywords返回参数结构体",
|
7969
8227
|
"members": [
|
8228
|
+
{
|
8229
|
+
"disabled": false,
|
8230
|
+
"document": "关键词总条数。",
|
8231
|
+
"example": "1000",
|
8232
|
+
"member": "int64",
|
8233
|
+
"name": "Total",
|
8234
|
+
"output_required": true,
|
8235
|
+
"type": "int",
|
8236
|
+
"value_allowed_null": false
|
8237
|
+
},
|
8238
|
+
{
|
8239
|
+
"disabled": false,
|
8240
|
+
"document": "关键词详情列表。",
|
8241
|
+
"example": "无",
|
8242
|
+
"member": "AuditKeywordInfo",
|
8243
|
+
"name": "Infos",
|
8244
|
+
"output_required": true,
|
8245
|
+
"type": "list",
|
8246
|
+
"value_allowed_null": false
|
8247
|
+
},
|
7970
8248
|
{
|
7971
8249
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7972
8250
|
"member": "string",
|
@@ -17456,6 +17734,24 @@
|
|
17456
17734
|
"name": "DRMTracks",
|
17457
17735
|
"required": false,
|
17458
17736
|
"type": "string"
|
17737
|
+
},
|
17738
|
+
{
|
17739
|
+
"disabled": false,
|
17740
|
+
"document": "是否创建自适应码率,默认值 0。\n0:否。\n1:是。",
|
17741
|
+
"example": "0",
|
17742
|
+
"member": "int64",
|
17743
|
+
"name": "IsAdaptiveBitRate",
|
17744
|
+
"required": false,
|
17745
|
+
"type": "int"
|
17746
|
+
},
|
17747
|
+
{
|
17748
|
+
"disabled": false,
|
17749
|
+
"document": "自适应码率,子转码模板信息,当 IsAdaptiveBitRate 为 1 时有效。",
|
17750
|
+
"example": "无",
|
17751
|
+
"member": "ChildTemplateInfo",
|
17752
|
+
"name": "AdaptiveChildren",
|
17753
|
+
"required": false,
|
17754
|
+
"type": "list"
|
17459
17755
|
}
|
17460
17756
|
],
|
17461
17757
|
"type": "object"
|
@@ -91,8 +91,8 @@
|
|
91
91
|
"CreateAuditKeywords": [
|
92
92
|
{
|
93
93
|
"document": "",
|
94
|
-
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAuditKeywords\n<公共请求参数>\n\n{}",
|
95
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
94
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAuditKeywords\n<公共请求参数>\n\n{\n \"Keywords\": [\n {\n \"Content\": \"content\",\n \"Label\": \"321\"\n }\n ],\n \"LibId\": \"4c49c04f-6617-4705-b3ff-bedce642bfcb\"\n}",
|
95
|
+
"output": "{\n \"Response\": {\n \"DupInfos\": [\n {\n \"Content\": \"content\",\n \"KeywordId\": \"8454212\",\n \"CreateTime\": \"2018-11-29T19:00:00Z\",\n \"Label\": \"321\"\n }\n ],\n \"KeywordIds\": [\n \"4895545216621\"\n ],\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
96
96
|
"title": "直播审核创建关键词"
|
97
97
|
}
|
98
98
|
],
|
@@ -323,8 +323,8 @@
|
|
323
323
|
"DeleteAuditKeywords": [
|
324
324
|
{
|
325
325
|
"document": "",
|
326
|
-
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAuditKeywords\n<公共请求参数>\n\n{}",
|
327
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
326
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAuditKeywords\n<公共请求参数>\n\n{\n \"KeywordIds\": [\n \"xx-id1\",\n \"xx-id2\"\n ],\n \"LibId\": \"4c49c04f-6617-4705-b3ff-bedce642bfcb\"\n}",
|
327
|
+
"output": "{\n \"Response\": {\n \"SuccessCount\": 100,\n \"Infos\": [\n {\n \"KeywordId\": \"id1\",\n \"Deleted\": true,\n \"Content\": \"451id\",\n \"Error\": \"suc\"\n }\n ],\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
328
328
|
"title": "直播审核删除关键词"
|
329
329
|
}
|
330
330
|
],
|
@@ -563,8 +563,8 @@
|
|
563
563
|
"DescribeAuditKeywords": [
|
564
564
|
{
|
565
565
|
"document": "直播审核获取关键词列表搜索。",
|
566
|
-
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditKeywords\n<公共请求参数>\n\n{}",
|
567
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
566
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditKeywords\n<公共请求参数>\n\n{\n \"Limit\": 0,\n \"Offset\": 100,\n \"LibId\": \"4c49c04f-6617-4705-b3ff-bedce642bfcb\",\n \"Content\": \"\",\n \"Labels\": []\n}",
|
567
|
+
"output": "{\n \"Response\": {\n \"Total\": 0,\n \"Infos\": [\n {\n \"KeywordId\": \"415124487845454\",\n \"Content\": \"content-name\",\n \"CreateTime\": \"20240214\",\n \"Label\": \"12\"\n }\n ],\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
568
568
|
"title": "直播审核获取关键词"
|
569
569
|
}
|
570
570
|
],
|