tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
"title": "生成saas企业经办人小程序批量签署链接"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
|
-
"document": "合同(yDR1AUUgygja******uO4zjEB8zAkJEFN)中的参与方为:【姓名:张三 ,手机号:
|
|
164
|
-
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchSignUrl\n<公共请求参数>\n\n{\n \"IdCardNumber\": \"\",\n \"IdCardType\": \"\",\n \"Name\": \"张三\",\n \"NotifyType\": \"SMS\",\n \"Mobile\": \"
|
|
163
|
+
"document": "合同(yDR1AUUgygja******uO4zjEB8zAkJEFN)中的参与方为:【姓名:张三 ,手机号:1888****888】,发起的时候并未填入证件号且1888****888手机号并未在腾讯电子签注册实名。 \n\n此时,如果使用 【姓名:张三,手机号:1777****777】生成批量签署链接,且FlowIds参数传入(yDR1AUUgygja******uO4zjEB8zAkJEFN)时,会报错,提示签署方信息不存在。\n\n因为手机号不同,无法定位到签署方。 此时,除了将手机号修改成 1888****888 之外来解决问题,也可以在发起合同和生成链接的时候传入证件信息,保证姓名和证件一致的情况下,手机号可以不相同。",
|
|
164
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchSignUrl\n<公共请求参数>\n\n{\n \"IdCardNumber\": \"\",\n \"IdCardType\": \"\",\n \"Name\": \"张三\",\n \"NotifyType\": \"SMS\",\n \"Mobile\": \"1777****777\",\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"FlowIds\": [\n \"yDR1AUUgygja******uO4zjEB8zAkJEFN\"\n ]\n}",
|
|
165
165
|
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameter\",\n \"Message\": \"合同[yDR1AUUgygja******uO4zjEB8zAkJEFN]不包含链接中的参与方信息, 请确保链接姓名手机号等信息与合同中一致\"\n },\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\"\n }\n}",
|
|
166
166
|
"title": "合同发起的时候签署方信息和生成链接中的不一致"
|
|
167
167
|
},
|
|
@@ -654,8 +654,8 @@
|
|
|
654
654
|
],
|
|
655
655
|
"ChannelDescribeAccountBillDetail": [
|
|
656
656
|
{
|
|
657
|
-
"document": "
|
|
658
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDescribeAccountBillDetail\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"
|
|
657
|
+
"document": "查询平台子客账号绑定中、剩余可绑定账号等套餐使用情况",
|
|
658
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDescribeAccountBillDetail\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyOrganizationId\": \"org_dianziqian\",\n \"AppId\": \"yDCWpUUckpvv76rqUxjIE8qvXHjCqG4t\"\n }\n}",
|
|
659
659
|
"output": "{\n \"Response\": {\n \"BoundAccountsNumber\": 1,\n \"InvalidAccountsNumber\": 0,\n \"RemainAvailableAccountsNumber\": 9,\n \"RequestId\": \"d8e66faf-6a5e-4592-9a8e-180b00577571\",\n \"TotalBuyAccountsNumber\": 0,\n \"TotalGiftAccountsNumber\": 9\n }\n}",
|
|
660
660
|
"title": "查询该第三方平台子客账号绑定中、剩余可绑定账号等套餐使用情况"
|
|
661
661
|
}
|
|
@@ -1035,13 +1035,13 @@
|
|
|
1035
1035
|
},
|
|
1036
1036
|
{
|
|
1037
1037
|
"document": "授权给张三示例企业能发完我方的自动签署的合同",
|
|
1038
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"
|
|
1038
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"AuthorizedOrganizationNames\": [\n \"张三示例企业\"\n ],\n \"SealTypes\": [\n \"OFFICIAL\"\n ]\n}",
|
|
1039
1039
|
"output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=002XCUHfPi \",\n \"RequestId\": \"49500cb4-ca5e-4da0-93fb-e15f3a710ed7 \",\n \"Url\": \"https://essurl.cn/003hGUFil8 \"\n }\n}",
|
|
1040
1040
|
"title": "我方授权他方"
|
|
1041
1041
|
},
|
|
1042
1042
|
{
|
|
1043
1043
|
"document": "让王五示例企业授权给我方能发起他们的自动签署合同",
|
|
1044
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"
|
|
1044
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"AuthorizedOrganizationNames\": [\n \"王五示例企业\"\n ],\n \"AuthToMe\": true,\n \"SealTypes\": [\n \"OFFICIAL\"\n ]\n}",
|
|
1045
1045
|
"output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=002XCUHfPi \",\n \"RequestId\": \"49500cb4-ca5e-4da0-93fb-e15f3a710ed7 \",\n \"Url\": \"https://essurl.cn/003hGUFil8 \"\n }\n}",
|
|
1046
1046
|
"title": "他方授权我方"
|
|
1047
1047
|
}
|
|
@@ -1296,22 +1296,22 @@
|
|
|
1296
1296
|
"title": "查询用户合同类型(不指定filter)"
|
|
1297
1297
|
},
|
|
1298
1298
|
{
|
|
1299
|
-
"document": "
|
|
1299
|
+
"document": "查询用户合同类型(不指定查询绑定模板的合同类型)",
|
|
1300
1300
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserFlowType\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyAppId\": \"\"\n },\n \"QueryBindTemplate\": false\n}",
|
|
1301
1301
|
"output": "{\n \"Response\": {\n \"AllUserFlowTypes\": [\n {\n \"Description\": \"\",\n \"Name\": \"单方合同\",\n \"TemplateNum\": 0,\n \"UserFlowTypeId\": \"yDwXXUUckp19hvn8URxp4X6wVwCLodxJ\"\n }\n ],\n \"RequestId\": \"s1741681654595707818\"\n }\n}",
|
|
1302
|
-
"title": "
|
|
1302
|
+
"title": "查询用户合同类型(不指定查询绑定模板的合同类型)"
|
|
1303
1303
|
},
|
|
1304
1304
|
{
|
|
1305
|
-
"document": "
|
|
1305
|
+
"document": "查询用户合同类型(指定查询绑定模板的合同类型)",
|
|
1306
1306
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserFlowType\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyAppId\": \"\"\n },\n \"QueryBindTemplate\": true\n}",
|
|
1307
1307
|
"output": "{\n \"Response\": {\n \"AllUserFlowTypes\": [\n {\n \"Description\": \"\",\n \"Name\": \"单方合同\",\n \"TemplateNum\": 10,\n \"UserFlowTypeId\": \"yDwXXUUckp19hvn8URxp4X6wVwCLodxJ\"\n }\n ],\n \"RequestId\": \"s1741681654595707818\"\n }\n}",
|
|
1308
|
-
"title": "
|
|
1308
|
+
"title": "查询用户合同类型(指定查询绑定模板的合同类型)"
|
|
1309
1309
|
},
|
|
1310
1310
|
{
|
|
1311
|
-
"document": "
|
|
1311
|
+
"document": "查询用户合同类型(指定用户模板id)",
|
|
1312
1312
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserFlowType\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyAppId\": \"\"\n },\n \"Filters\": [\n {\n \"Key\": \"user-flow-type-id\",\n \"Values\": [\n \"yDwXXUUckp19hvn8URxp4X6wVwCLodxJ\"\n ]\n }\n ],\n \"QueryBindTemplate\": true\n}",
|
|
1313
1313
|
"output": "{\n \"Response\": {\n \"AllUserFlowTypes\": [\n {\n \"Description\": \"\",\n \"Name\": \"单方合同\",\n \"TemplateNum\": 10,\n \"UserFlowTypeId\": \"yDwXXUUckp19hvn8URxp4X6wVwCLodxJ\"\n }\n ],\n \"RequestId\": \"s1741681654595707818\"\n }\n}",
|
|
1314
|
-
"title": "
|
|
1314
|
+
"title": "查询用户合同类型(指定用户模板id)"
|
|
1315
1315
|
}
|
|
1316
1316
|
],
|
|
1317
1317
|
"GetDownloadFlowUrl": [
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
374
|
"disabled": false,
|
|
375
|
-
"document": "融合模型类型参数:默认为1。\n图片人脸融合(专业版)针对不同场景,提供多种模型供选择。如您的产品是泛娱乐场景,推荐使用1;如您主要用于影像场景,推荐使用4、5。其他模型类型也可以结合您的产品使用场景进行选择,也许会有意想不到的效果\n1:默认泛娱乐场景,画面偏锐。\n2:影视级场景,画面偏自然。\n3:影视级场景,高分辨率,画面偏自然。\n4:影视级场景,高分辦率,高人脸相似度,画面偏自然,可用于证件照等场景。\n5
|
|
375
|
+
"document": "融合模型类型参数:默认为1。\n图片人脸融合(专业版)针对不同场景,提供多种模型供选择。如您的产品是泛娱乐场景,推荐使用1;如您主要用于影像场景,推荐使用4、5。其他模型类型也可以结合您的产品使用场景进行选择,也许会有意想不到的效果\n1:默认泛娱乐场景,画面偏锐。\n2:影视级场景,画面偏自然。\n3:影视级场景,高分辨率,画面偏自然。\n4:影视级场景,高分辦率,高人脸相似度,画面偏自然,可用于证件照等场景。\n5:影视级场景,高分辨率,对闭眼和遮挡更友好。\n6:影视级场景,高分辨率,极高人脸相似度,可用于电商照片、证件照、文旅照片等场景。",
|
|
376
376
|
"example": "1",
|
|
377
377
|
"member": "int64",
|
|
378
378
|
"name": "SwapModelType",
|
|
@@ -9533,7 +9533,7 @@
|
|
|
9533
9533
|
{
|
|
9534
9534
|
"disabled": false,
|
|
9535
9535
|
"document": "接入地域详细信息,包括地域ID和地域名。",
|
|
9536
|
-
"example": "
|
|
9536
|
+
"example": "无",
|
|
9537
9537
|
"member": "RegionDetail",
|
|
9538
9538
|
"name": "AccessRegionInfo",
|
|
9539
9539
|
"output_required": true,
|
|
@@ -9543,7 +9543,7 @@
|
|
|
9543
9543
|
{
|
|
9544
9544
|
"disabled": false,
|
|
9545
9545
|
"document": "源站地域详细信息,包括地域ID和地域名。",
|
|
9546
|
-
"example": "
|
|
9546
|
+
"example": "无",
|
|
9547
9547
|
"member": "RegionDetail",
|
|
9548
9548
|
"name": "RealServerRegionInfo",
|
|
9549
9549
|
"output_required": true,
|
|
@@ -9593,7 +9593,7 @@
|
|
|
9593
9593
|
{
|
|
9594
9594
|
"disabled": false,
|
|
9595
9595
|
"document": "关联了解析的域名列表",
|
|
9596
|
-
"example": "www.test.com",
|
|
9596
|
+
"example": "[\"www.test.com\"]",
|
|
9597
9597
|
"member": "string",
|
|
9598
9598
|
"name": "RelatedGlobalDomains",
|
|
9599
9599
|
"output_required": true,
|
|
@@ -9623,7 +9623,7 @@
|
|
|
9623
9623
|
{
|
|
9624
9624
|
"disabled": false,
|
|
9625
9625
|
"document": "通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol",
|
|
9626
|
-
"example": "0",
|
|
9626
|
+
"example": "[0]",
|
|
9627
9627
|
"member": "int64",
|
|
9628
9628
|
"name": "ClientIPMethod",
|
|
9629
9629
|
"output_required": true,
|
|
@@ -9673,7 +9673,7 @@
|
|
|
9673
9673
|
{
|
|
9674
9674
|
"disabled": false,
|
|
9675
9675
|
"document": "IP列表",
|
|
9676
|
-
"example": "
|
|
9676
|
+
"example": "无",
|
|
9677
9677
|
"member": "IPDetail",
|
|
9678
9678
|
"name": "IPList",
|
|
9679
9679
|
"output_required": true,
|
|
@@ -10247,7 +10247,7 @@
|
|
|
10247
10247
|
{
|
|
10248
10248
|
"disabled": false,
|
|
10249
10249
|
"document": "健康检查相关参数",
|
|
10250
|
-
"example": "
|
|
10250
|
+
"example": "无",
|
|
10251
10251
|
"member": "RuleCheckParams",
|
|
10252
10252
|
"name": "CheckParams",
|
|
10253
10253
|
"output_required": true,
|
|
@@ -10257,7 +10257,7 @@
|
|
|
10257
10257
|
{
|
|
10258
10258
|
"disabled": false,
|
|
10259
10259
|
"document": "已绑定的源站相关信息",
|
|
10260
|
-
"example": "
|
|
10260
|
+
"example": "无",
|
|
10261
10261
|
"member": "BindRealServer",
|
|
10262
10262
|
"name": "RealServerSet",
|
|
10263
10263
|
"output_required": true,
|
|
@@ -10266,7 +10266,7 @@
|
|
|
10266
10266
|
},
|
|
10267
10267
|
{
|
|
10268
10268
|
"disabled": false,
|
|
10269
|
-
"document": "源站的服务状态,0表示异常,1表示正常。\n
|
|
10269
|
+
"document": "源站的服务状态,0表示异常,1表示正常。\n未开启健康检查时,该状态始终为正常。\n只要有一个源站健康状态为异常时,该状态为异常,具体源站的状态请查看RealServerSet。",
|
|
10270
10270
|
"example": "1",
|
|
10271
10271
|
"member": "uint64",
|
|
10272
10272
|
"name": "BindStatus",
|
|
@@ -10313,6 +10313,16 @@
|
|
|
10313
10313
|
"output_required": true,
|
|
10314
10314
|
"type": "string",
|
|
10315
10315
|
"value_allowed_null": true
|
|
10316
|
+
},
|
|
10317
|
+
{
|
|
10318
|
+
"disabled": false,
|
|
10319
|
+
"document": "七层转发规则的回源协议类型",
|
|
10320
|
+
"example": "HTTP",
|
|
10321
|
+
"member": "string",
|
|
10322
|
+
"name": "ForwardProtocol",
|
|
10323
|
+
"output_required": false,
|
|
10324
|
+
"type": "string",
|
|
10325
|
+
"value_allowed_null": false
|
|
10316
10326
|
}
|
|
10317
10327
|
],
|
|
10318
10328
|
"usage": "out"
|
tccli/services/gme/gme_client.py
CHANGED
|
@@ -69,6 +69,58 @@ def doDescribeRoomInfo(args, parsed_globals):
|
|
|
69
69
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
70
70
|
|
|
71
71
|
|
|
72
|
+
def doDescribeAuditResultExternal(args, parsed_globals):
|
|
73
|
+
g_param = parse_global_arg(parsed_globals)
|
|
74
|
+
|
|
75
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
|
76
|
+
cred = credential.CVMRoleCredential()
|
|
77
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
|
78
|
+
cred = credential.STSAssumeRoleCredential(
|
|
79
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
|
80
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
|
81
|
+
)
|
|
82
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
|
83
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
|
84
|
+
else:
|
|
85
|
+
cred = credential.Credential(
|
|
86
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
|
87
|
+
)
|
|
88
|
+
http_profile = HttpProfile(
|
|
89
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
|
90
|
+
reqMethod="POST",
|
|
91
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
|
92
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
|
93
|
+
)
|
|
94
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
|
95
|
+
if g_param[OptionsDefine.Language]:
|
|
96
|
+
profile.language = g_param[OptionsDefine.Language]
|
|
97
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
|
98
|
+
client = mod.GmeClient(cred, g_param[OptionsDefine.Region], profile)
|
|
99
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
|
100
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
|
101
|
+
model = models.DescribeAuditResultExternalRequest()
|
|
102
|
+
model.from_json_string(json.dumps(args))
|
|
103
|
+
start_time = time.time()
|
|
104
|
+
while True:
|
|
105
|
+
rsp = client.DescribeAuditResultExternal(model)
|
|
106
|
+
result = rsp.to_json_string()
|
|
107
|
+
try:
|
|
108
|
+
json_obj = json.loads(result)
|
|
109
|
+
except TypeError as e:
|
|
110
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
|
111
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
|
112
|
+
break
|
|
113
|
+
cur_time = time.time()
|
|
114
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
|
115
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
|
116
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
|
117
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
|
118
|
+
else:
|
|
119
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
|
120
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
|
121
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
|
122
|
+
|
|
123
|
+
|
|
72
124
|
def doUpdateAIConversation(args, parsed_globals):
|
|
73
125
|
g_param = parse_global_arg(parsed_globals)
|
|
74
126
|
|
|
@@ -1953,6 +2005,7 @@ MODELS_MAP = {
|
|
|
1953
2005
|
|
|
1954
2006
|
ACTION_MAP = {
|
|
1955
2007
|
"DescribeRoomInfo": doDescribeRoomInfo,
|
|
2008
|
+
"DescribeAuditResultExternal": doDescribeAuditResultExternal,
|
|
1956
2009
|
"UpdateAIConversation": doUpdateAIConversation,
|
|
1957
2010
|
"StopAIConversation": doStopAIConversation,
|
|
1958
2011
|
"DeleteScanUser": doDeleteScanUser,
|
|
@@ -98,6 +98,13 @@
|
|
|
98
98
|
"output": "DescribeApplicationListResponse",
|
|
99
99
|
"status": "online"
|
|
100
100
|
},
|
|
101
|
+
"DescribeAuditResultExternal": {
|
|
102
|
+
"document": "获审核结果明细(外部API)",
|
|
103
|
+
"input": "DescribeAuditResultExternalRequest",
|
|
104
|
+
"name": "获取GME审核结果明细(外部API)",
|
|
105
|
+
"output": "DescribeAuditResultExternalResponse",
|
|
106
|
+
"status": "online"
|
|
107
|
+
},
|
|
101
108
|
"DescribeRealtimeScanConfig": {
|
|
102
109
|
"document": "获取用户自定义送检信息。**接口使用前提**:目前 DescribeRealtimeScanConfig 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。",
|
|
103
110
|
"input": "DescribeRealtimeScanConfigRequest",
|
|
@@ -204,7 +211,7 @@
|
|
|
204
211
|
"status": "online"
|
|
205
212
|
},
|
|
206
213
|
"StartAIConversation": {
|
|
207
|
-
"document": "启动AI对话任务,AI通道机器人进入GME房间,与房间内指定的成员进行AI对话,适用于智能客服,AI口语教师等场景\n\nGME AI对话功能内置语音转文本能力,同时提供通道服务,即客户可灵活指定第三方AI模型(LLM)服务和文本转音频(TTS
|
|
214
|
+
"document": "启动AI对话任务,AI通道机器人进入GME房间,与房间内指定的成员进行AI对话,适用于智能客服,AI口语教师等场景\n\nGME AI对话功能内置语音转文本能力,同时提供通道服务,即客户可灵活指定第三方AI模型(LLM)服务和文本转音频(TTS)服务,更多[功能说明](https://cloud.tencent.com/document/product/647/108901)。",
|
|
208
215
|
"input": "StartAIConversationRequest",
|
|
209
216
|
"name": "开始AI对话任务",
|
|
210
217
|
"output": "StartAIConversationResponse",
|
|
@@ -919,6 +926,111 @@
|
|
|
919
926
|
],
|
|
920
927
|
"usage": "out"
|
|
921
928
|
},
|
|
929
|
+
"AuditResultDetailExternal": {
|
|
930
|
+
"document": "审核结果明细(对外)",
|
|
931
|
+
"members": [
|
|
932
|
+
{
|
|
933
|
+
"disabled": false,
|
|
934
|
+
"document": "任务 ID",
|
|
935
|
+
"example": "TASK90000000",
|
|
936
|
+
"member": "string",
|
|
937
|
+
"name": "TaskId",
|
|
938
|
+
"output_required": false,
|
|
939
|
+
"required": false,
|
|
940
|
+
"type": "string",
|
|
941
|
+
"value_allowed_null": false
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"disabled": false,
|
|
945
|
+
"document": "房间 ID",
|
|
946
|
+
"example": "200",
|
|
947
|
+
"member": "string",
|
|
948
|
+
"name": "RoomId",
|
|
949
|
+
"output_required": false,
|
|
950
|
+
"required": false,
|
|
951
|
+
"type": "string",
|
|
952
|
+
"value_allowed_null": false
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"disabled": false,
|
|
956
|
+
"document": "UserID",
|
|
957
|
+
"example": "10086",
|
|
958
|
+
"member": "string",
|
|
959
|
+
"name": "OpenId",
|
|
960
|
+
"output_required": false,
|
|
961
|
+
"required": false,
|
|
962
|
+
"type": "string",
|
|
963
|
+
"value_allowed_null": false
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"disabled": false,
|
|
967
|
+
"document": "标签",
|
|
968
|
+
"example": "Normal",
|
|
969
|
+
"member": "string",
|
|
970
|
+
"name": "Label",
|
|
971
|
+
"output_required": false,
|
|
972
|
+
"required": false,
|
|
973
|
+
"type": "string",
|
|
974
|
+
"value_allowed_null": false
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"disabled": false,
|
|
978
|
+
"document": "恶意分数",
|
|
979
|
+
"example": "10.0",
|
|
980
|
+
"member": "float",
|
|
981
|
+
"name": "Rate",
|
|
982
|
+
"output_required": false,
|
|
983
|
+
"required": false,
|
|
984
|
+
"type": "float",
|
|
985
|
+
"value_allowed_null": false
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"disabled": false,
|
|
989
|
+
"document": "创建时间",
|
|
990
|
+
"example": "1761224397",
|
|
991
|
+
"member": "uint64",
|
|
992
|
+
"name": "CreateTime",
|
|
993
|
+
"output_required": false,
|
|
994
|
+
"required": false,
|
|
995
|
+
"type": "int",
|
|
996
|
+
"value_allowed_null": false
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"disabled": false,
|
|
1000
|
+
"document": "音频 Url",
|
|
1001
|
+
"example": "https://test.cos.com/1.mp3",
|
|
1002
|
+
"member": "string",
|
|
1003
|
+
"name": "Url",
|
|
1004
|
+
"output_required": false,
|
|
1005
|
+
"required": false,
|
|
1006
|
+
"type": "string",
|
|
1007
|
+
"value_allowed_null": false
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"disabled": false,
|
|
1011
|
+
"document": "文件Id",
|
|
1012
|
+
"example": "1.mp3",
|
|
1013
|
+
"member": "string",
|
|
1014
|
+
"name": "FileId",
|
|
1015
|
+
"output_required": false,
|
|
1016
|
+
"required": false,
|
|
1017
|
+
"type": "string",
|
|
1018
|
+
"value_allowed_null": false
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"disabled": false,
|
|
1022
|
+
"document": "ASR结果",
|
|
1023
|
+
"example": "嘻嘻哈哈",
|
|
1024
|
+
"member": "string",
|
|
1025
|
+
"name": "Info",
|
|
1026
|
+
"output_required": false,
|
|
1027
|
+
"required": false,
|
|
1028
|
+
"type": "string",
|
|
1029
|
+
"value_allowed_null": false
|
|
1030
|
+
}
|
|
1031
|
+
],
|
|
1032
|
+
"usage": "both"
|
|
1033
|
+
},
|
|
922
1034
|
"ControlAIConversationRequest": {
|
|
923
1035
|
"document": "ControlAIConversation请求参数结构体",
|
|
924
1036
|
"members": [
|
|
@@ -2006,6 +2118,134 @@
|
|
|
2006
2118
|
],
|
|
2007
2119
|
"type": "object"
|
|
2008
2120
|
},
|
|
2121
|
+
"DescribeAuditResultExternalRequest": {
|
|
2122
|
+
"document": "DescribeAuditResultExternal请求参数结构体",
|
|
2123
|
+
"members": [
|
|
2124
|
+
{
|
|
2125
|
+
"disabled": false,
|
|
2126
|
+
"document": "应用 ID",
|
|
2127
|
+
"example": "15000000000",
|
|
2128
|
+
"member": "int64",
|
|
2129
|
+
"name": "BizId",
|
|
2130
|
+
"required": true,
|
|
2131
|
+
"type": "int"
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"disabled": false,
|
|
2135
|
+
"document": "页数 取值范围:>=1",
|
|
2136
|
+
"example": "1",
|
|
2137
|
+
"member": "int64",
|
|
2138
|
+
"name": "PageNo",
|
|
2139
|
+
"required": true,
|
|
2140
|
+
"type": "int"
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"disabled": false,
|
|
2144
|
+
"document": "每页大小",
|
|
2145
|
+
"example": "10",
|
|
2146
|
+
"member": "int64",
|
|
2147
|
+
"name": "PageSize",
|
|
2148
|
+
"required": true,
|
|
2149
|
+
"type": "int"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"disabled": false,
|
|
2153
|
+
"document": "起始时间戳(秒)",
|
|
2154
|
+
"example": "1761224396",
|
|
2155
|
+
"member": "int64",
|
|
2156
|
+
"name": "BeginTime",
|
|
2157
|
+
"required": true,
|
|
2158
|
+
"type": "int"
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"disabled": false,
|
|
2162
|
+
"document": "截止时间戳(秒)",
|
|
2163
|
+
"example": "1761224570",
|
|
2164
|
+
"member": "int64",
|
|
2165
|
+
"name": "EndTime",
|
|
2166
|
+
"required": true,
|
|
2167
|
+
"type": "int"
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
"disabled": false,
|
|
2171
|
+
"document": "最小恶意分数",
|
|
2172
|
+
"example": "50",
|
|
2173
|
+
"member": "int64",
|
|
2174
|
+
"name": "MinRate",
|
|
2175
|
+
"required": true,
|
|
2176
|
+
"type": "int"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"disabled": false,
|
|
2180
|
+
"document": "最大恶意分数",
|
|
2181
|
+
"example": "100",
|
|
2182
|
+
"member": "int64",
|
|
2183
|
+
"name": "MaxRate",
|
|
2184
|
+
"required": true,
|
|
2185
|
+
"type": "int"
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"disabled": false,
|
|
2189
|
+
"document": "UserID",
|
|
2190
|
+
"example": "10086",
|
|
2191
|
+
"member": "string",
|
|
2192
|
+
"name": "OpenId",
|
|
2193
|
+
"required": true,
|
|
2194
|
+
"type": "string"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"disabled": false,
|
|
2198
|
+
"document": "恶意分类",
|
|
2199
|
+
"example": "Normal",
|
|
2200
|
+
"member": "string",
|
|
2201
|
+
"name": "Label",
|
|
2202
|
+
"required": false,
|
|
2203
|
+
"type": "string"
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"disabled": false,
|
|
2207
|
+
"document": "房间 ID",
|
|
2208
|
+
"example": "200",
|
|
2209
|
+
"member": "string",
|
|
2210
|
+
"name": "RoomId",
|
|
2211
|
+
"required": false,
|
|
2212
|
+
"type": "string"
|
|
2213
|
+
}
|
|
2214
|
+
],
|
|
2215
|
+
"type": "object"
|
|
2216
|
+
},
|
|
2217
|
+
"DescribeAuditResultExternalResponse": {
|
|
2218
|
+
"document": "DescribeAuditResultExternal返回参数结构体",
|
|
2219
|
+
"members": [
|
|
2220
|
+
{
|
|
2221
|
+
"disabled": false,
|
|
2222
|
+
"document": "总数",
|
|
2223
|
+
"example": "100",
|
|
2224
|
+
"member": "int64",
|
|
2225
|
+
"name": "TotalCount",
|
|
2226
|
+
"output_required": false,
|
|
2227
|
+
"type": "int",
|
|
2228
|
+
"value_allowed_null": false
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"disabled": false,
|
|
2232
|
+
"document": "明细列表",
|
|
2233
|
+
"example": "无",
|
|
2234
|
+
"member": "AuditResultDetailExternal",
|
|
2235
|
+
"name": "Data",
|
|
2236
|
+
"output_required": false,
|
|
2237
|
+
"type": "list",
|
|
2238
|
+
"value_allowed_null": false
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
2242
|
+
"member": "string",
|
|
2243
|
+
"name": "RequestId",
|
|
2244
|
+
"type": "string"
|
|
2245
|
+
}
|
|
2246
|
+
],
|
|
2247
|
+
"type": "object"
|
|
2248
|
+
},
|
|
2009
2249
|
"DescribeRealtimeScanConfigRequest": {
|
|
2010
2250
|
"document": "DescribeRealtimeScanConfig请求参数结构体",
|
|
2011
2251
|
"members": [
|
|
@@ -112,6 +112,14 @@
|
|
|
112
112
|
"title": "获取自己名下名称中含有“app_game”字样的应用列表"
|
|
113
113
|
}
|
|
114
114
|
],
|
|
115
|
+
"DescribeAuditResultExternal": [
|
|
116
|
+
{
|
|
117
|
+
"document": "",
|
|
118
|
+
"input": "POST / HTTP/1.1\nHost: gme.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditResultExternal\n<公共请求参数>\n\n{\n \"BizId\": 1500000001,\n \"PageNo\": 1,\n \"PageSize\": 10,\n \"BeginTime\": 1761224396,\n \"EndTime\": 1761224570,\n \"MinRate\": 50,\n \"MaxRate\": 100,\n \"OpenId\": \"10086\"\n}",
|
|
119
|
+
"output": "{\n \"Response\": {\n \"Data\": [],\n \"RequestId\": \"c052505d-d220-4703-bab2-f4766d581322\"\n }\n}",
|
|
120
|
+
"title": "获审核结果明细(外部API)"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
115
123
|
"DescribeRealtimeScanConfig": [
|
|
116
124
|
{
|
|
117
125
|
"document": "获取用户自定义送检信息",
|