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
|
@@ -330,14 +330,6 @@
|
|
|
330
330
|
"title": "ImageEnhancement调用"
|
|
331
331
|
}
|
|
332
332
|
],
|
|
333
|
-
"InstitutionOCR": [
|
|
334
|
-
{
|
|
335
|
-
"document": "",
|
|
336
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InstitutionOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
|
|
337
|
-
"output": "{\n \"Response\": {\n \"LegalPerson\": \"李明\",\n \"Location\": \"武汉市武昌区雄楚路123号\",\n \"Name\": \"长江交通职业技术学院\",\n \"RegId\": \"\",\n \"RequestId\": \"3824099f-bf5b-40a2-af13-11dfca689f55\",\n \"ValidDate\": \"自2015年03月30日至2020年03月30日\"\n }\n}",
|
|
338
|
-
"title": "InstitutionOCR调用"
|
|
339
|
-
}
|
|
340
|
-
],
|
|
341
333
|
"InsuranceBillOCR": [
|
|
342
334
|
{
|
|
343
335
|
"document": "",
|
|
@@ -408,14 +400,6 @@
|
|
|
408
400
|
"title": "混贴票据识别示例代码(识别指定类型)"
|
|
409
401
|
}
|
|
410
402
|
],
|
|
411
|
-
"OrgCodeCertOCR": [
|
|
412
|
-
{
|
|
413
|
-
"document": "",
|
|
414
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OrgCodeCertOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
|
|
415
|
-
"output": "{\n \"Response\": {\n \"OrgCode\": \"300000-3\",\n \"Name\": \"望江县xxx店\",\n \"Address\": \"望江县天鹅购物广场xxx铺\",\n \"ValidDate\": \"自2019年07月01日至2023年06月30日\",\n \"RequestId\": \"e7fdecd4-39a3-46a7-a565-274a2004af2e\"\n }\n}",
|
|
416
|
-
"title": "OrgCodeCertOCR调用"
|
|
417
|
-
}
|
|
418
|
-
],
|
|
419
403
|
"PassportOCR": [
|
|
420
404
|
{
|
|
421
405
|
"document": "PassportOCR调用 [前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=ocr&Version=2018-11-19&Action=PassportOCR)",
|
|
@@ -432,14 +416,6 @@
|
|
|
432
416
|
"title": "港澳台通行证识别示例代码"
|
|
433
417
|
}
|
|
434
418
|
],
|
|
435
|
-
"PropOwnerCertOCR": [
|
|
436
|
-
{
|
|
437
|
-
"document": "",
|
|
438
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PropOwnerCertOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg\"\n}",
|
|
439
|
-
"output": "{\n \"Response\": {\n \"Owner\": \"李明\",\n \"Possession\": \"单独所有\",\n \"RegisterTime\": \"2015-02-22\",\n \"Purpose\": \"成套住宅\",\n \"Nature\": \"商品房\",\n \"Location\": \"上海市徐汇区田林路397号腾云大厦\",\n \"RequestId\": \"67c12150-b6e4-41a0-a404-503fe83d7e85\"\n }\n}",
|
|
440
|
-
"title": "PropOwnerCertOCR调用"
|
|
441
|
-
}
|
|
442
|
-
],
|
|
443
419
|
"QrcodeOCR": [
|
|
444
420
|
{
|
|
445
421
|
"document": "二维码和条形码识别 [前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=ocr&Version=2018-11-19&Action=QrcodeOCR)",
|
|
@@ -456,6 +432,14 @@
|
|
|
456
432
|
"title": "试题识别"
|
|
457
433
|
}
|
|
458
434
|
],
|
|
435
|
+
"QuestionSplitLayoutOCR": [
|
|
436
|
+
{
|
|
437
|
+
"document": "试卷切题",
|
|
438
|
+
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QuestionSplitLayoutOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://qq.com/1.jpg\"\n}",
|
|
439
|
+
"output": "{\n \"Response\": {\n \"QuestionInfo\": [\n {\n \"Angle\": 0,\n \"Height\": 3368,\n \"ImageBase64\": \"\",\n \"OrgHeight\": 3368,\n \"OrgWidth\": 2188,\n \"ResultList\": [\n {\n \"Answer\": [],\n \"Coord\": [\n {\n \"LeftBottom\": {\n \"X\": 197,\n \"Y\": 1508\n },\n \"LeftTop\": {\n \"X\": 197,\n \"Y\": 568\n },\n \"RightBottom\": {\n \"X\": 2019,\n \"Y\": 1508\n },\n \"RightTop\": {\n \"X\": 2019,\n \"Y\": 568\n }\n }\n ],\n \"Figure\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 197,\n \"Y\": 1066\n },\n \"LeftTop\": {\n \"X\": 197,\n \"Y\": 568\n },\n \"RightBottom\": {\n \"X\": 2019,\n \"Y\": 1066\n },\n \"RightTop\": {\n \"X\": 2019,\n \"Y\": 568\n }\n },\n \"GroupType\": \"fill-in-the-blank\",\n \"Index\": 0,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Option\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 275,\n \"Y\": 1230\n },\n \"LeftTop\": {\n \"X\": 275,\n \"Y\": 1169\n },\n \"RightBottom\": {\n \"X\": 595,\n \"Y\": 1230\n },\n \"RightTop\": {\n \"X\": 595,\n \"Y\": 1169\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 2,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 729,\n \"Y\": 1232\n },\n \"LeftTop\": {\n \"X\": 729,\n \"Y\": 1174\n },\n \"RightBottom\": {\n \"X\": 1083,\n \"Y\": 1232\n },\n \"RightTop\": {\n \"X\": 1083,\n \"Y\": 1174\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 3,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 1218,\n \"Y\": 1230\n },\n \"LeftTop\": {\n \"X\": 1218,\n \"Y\": 1172\n },\n \"RightBottom\": {\n \"X\": 1564,\n \"Y\": 1230\n },\n \"RightTop\": {\n \"X\": 1564,\n \"Y\": 1172\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 4,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 1696,\n \"Y\": 1229\n },\n \"LeftTop\": {\n \"X\": 1696,\n \"Y\": 1169\n },\n \"RightBottom\": {\n \"X\": 2002,\n \"Y\": 1229\n },\n \"RightTop\": {\n \"X\": 2002,\n \"Y\": 1169\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 5,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Parse\": [],\n \"Question\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 200,\n \"Y\": 1148\n },\n \"LeftTop\": {\n \"X\": 200,\n \"Y\": 1073\n },\n \"RightBottom\": {\n \"X\": 1761,\n \"Y\": 1148\n },\n \"RightTop\": {\n \"X\": 1761,\n \"Y\": 1073\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 1,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 200,\n \"Y\": 1508\n },\n \"LeftTop\": {\n \"X\": 200,\n \"Y\": 1239\n },\n \"RightBottom\": {\n \"X\": 2019,\n \"Y\": 1508\n },\n \"RightTop\": {\n \"X\": 2019,\n \"Y\": 1239\n }\n },\n \"GroupType\": \"fill-in-the-blank\",\n \"Index\": 6,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Table\": []\n },\n {\n \"Answer\": [],\n \"Coord\": [\n {\n \"LeftBottom\": {\n \"X\": 111,\n \"Y\": 3284\n },\n \"LeftTop\": {\n \"X\": 111,\n \"Y\": 1615\n },\n \"RightBottom\": {\n \"X\": 2030,\n \"Y\": 3284\n },\n \"RightTop\": {\n \"X\": 2030,\n \"Y\": 1615\n }\n }\n ],\n \"Figure\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 1615,\n \"Y\": 2490\n },\n \"LeftTop\": {\n \"X\": 1615,\n \"Y\": 2232\n },\n \"RightBottom\": {\n \"X\": 2030,\n \"Y\": 2490\n },\n \"RightTop\": {\n \"X\": 2030,\n \"Y\": 2232\n }\n },\n \"GroupType\": \"problem-solving\",\n \"Index\": 13,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Option\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 267,\n \"Y\": 2120\n },\n \"LeftTop\": {\n \"X\": 267,\n \"Y\": 2047\n },\n \"RightBottom\": {\n \"X\": 902,\n \"Y\": 2120\n },\n \"RightTop\": {\n \"X\": 902,\n \"Y\": 2047\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 9,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 1133,\n \"Y\": 2119\n },\n \"LeftTop\": {\n \"X\": 1133,\n \"Y\": 2060\n },\n \"RightBottom\": {\n \"X\": 1963,\n \"Y\": 2119\n },\n \"RightTop\": {\n \"X\": 1963,\n \"Y\": 2060\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 10,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 260,\n \"Y\": 2209\n },\n \"LeftTop\": {\n \"X\": 260,\n \"Y\": 2136\n },\n \"RightBottom\": {\n \"X\": 1085,\n \"Y\": 2209\n },\n \"RightTop\": {\n \"X\": 1085,\n \"Y\": 2136\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 11,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 1133,\n \"Y\": 2207\n },\n \"LeftTop\": {\n \"X\": 1133,\n \"Y\": 2151\n },\n \"RightBottom\": {\n \"X\": 1918,\n \"Y\": 2207\n },\n \"RightTop\": {\n \"X\": 1918,\n \"Y\": 2151\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 12,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 258,\n \"Y\": 2834\n },\n \"LeftTop\": {\n \"X\": 258,\n \"Y\": 2771\n },\n \"RightBottom\": {\n \"X\": 1746,\n \"Y\": 2834\n },\n \"RightTop\": {\n \"X\": 1746,\n \"Y\": 2771\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 15,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 258,\n \"Y\": 2927\n },\n \"LeftTop\": {\n \"X\": 258,\n \"Y\": 2861\n },\n \"RightBottom\": {\n \"X\": 1300,\n \"Y\": 2927\n },\n \"RightTop\": {\n \"X\": 1300,\n \"Y\": 2861\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 16,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 258,\n \"Y\": 3013\n },\n \"LeftTop\": {\n \"X\": 258,\n \"Y\": 2950\n },\n \"RightBottom\": {\n \"X\": 1973,\n \"Y\": 3013\n },\n \"RightTop\": {\n \"X\": 1973,\n \"Y\": 2950\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 17,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 251,\n \"Y\": 3101\n },\n \"LeftTop\": {\n \"X\": 251,\n \"Y\": 3039\n },\n \"RightBottom\": {\n \"X\": 1725,\n \"Y\": 3101\n },\n \"RightTop\": {\n \"X\": 1725,\n \"Y\": 3039\n }\n },\n \"GroupType\": \"multiple-choice\",\n \"Index\": 18,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Parse\": [],\n \"Question\": [\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 123,\n \"Y\": 1682\n },\n \"LeftTop\": {\n \"X\": 123,\n \"Y\": 1615\n },\n \"RightBottom\": {\n \"X\": 1649,\n \"Y\": 1682\n },\n \"RightTop\": {\n \"X\": 1649,\n \"Y\": 1615\n }\n },\n \"GroupType\": \"problem-solving\",\n \"Index\": 7,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 123,\n \"Y\": 2300\n },\n \"LeftTop\": {\n \"X\": 123,\n \"Y\": 1694\n },\n \"RightBottom\": {\n \"X\": 1948,\n \"Y\": 2300\n },\n \"RightTop\": {\n \"X\": 1948,\n \"Y\": 1694\n }\n },\n \"GroupType\": \"problem-solving\",\n \"Index\": 8,\n \"ResultList\": null,\n \"Text\": \"\"\n },\n {\n \"Coord\": {\n \"LeftBottom\": {\n \"X\": 111,\n \"Y\": 3284\n },\n \"LeftTop\": {\n \"X\": 111,\n \"Y\": 2500\n },\n \"RightBottom\": {\n \"X\": 2026,\n \"Y\": 3284\n },\n \"RightTop\": {\n \"X\": 2026,\n \"Y\": 2500\n }\n },\n \"GroupType\": \"problem-solving\",\n \"Index\": 14,\n \"ResultList\": null,\n \"Text\": \"\"\n }\n ],\n \"Table\": []\n }\n ],\n \"Width\": 2188\n }\n ],\n \"RequestId\": \"7a534f1d-2bb1-4e87-b79a-f8d37d6ab265\"\n }\n}",
|
|
440
|
+
"title": "试卷切题"
|
|
441
|
+
}
|
|
442
|
+
],
|
|
459
443
|
"QuestionSplitOCR": [
|
|
460
444
|
{
|
|
461
445
|
"document": "",
|
|
@@ -488,14 +472,6 @@
|
|
|
488
472
|
"title": "身份证识别(安全加密版)示例"
|
|
489
473
|
}
|
|
490
474
|
],
|
|
491
|
-
"RecognizeForeignPermanentResidentIdCard": [
|
|
492
|
-
{
|
|
493
|
-
"document": "外国人永久居留身份证识别",
|
|
494
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeForeignPermanentResidentIdCard\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/ForeignPermanentResidentIdCard/ForeignPermanentResidentIdCard1.jpg\",\n \"ImageBase64\": \"/9j/4AAQSkZJRg.....s97n//2Q==\",\n \"EnablePdf\": true,\n \"PdfPageNumber\": 1\n}",
|
|
495
|
-
"output": "{\n \"Response\": {\n \"CnName\": \"吴全斌\",\n \"EnName\": \"QUANBIN,WU\",\n \"Sex\": \"男/M\",\n \"DateOfBirth\": \"1981年08月03日\",\n \"Nationality\": \"加拿大/CAN\",\n \"PeriodOfValidity\": \"自2023年09月15日至2033年09月14日\",\n \"No\": \"911124198108030024\",\n \"RequestId\": \"a39aa7d9-2e31-463e-b3c9-7894ca53c729\"\n }\n}",
|
|
496
|
-
"title": "外国人永久居留身份证识别"
|
|
497
|
-
}
|
|
498
|
-
],
|
|
499
475
|
"RecognizeFormulaOCR": [
|
|
500
476
|
{
|
|
501
477
|
"document": "公式识别调用示例",
|
|
@@ -520,14 +496,6 @@
|
|
|
520
496
|
"title": "通用票据识别(高级版)"
|
|
521
497
|
}
|
|
522
498
|
],
|
|
523
|
-
"RecognizeGeneralTextImageWarn": [
|
|
524
|
-
{
|
|
525
|
-
"document": "通用文本图像告警示例",
|
|
526
|
-
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeGeneralTextImageWarn\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/RecognizeGeneralTextImageWarn/RecognizeGeneralTextImageWarn1.png\",\n \"Type\": \"General\"\n}",
|
|
527
|
-
"output": "{\n \"Response\": {\n \"Blur\": {\n \"IsWarn\": false,\n \"Polygon\": [],\n \"SpecificMatter\": \"\"\n },\n \"BorderIncomplete\": {\n \"IsWarn\": false,\n \"Polygon\": [],\n \"SpecificMatter\": \"\"\n },\n \"Copy\": {\n \"IsWarn\": false,\n \"Polygon\": [],\n \"SpecificMatter\": \"\"\n },\n \"Reflection\": {\n \"IsWarn\": false,\n \"Polygon\": [],\n \"SpecificMatter\": \"\"\n },\n \"Reprint\": {\n \"IsWarn\": true,\n \"Polygon\": [\n {\n \"LeftBottom\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"LeftTop\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"RightBottom\": {\n \"X\": 0,\n \"Y\": 0\n },\n \"RightTop\": {\n \"X\": 0,\n \"Y\": 0\n }\n }\n ],\n \"SpecificMatter\": \"\"\n },\n \"RequestId\": \"20bbcd54-6e63-4140-b777-2dea85a8ef66\"\n }\n}",
|
|
528
|
-
"title": "通用文本图像告警示例代码"
|
|
529
|
-
}
|
|
530
|
-
],
|
|
531
499
|
"RecognizeHealthCodeOCR": [
|
|
532
500
|
{
|
|
533
501
|
"document": "健康码识别",
|
|
@@ -617,6 +617,34 @@
|
|
|
617
617
|
],
|
|
618
618
|
"type": "object"
|
|
619
619
|
},
|
|
620
|
+
"CromwellConfig": {
|
|
621
|
+
"document": "Cromwell工作流引擎设置",
|
|
622
|
+
"members": [
|
|
623
|
+
{
|
|
624
|
+
"disabled": false,
|
|
625
|
+
"document": "工作流并发数",
|
|
626
|
+
"example": "20",
|
|
627
|
+
"member": "uint64",
|
|
628
|
+
"name": "MaxConcurrentWorkflows",
|
|
629
|
+
"output_required": false,
|
|
630
|
+
"required": true,
|
|
631
|
+
"type": "int",
|
|
632
|
+
"value_allowed_null": false
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"disabled": false,
|
|
636
|
+
"document": "作业并发数",
|
|
637
|
+
"example": "100",
|
|
638
|
+
"member": "uint64",
|
|
639
|
+
"name": "ConcurrentJobLimit",
|
|
640
|
+
"output_required": false,
|
|
641
|
+
"required": true,
|
|
642
|
+
"type": "int",
|
|
643
|
+
"value_allowed_null": false
|
|
644
|
+
}
|
|
645
|
+
],
|
|
646
|
+
"usage": "both"
|
|
647
|
+
},
|
|
620
648
|
"DatabaseOption": {
|
|
621
649
|
"document": "数据库配置。",
|
|
622
650
|
"members": [
|
|
@@ -1193,7 +1221,7 @@
|
|
|
1193
1221
|
{
|
|
1194
1222
|
"disabled": false,
|
|
1195
1223
|
"document": "环境名称。",
|
|
1196
|
-
"example": "
|
|
1224
|
+
"example": "新环境",
|
|
1197
1225
|
"member": "string",
|
|
1198
1226
|
"name": "Name",
|
|
1199
1227
|
"output_required": true,
|
|
@@ -1203,7 +1231,7 @@
|
|
|
1203
1231
|
{
|
|
1204
1232
|
"disabled": false,
|
|
1205
1233
|
"document": "环境描述信息。",
|
|
1206
|
-
"example": "
|
|
1234
|
+
"example": "用于测试",
|
|
1207
1235
|
"member": "string",
|
|
1208
1236
|
"name": "Description",
|
|
1209
1237
|
"output_required": true,
|
|
@@ -1243,7 +1271,7 @@
|
|
|
1243
1271
|
{
|
|
1244
1272
|
"disabled": false,
|
|
1245
1273
|
"document": "环境是否可用。环境需要可用才能投递计算任务。",
|
|
1246
|
-
"example": "
|
|
1274
|
+
"example": "true",
|
|
1247
1275
|
"member": "bool",
|
|
1248
1276
|
"name": "Available",
|
|
1249
1277
|
"output_required": true,
|
|
@@ -1253,7 +1281,7 @@
|
|
|
1253
1281
|
{
|
|
1254
1282
|
"disabled": false,
|
|
1255
1283
|
"document": "环境是否为默认环境。",
|
|
1256
|
-
"example": "
|
|
1284
|
+
"example": "true",
|
|
1257
1285
|
"member": "bool",
|
|
1258
1286
|
"name": "IsDefault",
|
|
1259
1287
|
"output_required": true,
|
|
@@ -1263,7 +1291,7 @@
|
|
|
1263
1291
|
{
|
|
1264
1292
|
"disabled": false,
|
|
1265
1293
|
"document": "环境是否为托管环境。",
|
|
1266
|
-
"example": "
|
|
1294
|
+
"example": "false",
|
|
1267
1295
|
"member": "bool",
|
|
1268
1296
|
"name": "IsManaged",
|
|
1269
1297
|
"output_required": true,
|
|
@@ -1273,7 +1301,7 @@
|
|
|
1273
1301
|
{
|
|
1274
1302
|
"disabled": false,
|
|
1275
1303
|
"document": "环境信息。",
|
|
1276
|
-
"example": "
|
|
1304
|
+
"example": "环境正常",
|
|
1277
1305
|
"member": "string",
|
|
1278
1306
|
"name": "Message",
|
|
1279
1307
|
"output_required": true,
|
|
@@ -1283,7 +1311,7 @@
|
|
|
1283
1311
|
{
|
|
1284
1312
|
"disabled": false,
|
|
1285
1313
|
"document": "云资源ID。",
|
|
1286
|
-
"example": "
|
|
1314
|
+
"example": "无",
|
|
1287
1315
|
"member": "ResourceIds",
|
|
1288
1316
|
"name": "ResourceIds",
|
|
1289
1317
|
"output_required": true,
|
|
@@ -1309,6 +1337,16 @@
|
|
|
1309
1337
|
"output_required": false,
|
|
1310
1338
|
"type": "string",
|
|
1311
1339
|
"value_allowed_null": false
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"disabled": false,
|
|
1343
|
+
"document": "运行时配置。",
|
|
1344
|
+
"example": "无",
|
|
1345
|
+
"member": "EnvironmentRuntimeConfig",
|
|
1346
|
+
"name": "RuntimeConfig",
|
|
1347
|
+
"output_required": false,
|
|
1348
|
+
"type": "object",
|
|
1349
|
+
"value_allowed_null": false
|
|
1312
1350
|
}
|
|
1313
1351
|
],
|
|
1314
1352
|
"usage": "out"
|
|
@@ -1373,6 +1411,34 @@
|
|
|
1373
1411
|
],
|
|
1374
1412
|
"usage": "in"
|
|
1375
1413
|
},
|
|
1414
|
+
"EnvironmentRuntimeConfig": {
|
|
1415
|
+
"document": "环境运行时配置",
|
|
1416
|
+
"members": [
|
|
1417
|
+
{
|
|
1418
|
+
"disabled": false,
|
|
1419
|
+
"document": "Cromwell工作流引擎设置",
|
|
1420
|
+
"example": "无",
|
|
1421
|
+
"member": "CromwellConfig",
|
|
1422
|
+
"name": "CromwellConfig",
|
|
1423
|
+
"output_required": false,
|
|
1424
|
+
"required": true,
|
|
1425
|
+
"type": "object",
|
|
1426
|
+
"value_allowed_null": false
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"disabled": false,
|
|
1430
|
+
"document": "Nextflow工作流引擎设置",
|
|
1431
|
+
"example": "无",
|
|
1432
|
+
"member": "NextflowConfig",
|
|
1433
|
+
"name": "NextflowConfig",
|
|
1434
|
+
"output_required": false,
|
|
1435
|
+
"required": true,
|
|
1436
|
+
"type": "object",
|
|
1437
|
+
"value_allowed_null": false
|
|
1438
|
+
}
|
|
1439
|
+
],
|
|
1440
|
+
"usage": "both"
|
|
1441
|
+
},
|
|
1376
1442
|
"ExecutionTime": {
|
|
1377
1443
|
"document": "执行时间。",
|
|
1378
1444
|
"members": [
|
|
@@ -1887,6 +1953,23 @@
|
|
|
1887
1953
|
],
|
|
1888
1954
|
"usage": "both"
|
|
1889
1955
|
},
|
|
1956
|
+
"NextflowConfig": {
|
|
1957
|
+
"document": "Nextflow工作流引擎设置",
|
|
1958
|
+
"members": [
|
|
1959
|
+
{
|
|
1960
|
+
"disabled": false,
|
|
1961
|
+
"document": "工作流任务并发数",
|
|
1962
|
+
"example": "100",
|
|
1963
|
+
"member": "uint64",
|
|
1964
|
+
"name": "ExecutorQueueSize",
|
|
1965
|
+
"output_required": false,
|
|
1966
|
+
"required": true,
|
|
1967
|
+
"type": "int",
|
|
1968
|
+
"value_allowed_null": false
|
|
1969
|
+
}
|
|
1970
|
+
],
|
|
1971
|
+
"usage": "both"
|
|
1972
|
+
},
|
|
1890
1973
|
"NotificationType": {
|
|
1891
1974
|
"document": "通知类型",
|
|
1892
1975
|
"members": [
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
},
|
|
2070
2070
|
{
|
|
2071
2071
|
"disabled": false,
|
|
2072
|
-
"document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3
|
|
2072
|
+
"document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨(若需要开启资金划拨权限,请联系您的商务经理内部开通。)、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析、9-预算管理、10-信用额度设置(若需要开启信用额度设置权限,请联系您的商务经理内部开通。),1、2 默认必须",
|
|
2073
2073
|
"example": "[1,2]",
|
|
2074
2074
|
"member": "uint64",
|
|
2075
2075
|
"name": "PermissionIds",
|
|
@@ -2142,7 +2142,7 @@
|
|
|
2142
2142
|
{
|
|
2143
2143
|
"disabled": false,
|
|
2144
2144
|
"document": "成员标签列表。最大10个",
|
|
2145
|
-
"example": "
|
|
2145
|
+
"example": "无",
|
|
2146
2146
|
"member": "Tag",
|
|
2147
2147
|
"name": "Tags",
|
|
2148
2148
|
"required": false,
|
|
@@ -2646,6 +2646,15 @@
|
|
|
2646
2646
|
"name": "UserType",
|
|
2647
2647
|
"required": false,
|
|
2648
2648
|
"type": "string"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"disabled": false,
|
|
2652
|
+
"document": "是否需要重置密码: true: 需要重置 false: 不需要重置密码。 默认false",
|
|
2653
|
+
"example": "true",
|
|
2654
|
+
"member": "bool",
|
|
2655
|
+
"name": "NeedResetPassword",
|
|
2656
|
+
"required": false,
|
|
2657
|
+
"type": "bool"
|
|
2649
2658
|
}
|
|
2650
2659
|
],
|
|
2651
2660
|
"type": "object"
|
|
@@ -2656,7 +2665,7 @@
|
|
|
2656
2665
|
{
|
|
2657
2666
|
"disabled": false,
|
|
2658
2667
|
"document": "用户详情",
|
|
2659
|
-
"example": "
|
|
2668
|
+
"example": "无",
|
|
2660
2669
|
"member": "UserInfo",
|
|
2661
2670
|
"name": "UserInfo",
|
|
2662
2671
|
"output_required": true,
|
|
@@ -6103,7 +6112,7 @@
|
|
|
6103
6112
|
},
|
|
6104
6113
|
{
|
|
6105
6114
|
"disabled": false,
|
|
6106
|
-
"document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3
|
|
6115
|
+
"document": "成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨(若需要开启资金划拨权限,请联系您的商务经理内部开通。)、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析、9-预算管理、10-信用额度设置(若需要开启信用额度设置权限,请联系您的商务经理内部开通。),1、2 默认必须",
|
|
6107
6116
|
"example": "[1,2]",
|
|
6108
6117
|
"member": "uint64",
|
|
6109
6118
|
"name": "PermissionIds",
|
|
@@ -6158,7 +6167,7 @@
|
|
|
6158
6167
|
{
|
|
6159
6168
|
"disabled": false,
|
|
6160
6169
|
"document": "互信主体证明文件列表。",
|
|
6161
|
-
"example": "
|
|
6170
|
+
"example": "无",
|
|
6162
6171
|
"member": "AuthRelationFile",
|
|
6163
6172
|
"name": "AuthFile",
|
|
6164
6173
|
"required": false,
|
|
@@ -6167,7 +6176,7 @@
|
|
|
6167
6176
|
{
|
|
6168
6177
|
"disabled": false,
|
|
6169
6178
|
"document": "成员标签列表。最大10个",
|
|
6170
|
-
"example": "
|
|
6179
|
+
"example": "无",
|
|
6171
6180
|
"member": "Tag",
|
|
6172
6181
|
"name": "Tags",
|
|
6173
6182
|
"required": false,
|
|
@@ -11205,6 +11214,16 @@
|
|
|
11205
11214
|
"SetExternalSAMLIdentityProviderResponse": {
|
|
11206
11215
|
"document": "SetExternalSAMLIdentityProvider返回参数结构体",
|
|
11207
11216
|
"members": [
|
|
11217
|
+
{
|
|
11218
|
+
"disabled": false,
|
|
11219
|
+
"document": "证书ID。",
|
|
11220
|
+
"example": "[\"idp-c-d73bss92ns\"]",
|
|
11221
|
+
"member": "string",
|
|
11222
|
+
"name": "CertificateIds",
|
|
11223
|
+
"output_required": false,
|
|
11224
|
+
"type": "list",
|
|
11225
|
+
"value_allowed_null": false
|
|
11226
|
+
},
|
|
11208
11227
|
{
|
|
11209
11228
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
11210
11229
|
"member": "string",
|
|
@@ -11994,7 +12013,7 @@
|
|
|
11994
12013
|
},
|
|
11995
12014
|
{
|
|
11996
12015
|
"disabled": false,
|
|
11997
|
-
"document": "成员财务权限ID列表。PermissionIds不为空,PolicyType不能为空。\n取值:1-查看账单、2-查看余额、3
|
|
12016
|
+
"document": "成员财务权限ID列表。PermissionIds不为空,PolicyType不能为空。\n取值:1-查看账单、2-查看余额、3-资金划拨(若需要开启资金划拨权限,请联系您的商务经理内部开通。)、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析、9-预算管理、10-信用额度设置(若需要开启信用额度设置权限,请联系您的商务经理内部开通。),1、2 默认必须",
|
|
11998
12017
|
"example": "[1,2]",
|
|
11999
12018
|
"member": "uint64",
|
|
12000
12019
|
"name": "PermissionIds",
|
|
@@ -12478,6 +12497,15 @@
|
|
|
12478
12497
|
"name": "NewEmail",
|
|
12479
12498
|
"required": false,
|
|
12480
12499
|
"type": "string"
|
|
12500
|
+
},
|
|
12501
|
+
{
|
|
12502
|
+
"disabled": false,
|
|
12503
|
+
"document": "是否需要重置密码",
|
|
12504
|
+
"example": "true",
|
|
12505
|
+
"member": "bool",
|
|
12506
|
+
"name": "NeedResetPassword",
|
|
12507
|
+
"required": false,
|
|
12508
|
+
"type": "bool"
|
|
12481
12509
|
}
|
|
12482
12510
|
],
|
|
12483
12511
|
"type": "object"
|
|
@@ -12793,6 +12821,17 @@
|
|
|
12793
12821
|
"required": false,
|
|
12794
12822
|
"type": "string",
|
|
12795
12823
|
"value_allowed_null": false
|
|
12824
|
+
},
|
|
12825
|
+
{
|
|
12826
|
+
"disabled": false,
|
|
12827
|
+
"document": "下次登录是否需要重置密码, true: 需要重置密码, false:不需要重置密码",
|
|
12828
|
+
"example": "",
|
|
12829
|
+
"member": "bool",
|
|
12830
|
+
"name": "NeedResetPassword",
|
|
12831
|
+
"output_required": false,
|
|
12832
|
+
"required": false,
|
|
12833
|
+
"type": "bool",
|
|
12834
|
+
"value_allowed_null": false
|
|
12796
12835
|
}
|
|
12797
12836
|
],
|
|
12798
12837
|
"usage": "both"
|