tccli 3.0.1215.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/configure.py +46 -1
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -3
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +54 -4
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +73 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +279 -9
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +10 -12
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2263 -758
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +293 -52
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -118,6 +118,18 @@
|
|
118
118
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateBatchQuickSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"AppId\": \"yDRSRUUgygj6rq7wUuO4zjECxndqQApl\"\n },\n \"FlowApproverInfo\": {\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"IdCardNumber\": \"620000198802020000\",\n \"IdCardType\": \"ID_CARD\"\n },\n \"ApproverSignTypes\": [\n 1\n ],\n \"Intention\": {\n \"IntentionType\": 1,\n \"IntentionQuestions\": [\n {\n \"Question\": \"请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。\",\n \"Answers\": [\n \"同意\",\n \"我同意\"\n ]\n }\n ]\n },\n \"FlowGroupId\": \"yDSL9UUckpo*****jwSsug2y3cW\"\n}",
|
119
119
|
"output": "{\n \"Response\": {\n \"FlowApproverUrlInfo\": {\n \"ApproverType\": \"PERSON\",\n \"LongUrl\": \"https://quick.qian.tencent.cn/guide?Code=yDwi0**BWW4MYlpI&CodeType=QUICK&shortKey=yDwi**KF45&token=C**E\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"SignUrl\": \"https://test.essurl.cn/C**E\"\n },\n \"RequestId\": \"s16986**08\"\n }\n}",
|
120
120
|
"title": "为个人用户生成合同组H5批量签署链接, 并且指定视频问答模式的认证方式"
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"document": "1. 为saas企业员工用户生成合同组H5批量签署链接\n2. 使用默认的签署方式",
|
124
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateBatchQuickSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"dian_yuangong\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"AppId\": \"yDRSRUUgygj6rq7wUuO4zjECxndqQApl\"\n },\n \"FlowApproverInfo\": {\n \"ApproverType\": \"ORGANIZATION\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典员工\",\n \"IdCardNumber\": \"620000198802020000\",\n \"IdCardType\": \"ID_CARD\",\n \"OrganizationName\": \"xxxx公司\"\n },\n \"FlowIds\": [\n \"yDSLcUUck****ysv1OQYIe9H\",\n \"ysv1OQYIe9H****yDSLcUUck\"\n ]\n}",
|
125
|
+
"output": "{\n \"Response\": {\n \"FlowApproverUrlInfo\": {\n \"ApproverType\": \"ORGANIZATION\",\n \"LongUrl\": \"https://quick.qian.tencent.cn/guide?Code=yDwi0**BWW4MYlpI&CodeType=QUICK&shortKey=yDwi**KF45&token=C**E\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典员工\",\n \"SignUrl\": \"https://test.essurl.cn/C**E\"\n },\n \"RequestId\": \"s16986**08\"\n }\n}",
|
126
|
+
"title": "为saas企业员工用户生成H5批量签署链接"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"document": "1. 为渠道子客企业员工用户生成合同组H5批量签署链接\n2. 使用默认的签署方式",
|
130
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateBatchQuickSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"dian_yuangong\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"AppId\": \"yDRSRUUgygj6rq7wUuO4zjECxndqQApl\"\n },\n \"FlowApproverInfo\": {\n \"ApproverType\": \"ORGANIZATION\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典员工\",\n \"IdCardNumber\": \"620000198802020000\",\n \"IdCardType\": \"ID_CARD\",\n \"OrganizationName\": \"xxxx公司\",\n \"OrganizationOpenId\": \"org_dianziqian\",\n \"OpenId\": \"dian_yuangong\"\n },\n \"FlowIds\": [\n \"yDSLcUUck****ysv1OQYIe9H\",\n \"ysv1OQYIe9H****yDSLcUUck\"\n ]\n}",
|
131
|
+
"output": "{\n \"Response\": {\n \"FlowApproverUrlInfo\": {\n \"ApproverType\": \"ORGANIZATION\",\n \"LongUrl\": \"https://quick.qian.tencent.cn/guide?Code=yDwi0**BWW4MYlpI&CodeType=QUICK&shortKey=yDwi**KF45&token=C**E\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典员工\",\n \"SignUrl\": \"https://test.essurl.cn/C**E\"\n },\n \"RequestId\": \"s16986**08\"\n }\n}",
|
132
|
+
"title": "为渠道子客企业员工用户生成H5批量签署链接"
|
121
133
|
}
|
122
134
|
],
|
123
135
|
"ChannelCreateBatchSignUrl": [
|
@@ -274,6 +286,12 @@
|
|
274
286
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowByFiles\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"FlowName\": \"文件发起-签批\",\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"ORGANIZATION\",\n \"OrganizationOpenId\": \"org_dianziqian\",\n \"OpenId\": \"n9527\",\n \"Name\": \"典子谦\",\n \"Mobile\": \"13200000000\",\n \"OrganizationName\": \"典子谦示例企业\",\n \"SignComponents\": [\n {\n \"ComponentId\": \"ComponentId_1\",\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 160,\n \"ComponentHeight\": 100\n },\n {\n \"ComponentId\": \"ComponentId_2\",\n \"ComponentPosY\": 360,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 160,\n \"ComponentHeight\": 50\n },\n {\n \"ComponentExtra\": \"{\\\"Children\\\":[\\\"ComponentId_29\\\",\\\"ComponentId_27\\\",\\\"ComponentId_28\\\",\\\"ComponentId_30\\\"]}\",\n \"ComponentHeight\": 211,\n \"ComponentId\": \"ComponentId_26\",\n \"ComponentName\": \"签批1\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 180,\n \"ComponentPosY\": 478,\n \"ComponentType\": \"SIGN_VIRTUAL_COMBINATION\",\n \"ComponentWidth\": 210,\n \"ComponentRequired\": false\n },\n {\n \"ComponentExtra\": \"{\\\"Values\\\":[\\\"审批通过\\\",\\\"审批不通过\\\"],\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"MultiSelect\\\":false}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_29\",\n \"ComponentName\": \"审批意见\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 180,\n \"ComponentPosY\": 567,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SELECTOR\",\n \"ComponentWidth\": 210\n },\n {\n \"ComponentExtra\": \"{\\\"Date\\\":true,\\\"isAfterCut\\\":true}\",\n \"ComponentHeight\": 43,\n \"ComponentId\": \"ComponentId_27\",\n \"ComponentName\": \"个人签名/印章\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 185,\n \"ComponentPosY\": 478,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentWidth\": 119\n },\n {\n \"ComponentExtra\": \"{\\\"Format\\\":\\\"yyyy年m月d日\\\",\\\"Gaps\\\":\\\"2,2\\\",\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Center\\\",\\\"Font\\\":\\\"黑体\\\",\\\"isAfterCut\\\":true}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_28\",\n \"ComponentName\": \"签署日期\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 185,\n \"ComponentPosY\": 541,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentWidth\": 119\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"VerticalAlign\\\":\\\"Top\\\",\\\"Font\\\":\\\"黑体\\\"}\",\n \"ComponentHeight\": 54,\n \"ComponentId\": \"ComponentId_30\",\n \"ComponentName\": \"批注附言\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 180,\n \"ComponentPosY\": 635,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_MULTI_LINE_TEXT\",\n \"ComponentWidth\": 210\n }\n ]\n },\n {\n \"ApproverType\": \"PERSON\",\n \"Name\": \"张三\",\n \"Mobile\": \"18888888888\",\n \"SignComponents\": [\n {\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 160,\n \"ComponentHeight\": 100\n },\n {\n \"ComponentExtra\": \"{\\\"Children\\\":[\\\"ComponentId_19\\\",\\\"ComponentId_17\\\",\\\"ComponentId_18\\\"]}\",\n \"ComponentHeight\": 211,\n \"ComponentId\": \"ComponentId_16\",\n \"ComponentName\": \"签批1\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 280,\n \"ComponentPosY\": 478,\n \"ComponentType\": \"SIGN_VIRTUAL_COMBINATION\",\n \"ComponentWidth\": 210\n },\n {\n \"ComponentExtra\": \"{\\\"Values\\\":[\\\"审批通过\\\",\\\"审批不通过\\\"],\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"MultiSelect\\\":false}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_19\",\n \"ComponentName\": \"审批意见\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 280,\n \"ComponentPosY\": 567,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SELECTOR\",\n \"ComponentWidth\": 210\n },\n {\n \"ComponentExtra\": \"{\\\"Format\\\":\\\"yyyy年m月d日\\\",\\\"Gaps\\\":\\\"2,2\\\",\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Center\\\",\\\"Font\\\":\\\"黑体\\\",\\\"isAfterCut\\\":true}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_18\",\n \"ComponentName\": \"签署日期\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 285,\n \"ComponentPosY\": 541,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentWidth\": 119\n },\n {\n \"ComponentExtra\": \"{\\\"Date\\\":true,\\\"isAfterCut\\\":true}\",\n \"ComponentHeight\": 43,\n \"ComponentId\": \"ComponentId_17\",\n \"ComponentName\": \"个人签名/印章\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 285,\n \"ComponentPosY\": 478,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentWidth\": 119\n }\n ]\n }\n ],\n \"FileIds\": [\n \"yDCWqUUckpve5id3U4f5EL77tlNh6zTZ\"\n ],\n \"Unordered\": true\n}",
|
275
287
|
"output": "{\n \"Response\": {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCm3UUckpuhiiwrUyngyQvEAAG8aSuj\",\n \"SignId\": \"yDCm3UUckpuhiiwlUyngyQvEVt11WQd6\"\n },\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCm3UUckpuhiiw5UyngyQvvbypsA2N5\",\n \"SignId\": \"yDCm3UUckpuhiiw0UyngyQvxIu5Rvq2L\"\n }\n ],\n \"FlowId\": \"yDCm3UUckpuhiiw2UyngyQv8OPSX8qYD\",\n \"RequestId\": \"s1726284341125380532\"\n }\n}",
|
276
288
|
"title": "文件发起 签署方含有签批控件"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"document": "注意: 关键字定位的签批控件,子控件的位置,大小是固定的,不能自定义。\n1.通过PDF文件发起合同 \n2.使用的是关键字定位\n3.指定B端签署方为企业【典子谦示例企业】,经办人为【典子谦】 \n4.指定C端签署方为个人【张三】 \n5.B 端签署人 有两个签署控件, 分别是签名控件和签批控件(SIGN_VIRTUAL_COMBINATION),其中签批控件包含四个子控件, 在 Component 中的 \"ComponentExtra\": \"{\\\"ChildrenTypes\\\":[\\\"SIGN_SIGNATURE\\\",\\\"SIGN_DATE\\\",\\\"SIGN_SELECTOR\\\",\\\"SIGN_MULTI_LINE_TEXT\\\"]}\" 体现 , 包括 审批意见(SIGN_SELECTOR),个人签名(SIGN_SIGNATURE),签署日期(SIGN_DATE),批注附言(SIGN_MULTI_LINE_TEXT), 但是关键字跟绝对定位的区别在于 关键字方式只用传递SIGN_VIRTUAL_COMBINATION 一个签署控件即可\n6.C 端签署人 有一个签批控件(SIGN_VIRTUAL_COMBINATION),其中签批控件包含三个子控件, 在 Component 中的 \"ComponentExtra\": \"{\\\"ChildrenTypes\\\":[\\\"SIGN_SIGNATURE\\\",\\\"SIGN_DATE\\\",\\\"SIGN_SELECTOR\\\",\\\"SIGN_MULTI_LINE_TEXT\\\"]}\" 体现 , 包括 审批意见(SIGN_SELECTOR),个人签名(SIGN_SIGNATURE),签署日期(SIGN_DATE), 但是关键字跟绝对定位的区别在于 关键字方式只用传递SIGN_VIRTUAL_COMBINATION 一个签署控件即可",
|
292
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowByFiles\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"FlowName\": \"文件发起-签批\",\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"ORGANIZATION\",\n \"OrganizationOpenId\": \"org_dianziqian\",\n \"OpenId\": \"n9527\",\n \"Name\": \"典子谦\",\n \"Mobile\": \"13200000000\",\n \"OrganizationName\": \"典子谦示例企业\",\n \"SignComponents\": [\n {\n \"FileIndex\": 0,\n \"GenerateMode\": \"KEYWORD\",\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"Right\",\n \"ComponentId\": \"Test1\",\n \"ComponentExtra\": \"{\\\"ChildrenTypes\\\":[\\\"SIGN_SIGNATURE\\\",\\\"SIGN_DATE\\\",\\\"SIGN_SELECTOR\\\",\\\"SIGN_MULTI_LINE_TEXT\\\"]}\",\n \"ComponentHeight\": 234,\n \"ComponentName\": \"签批1\",\n \"ComponentPage\": 1,\n \"ComponentType\": \"SIGN_VIRTUAL_COMBINATION\",\n \"ComponentWidth\": 210,\n \"ComponentRequired\": false\n }\n ]\n },\n {\n \"ApproverType\": \"PERSON\",\n \"Name\": \"张三\",\n \"Mobile\": \"18888888888\",\n \"SignComponents\": [\n {\n \"FileIndex\": 0,\n \"GenerateMode\": \"KEYWORD\",\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"Right\",\n \"ComponentId\": \"Test2\",\n \"ComponentExtra\": \"{\\\"ChildrenTypes\\\":[\\\"SIGN_SIGNATURE\\\",\\\"SIGN_DATE\\\",\\\"SIGN_SELECTOR\\\",\\\"SIGN_MULTI_LINE_TEXT\\\"]}\",\n \"ComponentHeight\": 234,\n \"ComponentName\": \"签批1\",\n \"ComponentPage\": 1,\n \"ComponentType\": \"SIGN_VIRTUAL_COMBINATION\",\n \"ComponentWidth\": 210,\n \"ComponentRequired\": false\n }\n ]\n }\n ],\n \"FileIds\": [\n \"yDCWqUUckpve5id3U4f5EL77tlNh6zTZ\"\n ],\n \"Unordered\": true\n}",
|
293
|
+
"output": "{\n \"Response\": {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCdoUUckp7ltep9Uyq2ikIypsCCIqXS\",\n \"SignId\": \"yDCdoUUckp7ltepxUyq2ikIE79iVjD2I\"\n },\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCdoUUckp7ltep7Uyq2ikIuzVkVXNut\",\n \"SignId\": \"yDCdoUUckp7ltep4Uyq2ikI1baBbI9zJ\"\n }\n ],\n \"FlowId\": \"yDCdoUUckp7ltepfUyq2ikI8VC2s92zT\",\n \"RequestId\": \"s1732015258075060878\"\n }\n}",
|
294
|
+
"title": "文件发起 使用关键字定位 签署方含有签批控件"
|
277
295
|
}
|
278
296
|
],
|
279
297
|
"ChannelCreateFlowGroupByFiles": [
|
@@ -559,8 +577,8 @@
|
|
559
577
|
"ChannelDeleteRole": [
|
560
578
|
{
|
561
579
|
"document": "根据角色id删除角色",
|
562
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDeleteRole\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"
|
563
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
580
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDeleteRole\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \" yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"RoleIds\": [\n \"yDxZ1UyKQDSIMfUuO4zjEw2TyqzKEs16\"\n ]\n}",
|
581
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \" 49500cb4-ca5e-4da0-93fb-e15f3a710ed7\"\n }\n}",
|
564
582
|
"title": "删除角色"
|
565
583
|
}
|
566
584
|
],
|
@@ -810,6 +828,14 @@
|
|
810
828
|
"title": "子客激活"
|
811
829
|
}
|
812
830
|
],
|
831
|
+
"CreateCloseOrganizationUrl": [
|
832
|
+
{
|
833
|
+
"document": "",
|
834
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloseOrganizationUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"AppId\": \"yDRSRUUgygj6qnwfUuO4zjEwc193c2hH\"\n }\n}",
|
835
|
+
"output": "{\n \"Response\": {\n \"ExpiredOn\": 1730257357,\n \"LongUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=ENTERPRISE_LOGOUT_LANDING&shortKey=yDCkuUW35EQA3r0aqr88\",\n \"MiniAppPath\": \"pages/guide/index?to=ENTERPRISE_LOGOUT_LANDING&shortKey=yDCkuUW35EQA3r0aqr88\",\n \"QrcodeUrl\": \"https://dyn.ess.tencent.cn/imgs/qrcode_urls/enterprise_logout_landing/yDCkxUUckp495fo9Ua9wie1hisAGTzhI.png\",\n \"RequestId\": \"s1729652557401395967\",\n \"ShortUrl\": \"https://essurl.cn/ppiKUBJLt0\",\n \"WeixinQrcodeUrl\": \"https://res.ess.tencent.cn/mp-gate/develop/ENTERPRISE_LOGOUT_LANDING?shortKey=yDCkuUW35EQA3r0aqr88\"\n }\n}",
|
836
|
+
"title": "创建企业注销链接"
|
837
|
+
}
|
838
|
+
],
|
813
839
|
"CreateConsoleLoginUrl": [
|
814
840
|
{
|
815
841
|
"document": "如果<b>典子谦示例企业的员工张三已经完成了认证和加入企业</b>, 此时给典子谦示例企业的员工张三生成登录的PC控制台的链接\n\n典子谦示例企业的定义标识为:org_dianziqian\n员工张三定义员工标识为:n9527\n",
|
@@ -897,21 +923,21 @@
|
|
897
923
|
"CreatePartnerAutoSignAuthUrl": [
|
898
924
|
{
|
899
925
|
"document": "",
|
900
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"
|
901
|
-
"output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=
|
926
|
+
"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 \"PlatformAppAuthorization\": true\n}",
|
927
|
+
"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}",
|
902
928
|
"title": "授权给渠道平台应用"
|
903
929
|
},
|
904
930
|
{
|
905
|
-
"document": "",
|
906
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"
|
907
|
-
"output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=
|
908
|
-
"title": "
|
931
|
+
"document": "授权给张三示例企业能发完我方的自动签署的合同",
|
932
|
+
"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 \"AuthorizedOrganizationName\": \"张三示例企业\",\n \"SealTypes\": [\n \"OFFICIAL\"\n ]\n}",
|
933
|
+
"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}",
|
934
|
+
"title": "我方授权他方"
|
909
935
|
},
|
910
936
|
{
|
911
|
-
"document": "",
|
912
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"
|
913
|
-
"output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=
|
914
|
-
"title": "
|
937
|
+
"document": "让王五示例企业授权给我方能发起他们的自动签署合同",
|
938
|
+
"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 \"AuthorizedOrganizationName\": \"王五示例企业\",\n \"AuthToMe\": true,\n \"SealTypes\": [\n \"OFFICIAL\"\n ]\n}",
|
939
|
+
"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}",
|
940
|
+
"title": "他方授权我方"
|
915
941
|
}
|
916
942
|
],
|
917
943
|
"CreatePersonAuthCertificateImage": [
|
@@ -984,6 +1010,26 @@
|
|
984
1010
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSignUrls\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyAppId\": \"\"\n },\n \"FlowIds\": [\n \"yDwiBUUckpo27hh3UuLiduR83BEL3kSb\"\n ],\n \"Endpoint\": \"WEIXINAPP\",\n \"GenerateType\": \"PERSON\",\n \"Name\": \"张三\",\n \"Mobile\": \"18888888888\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"620000198802020000\"\n}",
|
985
1011
|
"output": "{\n \"Response\": {\n \"SignUrlInfos\": [\n {\n \"SignUrl\": \"https://essurl.cn/9oJ**P\",\n \"Deadline\": 0,\n \"SignOrder\": 0,\n \"SignId\": \"\",\n \"CustomUserId\": \"\",\n \"Name\": \"\",\n \"Mobile\": \"\",\n \"OrganizationName\": \"\",\n \"ApproverType\": \"\",\n \"IdCardNumber\": \"\",\n \"FlowId\": \"yDwiBUUckpo27hh3UuLiduR83BEL3kSb\",\n \"OpenId\": \"\",\n \"FlowGroupId\": \"\",\n \"SignQrcodeUrl\": \"\"\n }\n ],\n \"ErrorMessages\": [],\n \"RequestId\": \"0ec76ecb**bde91\"\n }\n}",
|
986
1012
|
"title": "指定证件信息,为个人/自然人生成签署链接"
|
1013
|
+
},
|
1014
|
+
{
|
1015
|
+
"document": "获取动态签署人补充链接,创建合同时未指定具体签署人,可获取链接后推送给指定的人进行补充,预设了企业名称后进入领取链接只能以该企业身份去领取并签署合同\n注: \n`1.参数GenerateType需传值为RECIPIENT` \n`2.需指定对应的签署方角色编号(即RecipientId)` ",
|
1016
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSignUrls\n<公共请求参数>\n\n{\n \"FlowIds\": [\n \"yDwhGUUfe5g******CX8ZwTiSg8gISocy\"\n ],\n \"RecipientIds\": [\n \"yDwJDUUckpkv98zbUEF1GNmv6ln4ga9W\"\n ],\n \"OrganizationName\": \"典子谦有限公司\",\n \"GenerateType\": \"RECIPIENT\",\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"1000***8062\",\n \"ProxyOperator\": {\n \"OpenId\": \"yDR3L****eTdCt5TVx\"\n },\n \"AppId\": \"125***319\"\n },\n \"Endpoint\": \"\"\n}",
|
1017
|
+
"output": "{\n \"Response\": {\n \"ErrorMessages\": [],\n \"RequestId\": \"s1696937862717144539\",\n \"SignUrlInfos\": [\n {\n \"ApproverType\": \"\",\n \"CustomUserId\": \"\",\n \"Deadline\": 0,\n \"FlowGroupId\": \"\",\n \"FlowId\": \"yDwhGUUfe5g******CX8ZwTiSg8gISocy\",\n \"IdCardNumber\": \"\",\n \"Mobile\": \"\",\n \"Name\": \"\",\n \"OpenId\": \"\",\n \"OrganizationName\": \"\",\n \"SignId\": \"\",\n \"SignOrder\": 0,\n \"SignQrcodeUrl\": \"https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.JPG?hkey=5d92f0db15e6bbba6aea641f64c5c06dcbe2797f**************69ee4e24cd976dd8376dbd41c6ff227c803c4c561c\",\n \"SignUrl\": \"https://test.essurl.cn/gGI***nZC\"\n }\n ]\n }\n}",
|
1018
|
+
"title": "获取动态签署人补充链接, 并且预设企业名称"
|
1019
|
+
},
|
1020
|
+
{
|
1021
|
+
"document": "获取动态签署人补充链接,创建合同时未指定具体签署人,可获取链接后推送给指定的人进行补充,预设了平台子客企业OpenId后进入领取链接只能以该平台子客企业身份去领取并签署合同\n注: \n`1.参数GenerateType需传值为RECIPIENT` \n`2.需指定对应的签署方角色编号(即RecipientId)` ",
|
1022
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSignUrls\n<公共请求参数>\n\n{\n \"FlowIds\": [\n \"yDwhGUUfe5g******CX8ZwTiSg8gISocy\"\n ],\n \"RecipientIds\": [\n \"yDwJDUUckpkv98zbUEF1GNmv6ln4ga9W\"\n ],\n \"OrganizationOpenId\": \"dian_zi_qian\",\n \"GenerateType\": \"RECIPIENT\",\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"1000***8062\",\n \"ProxyOperator\": {\n \"OpenId\": \"yDR3L****eTdCt5TVx\"\n },\n \"AppId\": \"125***319\"\n },\n \"Endpoint\": \"\"\n}",
|
1023
|
+
"output": "{\n \"Response\": {\n \"ErrorMessages\": [],\n \"RequestId\": \"s1696937862717144539\",\n \"SignUrlInfos\": [\n {\n \"ApproverType\": \"\",\n \"CustomUserId\": \"\",\n \"Deadline\": 0,\n \"FlowGroupId\": \"\",\n \"FlowId\": \"yDwhGUUfe5g******CX8ZwTiSg8gISocy\",\n \"IdCardNumber\": \"\",\n \"Mobile\": \"\",\n \"Name\": \"\",\n \"OpenId\": \"\",\n \"OrganizationName\": \"\",\n \"SignId\": \"\",\n \"SignOrder\": 0,\n \"SignQrcodeUrl\": \"https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.JPG?hkey=5d92f0db15e6bbba6aea641f64c5c06dcbe2797f**************69ee4e24cd976dd8376dbd41c6ff227c803c4c561c\",\n \"SignUrl\": \"https://test.essurl.cn/gGI***nZC\"\n }\n ]\n }\n}",
|
1024
|
+
"title": "获取动态签署人补充链接, 并且预设平台子客企业OpenId"
|
1025
|
+
}
|
1026
|
+
],
|
1027
|
+
"DeleteOrganizationAuthorizations": [
|
1028
|
+
{
|
1029
|
+
"document": "1. 企业典子谦示例企业 通过生成批量认证接口生成了 两个认证企业 (张三示例企业一, 张三示例企业二)\n2. 此时操作人典子谦示例企业 的业务员典子谦 发现超管应该是李四,信息填写错误,希望批量清除之前写错的信息,进行重新认证。\n3. 此时传递超管的姓名和手机号, 来进行清理。\n4. 全部清理成功,status 返回为 1",
|
1030
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteOrganizationAuthorizations\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"AdminName\": \"张三\",\n \"AdminMobile\": \"18888888888\"\n}",
|
1031
|
+
"output": "{\n \"Response\": {\n \"DeleteOrganizationAuthorizationInfos\": [\n {\n \"AuthorizationId\": \"yDCkRUUckp4mdtwzUuvjSCCEzIZPsM4A\",\n \"OrganizationName\": \"张三示例企业一\",\n \"OrganizationOpenId\": \"org_zhangsan_1\"\n },\n {\n \"AuthorizationId\": \"yDCkRUUckp4mdw8eUuYnzJiiRO2w2jQI\",\n \"OrganizationName\": \"张三示例企业一\",\n \"OrganizationOpenId\": \"org_zhangsan_2\"\n }\n ],\n \"RequestId\": \"37e81c99bc4e\",\n \"Status\": 1\n }\n}",
|
1032
|
+
"title": "批量清理张三的所有认证中的认证流"
|
987
1033
|
}
|
988
1034
|
],
|
989
1035
|
"DescribeBatchOrganizationRegistrationUrls": [
|
@@ -1131,12 +1177,6 @@
|
|
1131
1177
|
}
|
1132
1178
|
],
|
1133
1179
|
"ModifyExtendedService": [
|
1134
|
-
{
|
1135
|
-
"document": "开通骑缝章扩展服务",
|
1136
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyExtendedService\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"admin-open-id\"\n },\n \"ProxyOrganizationOpenId\": \"org-open-id\",\n \"AppId\": \"APPID122344555\"\n },\n \"ServiceType\": \"PAGING_SEAL\",\n \"Operate\": \"OPEN\"\n}",
|
1137
|
-
"output": "{\n \"Response\": {\n \"OperateUrl\": \"\",\n \"RequestId\": \"s1673342239896659883\"\n }\n}",
|
1138
|
-
"title": "开通骑缝章"
|
1139
|
-
},
|
1140
1180
|
{
|
1141
1181
|
"document": "关闭企业静默签署扩展服务",
|
1142
1182
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyExtendedService\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"admin-open-id\"\n },\n \"ProxyOrganizationOpenId\": \"org-open-id\",\n \"AppId\": \"APPID122344555\"\n },\n \"ServiceType\": \"AUTO_SIGN\",\n \"Operate\": \"CLOSE\"\n}",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
{
|
36
36
|
"disabled": false,
|
37
37
|
"document": "活动Id",
|
38
|
-
"example": "",
|
38
|
+
"example": "300314",
|
39
39
|
"member": "int64",
|
40
40
|
"name": "ActivityId",
|
41
41
|
"required": true,
|
@@ -44,7 +44,7 @@
|
|
44
44
|
{
|
45
45
|
"disabled": false,
|
46
46
|
"document": "素材Id",
|
47
|
-
"example": "",
|
47
|
+
"example": "qc_300314_789050_75",
|
48
48
|
"member": "string",
|
49
49
|
"name": "MaterialId",
|
50
50
|
"required": false,
|
@@ -53,7 +53,7 @@
|
|
53
53
|
{
|
54
54
|
"disabled": false,
|
55
55
|
"document": "每次拉取条数",
|
56
|
-
"example": "",
|
56
|
+
"example": "20",
|
57
57
|
"member": "int64",
|
58
58
|
"name": "Limit",
|
59
59
|
"required": false,
|
@@ -62,7 +62,7 @@
|
|
62
62
|
{
|
63
63
|
"disabled": false,
|
64
64
|
"document": "偏移量",
|
65
|
-
"example": "",
|
65
|
+
"example": "0",
|
66
66
|
"member": "int64",
|
67
67
|
"name": "Offset",
|
68
68
|
"required": false,
|
@@ -77,18 +77,20 @@
|
|
77
77
|
{
|
78
78
|
"disabled": false,
|
79
79
|
"document": "素材列表数据",
|
80
|
-
"example": "",
|
80
|
+
"example": "[{\"CreateTime\":\"2022-11-29 18:46:34\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1597542526641664000_1\",\"FaceInfo\":{\"Height\":167,\"Width\":128,\"X\":221,\"Y\":125}}],\"MaterialId\":\"mt_1597542526641664000\",\"MaterialName\":\"test1.png\",\"MaterialStatus\":0,\"UpdateTime\":\"2022-11-29 18:46:34\"},{\"CreateTime\":\"2022-12-15 14:19:51\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1603273612711829504_1\",\"FaceInfo\":{\"Height\":167,\"Width\":128,\"X\":221,\"Y\":125}}],\"MaterialId\":\"mt_1603273612711829504\",\"MaterialName\":\"test2.png\",\"MaterialStatus\":0,\"UpdateTime\":\"2022-12-15 14:19:51\"},{\"CreateTime\":\"2022-11-10 10:28:10\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1590531733435097088_1\",\"FaceInfo\":{\"Height\":167,\"Width\":128,\"X\":221,\"Y\":125}}],\"MaterialId\":\"mt_1590531733435097088\",\"MaterialName\":\"test3.png\",\"MaterialStatus\":1,\"UpdateTime\":\"2022-12-07 17:10:54\"},{\"CreateTime\":\"2022-12-07 16:13:41\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1600403157392855040_1\",\"FaceInfo\":{\"Height\":236,\"Width\":177,\"X\":186,\"Y\":95}}],\"MaterialId\":\"mt_1600403157392855040\",\"MaterialName\":\"test4.png\",\"MaterialStatus\":3,\"UpdateTime\":\"2022-12-07 16:13:52\"},{\"CreateTime\":\"2022-12-15 14:20:21\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1603273738050215936_1\",\"FaceInfo\":{\"Height\":129,\"Width\":119,\"X\":215,\"Y\":69}}],\"MaterialId\":\"mt_1603273738050215936\",\"MaterialName\":\"test5.jpg\",\"MaterialStatus\":3,\"UpdateTime\":\"2022-12-15 14:25:28\"}]",
|
81
81
|
"member": "PublicMaterialInfos",
|
82
82
|
"name": "MaterialInfos",
|
83
|
+
"output_required": true,
|
83
84
|
"type": "list",
|
84
85
|
"value_allowed_null": false
|
85
86
|
},
|
86
87
|
{
|
87
88
|
"disabled": false,
|
88
89
|
"document": "素材条数",
|
89
|
-
"example": "",
|
90
|
+
"example": "10",
|
90
91
|
"member": "int64",
|
91
92
|
"name": "Count",
|
93
|
+
"output_required": true,
|
92
94
|
"type": "int",
|
93
95
|
"value_allowed_null": false
|
94
96
|
},
|
@@ -217,40 +219,40 @@
|
|
217
219
|
{
|
218
220
|
"disabled": false,
|
219
221
|
"document": "人脸框的横坐标",
|
220
|
-
"example": "",
|
222
|
+
"example": "362",
|
221
223
|
"member": "int64",
|
222
224
|
"name": "X",
|
223
|
-
"
|
225
|
+
"output_required": true,
|
224
226
|
"type": "int",
|
225
227
|
"value_allowed_null": false
|
226
228
|
},
|
227
229
|
{
|
228
230
|
"disabled": false,
|
229
231
|
"document": "人脸框的纵坐标",
|
230
|
-
"example": "",
|
232
|
+
"example": "56",
|
231
233
|
"member": "int64",
|
232
234
|
"name": "Y",
|
233
|
-
"
|
235
|
+
"output_required": true,
|
234
236
|
"type": "int",
|
235
237
|
"value_allowed_null": false
|
236
238
|
},
|
237
239
|
{
|
238
240
|
"disabled": false,
|
239
241
|
"document": "人脸框的宽度",
|
240
|
-
"example": "",
|
242
|
+
"example": "762",
|
241
243
|
"member": "int64",
|
242
244
|
"name": "Width",
|
243
|
-
"
|
245
|
+
"output_required": true,
|
244
246
|
"type": "int",
|
245
247
|
"value_allowed_null": false
|
246
248
|
},
|
247
249
|
{
|
248
250
|
"disabled": false,
|
249
251
|
"document": "人脸框的高度",
|
250
|
-
"example": "",
|
252
|
+
"example": "788",
|
251
253
|
"member": "int64",
|
252
254
|
"name": "Height",
|
253
|
-
"
|
255
|
+
"output_required": true,
|
254
256
|
"type": "int",
|
255
257
|
"value_allowed_null": false
|
256
258
|
}
|
@@ -332,7 +334,7 @@
|
|
332
334
|
{
|
333
335
|
"disabled": false,
|
334
336
|
"document": "用户人脸图片、素材模板图的人脸位置信息。",
|
335
|
-
"example": "[]",
|
337
|
+
"example": "[{\"Url\":\"https://liudehua-9527.cos.ap-guangzhou.myqcloud.com/image.jpeg\"}]",
|
336
338
|
"member": "MergeInfo",
|
337
339
|
"name": "MergeInfos",
|
338
340
|
"required": true,
|
@@ -359,7 +361,7 @@
|
|
359
361
|
{
|
360
362
|
"disabled": false,
|
361
363
|
"document": "0表示不需要不适宜内容识别,1表示需要不适宜内容识别。默认值为0。\n请注意,不适宜内容识别服务开启后,您需要根据返回结果自行判断是否调整您的业务逻辑。例如提示您的用户图片非法,请更换图片。",
|
362
|
-
"example": "
|
364
|
+
"example": "0",
|
363
365
|
"member": "int64",
|
364
366
|
"name": "CelebrityIdentify",
|
365
367
|
"required": false,
|
@@ -368,7 +370,7 @@
|
|
368
370
|
{
|
369
371
|
"disabled": false,
|
370
372
|
"document": "融合参数",
|
371
|
-
"example": "
|
373
|
+
"example": "{\"ImageCodecParam\":{\"MetaData\": {\"MetaKey\":\"aigc\",\"MetaValue\":\"1\"}}}",
|
372
374
|
"member": "FuseParam",
|
373
375
|
"name": "FuseParam",
|
374
376
|
"required": false,
|
@@ -383,7 +385,7 @@
|
|
383
385
|
{
|
384
386
|
"disabled": false,
|
385
387
|
"document": "RspImgType 为 url 时,返回结果的 url, RspImgType 为 base64 时返回 base64 数据。",
|
386
|
-
"example": "/
|
388
|
+
"example": "https://liudehua-9527.cos.ap-guangzhou.myqcloud.com/result.jpeg",
|
387
389
|
"member": "string",
|
388
390
|
"name": "FusedImage",
|
389
391
|
"output_required": true,
|
@@ -393,7 +395,7 @@
|
|
393
395
|
{
|
394
396
|
"disabled": false,
|
395
397
|
"document": "不适宜内容识别结果。该数组的顺序和请求中mergeinfo的顺序一致,一一对应\n注意:此字段可能返回 null,表示取不到有效值。",
|
396
|
-
"example": "
|
398
|
+
"example": "0",
|
397
399
|
"member": "FuseFaceReviewResult",
|
398
400
|
"name": "ReviewResultSet",
|
399
401
|
"output_required": true,
|
@@ -461,7 +463,7 @@
|
|
461
463
|
{
|
462
464
|
"disabled": false,
|
463
465
|
"document": "保留字段",
|
464
|
-
"example": "
|
466
|
+
"example": "Politics",
|
465
467
|
"member": "string",
|
466
468
|
"name": "Category",
|
467
469
|
"output_required": true,
|
@@ -471,7 +473,7 @@
|
|
471
473
|
{
|
472
474
|
"disabled": false,
|
473
475
|
"document": "状态码, 0为处理成功,其他值为处理失败",
|
474
|
-
"example": "
|
476
|
+
"example": "0",
|
475
477
|
"member": "string",
|
476
478
|
"name": "Code",
|
477
479
|
"output_required": true,
|
@@ -481,7 +483,7 @@
|
|
481
483
|
{
|
482
484
|
"disabled": false,
|
483
485
|
"document": "对应状态码信息描述",
|
484
|
-
"example": "
|
486
|
+
"example": "OK",
|
485
487
|
"member": "string",
|
486
488
|
"name": "CodeDescription",
|
487
489
|
"output_required": true,
|
@@ -491,7 +493,7 @@
|
|
491
493
|
{
|
492
494
|
"disabled": false,
|
493
495
|
"document": "保留字段",
|
494
|
-
"example": "
|
496
|
+
"example": "30",
|
495
497
|
"member": "float",
|
496
498
|
"name": "Confidence",
|
497
499
|
"output_required": true,
|
@@ -501,7 +503,7 @@
|
|
501
503
|
{
|
502
504
|
"disabled": false,
|
503
505
|
"document": "保留字段",
|
504
|
-
"example": "
|
506
|
+
"example": "PASS",
|
505
507
|
"member": "string",
|
506
508
|
"name": "Suggestion",
|
507
509
|
"output_required": true,
|
@@ -511,7 +513,7 @@
|
|
511
513
|
{
|
512
514
|
"disabled": false,
|
513
515
|
"document": "审核详细内容",
|
514
|
-
"example": "
|
516
|
+
"example": "[{\"Label\": \"丁俊晖\",\"Confidence\": 30,\"Suggestion\": \"PASS\"}]",
|
515
517
|
"member": "FuseFaceReviewDetail",
|
516
518
|
"name": "DetailSet",
|
517
519
|
"output_required": true,
|
@@ -649,100 +651,100 @@
|
|
649
651
|
{
|
650
652
|
"disabled": false,
|
651
653
|
"document": "素材Id",
|
652
|
-
"example": "",
|
654
|
+
"example": "无",
|
653
655
|
"member": "string",
|
654
656
|
"name": "MaterialId",
|
655
|
-
"
|
657
|
+
"output_required": true,
|
656
658
|
"type": "string",
|
657
659
|
"value_allowed_null": false
|
658
660
|
},
|
659
661
|
{
|
660
662
|
"disabled": false,
|
661
663
|
"document": "素材状态",
|
662
|
-
"example": "",
|
664
|
+
"example": "无",
|
663
665
|
"member": "int64",
|
664
666
|
"name": "MaterialStatus",
|
665
|
-
"
|
667
|
+
"output_required": true,
|
666
668
|
"type": "int",
|
667
669
|
"value_allowed_null": false
|
668
670
|
},
|
669
671
|
{
|
670
672
|
"disabled": false,
|
671
673
|
"document": "脸型参数P图",
|
672
|
-
"example": "",
|
674
|
+
"example": "无",
|
673
675
|
"member": "int64",
|
674
676
|
"name": "BlendParamPtu",
|
675
|
-
"
|
677
|
+
"output_required": true,
|
676
678
|
"type": "int",
|
677
679
|
"value_allowed_null": false
|
678
680
|
},
|
679
681
|
{
|
680
682
|
"disabled": false,
|
681
683
|
"document": "五官参数P图",
|
682
|
-
"example": "",
|
684
|
+
"example": "无",
|
683
685
|
"member": "int64",
|
684
686
|
"name": "PositionParamPtu",
|
685
|
-
"
|
687
|
+
"output_required": true,
|
686
688
|
"type": "int",
|
687
689
|
"value_allowed_null": false
|
688
690
|
},
|
689
691
|
{
|
690
692
|
"disabled": false,
|
691
693
|
"document": "脸型参数优图",
|
692
|
-
"example": "",
|
694
|
+
"example": "无",
|
693
695
|
"member": "int64",
|
694
696
|
"name": "BlendParamYoutu",
|
695
|
-
"
|
697
|
+
"output_required": true,
|
696
698
|
"type": "int",
|
697
699
|
"value_allowed_null": false
|
698
700
|
},
|
699
701
|
{
|
700
702
|
"disabled": false,
|
701
703
|
"document": "五官参数优图",
|
702
|
-
"example": "",
|
704
|
+
"example": "无",
|
703
705
|
"member": "int64",
|
704
706
|
"name": "PositionParamYoutu",
|
705
|
-
"
|
707
|
+
"output_required": true,
|
706
708
|
"type": "int",
|
707
709
|
"value_allowed_null": false
|
708
710
|
},
|
709
711
|
{
|
710
712
|
"disabled": false,
|
711
713
|
"document": "素材COS地址",
|
712
|
-
"example": "",
|
714
|
+
"example": "无",
|
713
715
|
"member": "string",
|
714
716
|
"name": "Url",
|
715
|
-
"
|
717
|
+
"output_required": true,
|
716
718
|
"type": "string",
|
717
719
|
"value_allowed_null": false
|
718
720
|
},
|
719
721
|
{
|
720
722
|
"disabled": false,
|
721
723
|
"document": "创建时间",
|
722
|
-
"example": "",
|
724
|
+
"example": "无",
|
723
725
|
"member": "string",
|
724
726
|
"name": "CreateTime",
|
725
|
-
"
|
727
|
+
"output_required": true,
|
726
728
|
"type": "string",
|
727
729
|
"value_allowed_null": false
|
728
730
|
},
|
729
731
|
{
|
730
732
|
"disabled": false,
|
731
733
|
"document": "修改时间",
|
732
|
-
"example": "",
|
734
|
+
"example": "无",
|
733
735
|
"member": "string",
|
734
736
|
"name": "UpdateTime",
|
735
|
-
"
|
737
|
+
"output_required": true,
|
736
738
|
"type": "string",
|
737
739
|
"value_allowed_null": false
|
738
740
|
},
|
739
741
|
{
|
740
742
|
"disabled": false,
|
741
743
|
"document": "人脸信息",
|
742
|
-
"example": "",
|
744
|
+
"example": "无",
|
743
745
|
"member": "MaterialFaceList",
|
744
746
|
"name": "MaterialFaceList",
|
745
|
-
"
|
747
|
+
"output_required": true,
|
746
748
|
"type": "list",
|
747
749
|
"value_allowed_null": false
|
748
750
|
}
|
@@ -3,8 +3,8 @@
|
|
3
3
|
"DescribeMaterialList": [
|
4
4
|
{
|
5
5
|
"document": "拉起素材列表(对外)",
|
6
|
-
"input": "
|
7
|
-
"output": "{\n \"Response\": {\n \"Count\": 1,\n \"RequestId\": \"testDescribeMaterialList1589864389240\"\n }\n}",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: facefusion.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMaterialList\n<公共请求参数>\n\n{\n \"ActivityId\": \"10\",\n \"Limit\": \"10\",\n \"MaterialId\": \"\\\"q-materialId-000\\\"\",\n \"Offset\": \"1\"\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"MaterialInfos\": [\n {\n \"MaterialStatus\": 2,\n \"MaterialId\": \"qc_300232_698652_24\",\n \"MaterialFaceList\": [\n {\n \"FaceId\": \"300232_24_1\",\n \"FaceInfo\": {\n \"X\": 43,\n \"Y\": 86,\n \"Width\": 127,\n \"Height\": 127\n }\n }\n ],\n \"CreateTime\": \"2020-04-09T03:27:02.903Z\",\n \"UpdateTime\": \"2020-04-09T03:27:02.903Z\",\n \"BlendParamPtu\": 50,\n \"BlendParamYoutu\": 50,\n \"PositionParamPtu\": 50,\n \"PositionParamYoutu\": 50,\n \"Url\": \"https://facefusion-test-1254418846.cos.ap-guangzhou.myqcloud.com/251009261/300232/qc_300232_698652_24?q-sign-algorithm=sha1&q-ak=AKIDwPsEPTKPkvyqWIN2iCUeeU9brvnUQIgx&q-sign-time=1589864388;1589864688&q-key-time=1589864388;1589864688&q-header-list=&q-url-param-list=&q-signature=0238eb819c073d889ba056a151cdfe4688c1b5fa\"\n }\n ],\n \"Count\": 1,\n \"RequestId\": \"testDescribeMaterialList1589864389240\"\n }\n}",
|
8
8
|
"title": "素材列表"
|
9
9
|
}
|
10
10
|
],
|