tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/asr/v20190614/api.json +18 -18
- tccli/services/batch/v20170312/api.json +14 -14
- tccli/services/bh/bh_client.py +623 -93
- tccli/services/bh/v20230418/api.json +1054 -32
- tccli/services/bh/v20230418/examples.json +93 -1
- tccli/services/billing/billing_client.py +4 -57
- tccli/services/billing/v20180709/api.json +3 -305
- tccli/services/billing/v20180709/examples.json +2 -10
- tccli/services/bpaas/v20181217/api.json +56 -56
- tccli/services/cat/cat_client.py +61 -8
- tccli/services/cat/v20180409/api.json +115 -0
- tccli/services/cat/v20180409/examples.json +20 -0
- tccli/services/cbs/v20170312/api.json +9 -7
- tccli/services/cbs/v20170312/examples.json +2 -2
- tccli/services/ccc/ccc_client.py +216 -4
- tccli/services/ccc/v20200210/api.json +364 -6
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/v20170320/api.json +23 -14
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdc/cdc_client.py +173 -67
- tccli/services/cdc/v20201214/api.json +96 -0
- tccli/services/cdc/v20201214/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +365 -279
- tccli/services/cdwch/v20200915/api.json +21 -21
- tccli/services/cdwdoris/v20211228/api.json +21 -1
- tccli/services/cdwdoris/v20211228/examples.json +4 -4
- tccli/services/cdwpg/v20201230/api.json +375 -360
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +201 -5
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +57 -4
- tccli/services/chc/v20230418/api.json +108 -1
- tccli/services/chc/v20230418/examples.json +8 -0
- tccli/services/ckafka/ckafka_client.py +408 -302
- tccli/services/ckafka/v20190819/api.json +197 -2
- tccli/services/ckafka/v20190819/examples.json +16 -0
- tccli/services/clb/v20180317/api.json +439 -379
- tccli/services/clb/v20180317/examples.json +7 -7
- tccli/services/cls/cls_client.py +53 -0
- tccli/services/cls/v20201016/api.json +86 -3
- tccli/services/cls/v20201016/examples.json +11 -3
- tccli/services/cvm/v20170312/api.json +165 -147
- tccli/services/cvm/v20170312/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +93 -14
- tccli/services/cwp/v20180228/examples.json +7 -7
- tccli/services/cynosdb/cynosdb_client.py +171 -12
- tccli/services/cynosdb/v20190107/api.json +252 -3
- tccli/services/cynosdb/v20190107/examples.json +24 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dc/v20180410/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +816 -655
- tccli/services/dlc/v20210125/examples.json +73 -59
- tccli/services/dsgc/v20190723/api.json +18 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/dts/v20211206/examples.json +6 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +127 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +686 -151
- tccli/services/es/v20180416/api.json +509 -436
- tccli/services/es/v20180416/examples.json +43 -49
- tccli/services/es/v20250101/api.json +1391 -0
- tccli/services/es/v20250101/examples.json +85 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +142 -21
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +112 -9
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/gaap/v20180529/api.json +321 -312
- tccli/services/gaap/v20180529/examples.json +2 -2
- tccli/services/gs/gs_client.py +538 -8
- tccli/services/gs/v20191118/api.json +947 -44
- tccli/services/gs/v20191118/examples.json +87 -1
- tccli/services/gwlb/v20240906/api.json +56 -37
- tccli/services/gwlb/v20240906/examples.json +11 -5
- tccli/services/hunyuan/hunyuan_client.py +175 -69
- tccli/services/hunyuan/v20230901/api.json +191 -1
- tccli/services/hunyuan/v20230901/examples.json +17 -1
- tccli/services/ioa/ioa_client.py +227 -15
- tccli/services/ioa/v20220601/api.json +479 -0
- tccli/services/ioa/v20220601/examples.json +44 -0
- tccli/services/iotexplorer/iotexplorer_client.py +322 -4
- tccli/services/iotexplorer/v20190423/api.json +865 -52
- tccli/services/iotexplorer/v20190423/examples.json +64 -16
- tccli/services/iotvideo/iotvideo_client.py +57 -4
- tccli/services/iotvideo/v20211125/api.json +146 -0
- tccli/services/iotvideo/v20211125/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +1 -1
- tccli/services/kms/v20190118/api.json +38 -2
- tccli/services/lcic/v20220817/api.json +66 -1
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +0 -106
- tccli/services/lighthouse/v20200324/api.json +11 -98
- tccli/services/lighthouse/v20200324/examples.json +0 -16
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +208 -10
- tccli/services/lke/v20231130/examples.json +10 -10
- tccli/services/lkeap/lkeap_client.py +53 -0
- tccli/services/lkeap/v20240522/api.json +48 -4
- tccli/services/lkeap/v20240522/examples.json +8 -0
- tccli/services/mna/mna_client.py +4 -163
- tccli/services/mna/v20210119/api.json +0 -524
- tccli/services/mna/v20210119/examples.json +0 -24
- tccli/services/monitor/monitor_client.py +114 -8
- tccli/services/monitor/v20180724/api.json +129 -18
- tccli/services/monitor/v20180724/examples.json +17 -1
- tccli/services/mps/v20190612/api.json +1223 -1031
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/nlp/v20190408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +12 -12
- tccli/services/oceanus/v20190422/examples.json +15 -3
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/postgres/v20170312/api.json +2 -2
- tccli/services/privatedns/v20201028/api.json +30 -11
- tccli/services/privatedns/v20201028/examples.json +10 -10
- tccli/services/rce/v20201103/api.json +3 -3
- tccli/services/ses/v20201002/api.json +10 -1
- tccli/services/smop/v20201203/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/ssm/v20190923/api.json +27 -0
- tccli/services/sts/sts_client.py +53 -0
- tccli/services/sts/v20180813/api.json +101 -1
- tccli/services/sts/v20180813/examples.json +8 -0
- tccli/services/taf/taf_client.py +0 -53
- tccli/services/taf/v20200210/api.json +0 -138
- tccli/services/taf/v20200210/examples.json +0 -8
- tccli/services/tan/v20220420/api.json +2 -2
- tccli/services/tat/v20201028/api.json +2 -2
- tccli/services/tcb/v20180608/api.json +29 -1
- tccli/services/tcbr/v20220217/api.json +32 -0
- tccli/services/tccatalog/v20241024/api.json +1 -1
- tccli/services/tccatalog/v20241024/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +5 -5
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +84 -34
- tccli/services/tcss/v20201101/examples.json +2809 -0
- tccli/services/tdmq/v20200217/api.json +40 -0
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tds/tds_client.py +53 -0
- tccli/services/tds/v20220801/api.json +265 -0
- tccli/services/tds/v20220801/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +664 -575
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +236 -208
- tccli/services/teo/v20220901/examples.json +13 -13
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +256 -0
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +489 -12
- tccli/services/trocket/v20230308/api.json +925 -146
- tccli/services/trocket/v20230308/examples.json +72 -0
- tccli/services/trtc/v20190722/api.json +13 -19
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +1016 -995
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +510 -465
- tccli/services/tsf/v20180326/examples.json +4 -4
- tccli/services/tts/v20190823/api.json +10 -10
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vcube/v20220410/api.json +10 -0
- tccli/services/vdb/v20230616/api.json +10 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +824 -254
- tccli/services/vpc/v20170312/examples.json +66 -10
- tccli/services/vpc/vpc_client.py +383 -12
- tccli/services/vrs/v20200824/api.json +9 -0
- tccli/services/waf/v20180125/api.json +8113 -5814
- tccli/services/waf/v20180125/examples.json +90 -0
- tccli/services/waf/waf_client.py +559 -82
- tccli/services/wedata/v20210820/api.json +1379 -24
- tccli/services/wedata/v20210820/examples.json +25 -1
- tccli/services/wedata/wedata_client.py +171 -12
- tccli/services/weilingwith/v20230427/api.json +1 -1
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -1081,6 +1081,12 @@
|
|
1081
1081
|
}
|
1082
1082
|
],
|
1083
1083
|
"CreateSchemeUrl": [
|
1084
|
+
{
|
1085
|
+
"document": "",
|
1086
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSchemeUrl\n<公共请求参数>\n\n{\n \"FlowId\": \"yDtw0UUllc7k0bUxN9VKyqcSdNb\",\n \"Name\": \"典子谦\",\n \"Mobile\": \"13200000000\",\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n }\n}",
|
1087
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4a9c1797-12b9-4c09-b622-78637aa9a1e4\",\n \"SchemeQrcodeUrl\": \"https://file.ess.tencent.cn/bresource/resource/resource/0/0.JPG?hkey=pb74MRyFMOFd7\",\n \"SchemeUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?&shortKey=yDtBuUTvde\"\n }\n}",
|
1088
|
+
"title": "获取合同的签署链接"
|
1089
|
+
},
|
1084
1090
|
{
|
1085
1091
|
"document": "1. 获取合同组的签署链接(FlowGroupId设置成合同组的ID)\n2. 签署链接是短链(EndPoint设置成HTTP_SHORT_URL)",
|
1086
1092
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSchemeUrl\n<公共请求参数>\n\n{\n \"FlowGroupId\": \"yDwq7UUckpknjh4hUu1vFD6uHSIyKQPf\",\n \"PathType\": 1,\n \"Name\": \"典子谦\",\n \"Mobile\": \"13200000000\",\n \"EndPoint\": \"HTTP_SHORT_URL\",\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n }\n}",
|
@@ -1840,6 +1846,14 @@
|
|
1840
1846
|
"title": "示例-普通企业更新角色(不带权限树参数)"
|
1841
1847
|
}
|
1842
1848
|
],
|
1849
|
+
"OperateTemplate": [
|
1850
|
+
{
|
1851
|
+
"document": "删除企业下的模板yDwivUUckpo2g6ugUu4sxH2i15SY0OZY",
|
1852
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OperateTemplate\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDxVwUyKQWho8CUuO4zjEyQOAgwvr4Zy\"\n },\n \"OperateType\": \"DELETE\",\n \"TemplateId\": \"yDwivUUckpo2g6ugUu4sxH2i15SY0OZY\"\n}",
|
1853
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7da39d89-2b6c-4fd9-9f32-735137d5a6e9\"\n }\n}",
|
1854
|
+
"title": "删除模板"
|
1855
|
+
}
|
1856
|
+
],
|
1843
1857
|
"RenewAutoSignLicense": [
|
1844
1858
|
{
|
1845
1859
|
"document": "给医疗个人自动签许可续期,续期成功返回追加一年后的有效期。",
|
@@ -3451,6 +3451,58 @@ def doCheckBankCard4EVerification(args, parsed_globals):
|
|
3451
3451
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3452
3452
|
|
3453
3453
|
|
3454
|
+
def doOperateTemplate(args, parsed_globals):
|
3455
|
+
g_param = parse_global_arg(parsed_globals)
|
3456
|
+
|
3457
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
3458
|
+
cred = credential.CVMRoleCredential()
|
3459
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
3460
|
+
cred = credential.STSAssumeRoleCredential(
|
3461
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
3462
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
3463
|
+
)
|
3464
|
+
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):
|
3465
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
3466
|
+
else:
|
3467
|
+
cred = credential.Credential(
|
3468
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
3469
|
+
)
|
3470
|
+
http_profile = HttpProfile(
|
3471
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
3472
|
+
reqMethod="POST",
|
3473
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
3474
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
3475
|
+
)
|
3476
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
3477
|
+
if g_param[OptionsDefine.Language]:
|
3478
|
+
profile.language = g_param[OptionsDefine.Language]
|
3479
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
3480
|
+
client = mod.EssbasicClient(cred, g_param[OptionsDefine.Region], profile)
|
3481
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
3482
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
3483
|
+
model = models.OperateTemplateRequest()
|
3484
|
+
model.from_json_string(json.dumps(args))
|
3485
|
+
start_time = time.time()
|
3486
|
+
while True:
|
3487
|
+
rsp = client.OperateTemplate(model)
|
3488
|
+
result = rsp.to_json_string()
|
3489
|
+
try:
|
3490
|
+
json_obj = json.loads(result)
|
3491
|
+
except TypeError as e:
|
3492
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
3493
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
3494
|
+
break
|
3495
|
+
cur_time = time.time()
|
3496
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
3497
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
3498
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
3499
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
3500
|
+
else:
|
3501
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
3502
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
3503
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3504
|
+
|
3505
|
+
|
3454
3506
|
def doModifyExtendedService(args, parsed_globals):
|
3455
3507
|
g_param = parse_global_arg(parsed_globals)
|
3456
3508
|
|
@@ -7430,6 +7482,7 @@ ACTION_MAP = {
|
|
7430
7482
|
"DescribeFileUrls": doDescribeFileUrls,
|
7431
7483
|
"ChannelCreateMultiFlowSignQRCode": doChannelCreateMultiFlowSignQRCode,
|
7432
7484
|
"CheckBankCard4EVerification": doCheckBankCard4EVerification,
|
7485
|
+
"OperateTemplate": doOperateTemplate,
|
7433
7486
|
"ModifyExtendedService": doModifyExtendedService,
|
7434
7487
|
"CreateEmployeeChangeUrl": doCreateEmployeeChangeUrl,
|
7435
7488
|
"SendSignInnerVerifyCode": doSendSignInnerVerifyCode,
|
@@ -595,6 +595,13 @@
|
|
595
595
|
"output": "OperateChannelTemplateResponse",
|
596
596
|
"status": "online"
|
597
597
|
},
|
598
|
+
"OperateTemplate": {
|
599
|
+
"document": "此接口(OperateTemplate)用于对企业自有模板进行管理操作,所有操作都会有对应的回调触发,具体参考回调文档 <a href=\"https://qian.tencent.com/developers/partner/callback_types_templates\" target=\"_blank\">模板操作相关回调</a>\n\n# 支持的操作\n## 1. 删除模板 (OperateType=DELETE)\n此操作会将模板从企业自有模板中彻底删除,若要保留模板而不删除,可将模板停用。\n\n## 2. 启用模板 (OperateType=ENABLE)\n此操作是将已停用的模板启用,操作幂等,若模板已启用,接口不报错。\n\n## 3. 停用模板 (OperateType=DISABLE)\n此操作是将已启用的模板停用,操作幂等,若模板已停用,接口不报错,停用后,无法通过此模板发起合同,已发起的合同不受影响。",
|
600
|
+
"input": "OperateTemplateRequest",
|
601
|
+
"name": "企业模板管理",
|
602
|
+
"output": "OperateTemplateResponse",
|
603
|
+
"status": "online"
|
604
|
+
},
|
598
605
|
"PrepareFlows": {
|
599
606
|
"document": "该接口 (PrepareFlows) 用于创建待发起文件\n用户通过该接口进入签署流程发起的确认页面,进行发起信息二次确认, 如果确认则进行正常发起。\n目前该接口只支持B2C,<font color='red'> **不建议使用,将会废弃**</font>。",
|
600
607
|
"input": "PrepareFlowsRequest",
|
@@ -1871,6 +1878,15 @@
|
|
1871
1878
|
"name": "CanBatchReject",
|
1872
1879
|
"required": false,
|
1873
1880
|
"type": "bool"
|
1881
|
+
},
|
1882
|
+
{
|
1883
|
+
"disabled": false,
|
1884
|
+
"document": "预设的动态签署方的补充信息,仅匹配对应信息的签署方才能领取合同。暂时仅对个人参与方生效。",
|
1885
|
+
"example": "无",
|
1886
|
+
"member": "PresetApproverInfo",
|
1887
|
+
"name": "PresetApproverInfo",
|
1888
|
+
"required": false,
|
1889
|
+
"type": "object"
|
1874
1890
|
}
|
1875
1891
|
],
|
1876
1892
|
"type": "object"
|
@@ -1911,7 +1927,7 @@
|
|
1911
1927
|
},
|
1912
1928
|
{
|
1913
1929
|
"disabled": false,
|
1914
|
-
"document": "签署方经办人的姓名。\n经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。\n\n
|
1930
|
+
"document": "签署方经办人的姓名。\n经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。\n\n注:\n<ul>\n<li>请确保和合同中填入的一致。</li>\n<li>在动态签署人补充链接场景中,可以通过传入这个值,对补充的个人参与方信息进行限制。仅匹配传入姓名的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。</li>\n</ul>",
|
1915
1931
|
"example": "真实姓名",
|
1916
1932
|
"member": "string",
|
1917
1933
|
"name": "Name",
|
@@ -1920,7 +1936,7 @@
|
|
1920
1936
|
},
|
1921
1937
|
{
|
1922
1938
|
"disabled": false,
|
1923
|
-
"document": "手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。\n请确认手机号所有方为此业务通知方。\n\n
|
1939
|
+
"document": "手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。\n请确认手机号所有方为此业务通知方。\n\n注:\n<ul>\n<li>请确保和合同中填入的一致, 若无法保持一致,请确保在发起和生成批量签署链接时传入相同的参与方证件信息。</li><li>在生成动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入手机号的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。 </li>\n</ul>\n",
|
1924
1940
|
"example": "187****9829",
|
1925
1941
|
"member": "string",
|
1926
1942
|
"name": "Mobile",
|
@@ -1938,7 +1954,7 @@
|
|
1938
1954
|
},
|
1939
1955
|
{
|
1940
1956
|
"disabled": false,
|
1941
|
-
"document": "证件类型,支持以下类型\n<ul><li>**ID_CARD** : 中国大陆居民身份证 (默认值)</li>\n<li>**HONGKONG_AND_MACAO** : 中国港澳居民来往内地通行证</li>\n<li>**HONGKONG_MACAO_AND_TAIWAN** : 中国港澳台居民居住证(格式同中国大陆居民身份证)</li></ul>\n\n
|
1957
|
+
"document": "证件类型,支持以下类型\n<ul><li>**ID_CARD** : 中国大陆居民身份证 (默认值)</li>\n<li>**HONGKONG_AND_MACAO** : 中国港澳居民来往内地通行证</li>\n<li>**HONGKONG_MACAO_AND_TAIWAN** : 中国港澳台居民居住证(格式同中国大陆居民身份证)</li></ul>\n\n注:\n1. `请确保和合同中填入的一致`。\n2. `在生成动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入证件类型的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方,且需要和证件号参数一同传递,不能单独进行限制。`",
|
1942
1958
|
"example": "ID_CARD",
|
1943
1959
|
"member": "string",
|
1944
1960
|
"name": "IdCardType",
|
@@ -1947,7 +1963,7 @@
|
|
1947
1963
|
},
|
1948
1964
|
{
|
1949
1965
|
"disabled": false,
|
1950
|
-
"document": "证件号码,应符合以下规则\n<ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>\n<li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>\n\n
|
1966
|
+
"document": "证件号码,应符合以下规则\n<ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>\n<li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>\n\n注:\n1. `请确保和合同中填入的一致`。\n2. `在生成动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入证件号的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。`",
|
1951
1967
|
"example": "421049****8749",
|
1952
1968
|
"member": "string",
|
1953
1969
|
"name": "IdCardNumber",
|
@@ -8171,7 +8187,7 @@
|
|
8171
8187
|
},
|
8172
8188
|
{
|
8173
8189
|
"disabled": false,
|
8174
|
-
"document": "合同流程里边参与方的姓名。\n注: `GenerateType为\"PERSON\"(即个人签署方)
|
8190
|
+
"document": "合同流程里边参与方的姓名。\n注: \n1. `GenerateType为\"PERSON\"(即个人签署方)时必填`。\n2. `在动态签署人补充链接场景中,可以通过传入这个值,对补充的个人参与方信息进行限制。仅匹配传入姓名的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。`",
|
8175
8191
|
"example": "典子谦",
|
8176
8192
|
"member": "string",
|
8177
8193
|
"name": "Name",
|
@@ -8180,7 +8196,7 @@
|
|
8180
8196
|
},
|
8181
8197
|
{
|
8182
8198
|
"disabled": false,
|
8183
|
-
"document": "合同流程里边签署方经办人手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。\n注: `GenerateType为\"PERSON\"或\"FOLLOWER\"
|
8199
|
+
"document": "合同流程里边签署方经办人手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。\n注: \n1. `GenerateType为\"PERSON\"或\"FOLLOWER\"时必填。`\n2. `在动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入手机号的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。`",
|
8184
8200
|
"example": "13200000000",
|
8185
8201
|
"member": "string",
|
8186
8202
|
"name": "Mobile",
|
@@ -8189,7 +8205,7 @@
|
|
8189
8205
|
},
|
8190
8206
|
{
|
8191
8207
|
"disabled": false,
|
8192
|
-
"document": "证件类型,支持以下类型\n<ul><li>ID_CARD : 中国大陆居民身份证</li>\n<li>HONGKONG_AND_MACAO : 中国港澳居民来往内地通行证</li>\n<li>HONGKONG_MACAO_AND_TAIWAN : 中国港澳台居民居住证(格式同中国大陆居民身份证)</li></ul
|
8208
|
+
"document": "证件类型,支持以下类型\n<ul><li>ID_CARD : 中国大陆居民身份证</li>\n<li>HONGKONG_AND_MACAO : 中国港澳居民来往内地通行证</li>\n<li>HONGKONG_MACAO_AND_TAIWAN : 中国港澳台居民居住证(格式同中国大陆居民身份证)</li></ul>\n\n`注:在动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入证件类型的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方,且需要和证件号参数一同传递,不能单独进行限制。`",
|
8193
8209
|
"example": "ID_CARD",
|
8194
8210
|
"member": "string",
|
8195
8211
|
"name": "IdCardType",
|
@@ -8198,7 +8214,7 @@
|
|
8198
8214
|
},
|
8199
8215
|
{
|
8200
8216
|
"disabled": false,
|
8201
|
-
"document": "证件号码,应符合以下规则\n<ul><li>居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>\n<li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul
|
8217
|
+
"document": "证件号码,应符合以下规则\n<ul><li>居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>\n<li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>\n\n`注:在动态签署人补充链接场景中,可以通过传入此值,对补充的个人参与方信息进行限制。仅匹配传入证件号的参与方才能补充合同。此参数预设信息功能暂时仅支持个人动态参与方。`",
|
8202
8218
|
"example": "620000198802020000",
|
8203
8219
|
"member": "string",
|
8204
8220
|
"name": "IdCardNumber",
|
@@ -10957,7 +10973,7 @@
|
|
10957
10973
|
"usage": "out"
|
10958
10974
|
},
|
10959
10975
|
"FormField": {
|
10960
|
-
"document": "电子文档的控件填充信息。按照控件类型进行相应的填充。\n\n当控件的 ComponentType='TEXT'时,FormField.ComponentValue填入文本内容\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"文本内容\"\n}\n```\n当控件的 ComponentType='MULTI_LINE_TEXT'时,FormField.ComponentValue填入文本内容,支持自动换行。\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"多行文本内容\"\n}\n```\n当控件的 ComponentType='CHECK_BOX'时,FormField.ComponentValue填入true或false文本\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"true\"\n}\n```\n当控件的 ComponentType='FILL_IMAGE'时,FormField.ComponentValue填入图片的资源ID\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n}\n```\n当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue填入附件图片的资源ID列表,以逗号分隔,单个附件控件最多支持6个资源ID;\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx1,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx2,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx3\"\n}\n```\n当控件的 ComponentType='SELECTOR'时,FormField.ComponentValue填入选择的选项内容;\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"选择的内容\"\n}\n```\n当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"2023年01月01日\"\n}\n```\n当控件的 ComponentType='DISTRICT'时,FormField.ComponentValue填入省市区内容;\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"广东省深圳市福田区\"\n}\n```\n【数据表格传参说明】\n当控件的 ComponentType='DYNAMIC_TABLE'时,FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充数据表格(支持内容的单元格合并)\n输入示例1:\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\"\n },\n {\n \"content\":\"head2\"\n },\n {\n \"content\":\"head3\"\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n\n```\n\n输入示例2(表格表头宽度比例配置):\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head2\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head3\",\n \"widthPercent\": 40\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n\n```\n\n\n输入示例3(表格设置字体加粗颜色):\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\"\n },\n {\n \"content\":\"head2\"\n },\n {\n \"content\":\"head3\"\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\",\n \"style\": {\"color\": \"#b50000\", \"fontSize\": 12,\"bold\": true,\"align\": \"CENTER\"}\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\",\n \"style\": {\"color\": \"#b50000\", \"fontSize\": 12,\"bold\": true,\"align\": \"LEFT\"}\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\",\n \"style\": {\"color\": \"#b500bf\", \"fontSize\": 12,\"bold\": false,\"align\": \"RIGHT\"}\n }\n ]\n }\n}\n\n```\n\n表格参数说明\n\n| 名称 | 类型 | 描述 |\n| ------------------- | ------- | ------------------------------------------------- |\n| headers | Array | 表头:不超过10列,不支持单元格合并,字数不超过100 |\n| rowCount | Integer | 表格内容最大行数 |\n| cells.N.rowStart | Integer | 单元格坐标:行起始index |\n| cells.N.rowEnd | Integer | 单元格坐标:行结束index |\n| cells.N.columnStart | Integer | 单元格坐标:列起始index |\n| cells.N.columnEnd | Integer | 单元格坐标:列结束index |\n| cells.N.content | String | 单元格内容,字数不超过100 |\n| cells.N.style | String | 单元格字体风格配置 ,风格配置的json字符串 如: {\"font\":\"黑体\",\"fontSize\":12,\"color\":\"#FFFFFF\",\"bold\":true,\"align\":\"CENTER\"} |\n\n表格参数headers说明\nwidthPercent Integer 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35\n\ncontent String 表头单元格内容,字数不超过100\n\nstyle String 为字体风格设置 风格支持: font : 目前支持 黑体、宋体; fontSize: 6-72; color:000000-FFFFFF 字符串形如: \"#FFFFFF\" 或者 \"0xFFFFFF\"; bold : 是否加粗, true : 加粗 false: 不加粗; align: 对其方式, 支持 LEFT / RIGHT / CENTER",
|
10976
|
+
"document": "电子文档的控件填充信息。按照控件类型进行相应的填充。\n\n当控件的 ComponentType='TEXT'时,FormField.ComponentValue填入文本内容\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"文本内容\"\n}\n```\n\n当控件的 ComponentType='MULTI_LINE_TEXT'时,FormField.ComponentValue填入文本内容,支持自动换行。\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"多行文本内容\"\n}\n```\n\n当控件的 ComponentType='CHECK_BOX'时,FormField.ComponentValue填入true或false文本\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"true\"\n}\n```\n\n当控件的 ComponentType='FILL_IMAGE'时,FormField.ComponentValue填入图片的资源ID\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n}\n```\n\n当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue填入附件图片的资源ID列表,以逗号分隔,单个附件控件最多支持6个资源ID;\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx1,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx2,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx3\"\n}\n```\n\n当控件的 ComponentType='SELECTOR'时,FormField.ComponentValue填入选择的选项内容;\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"选择的内容\"\n}\n```\n\n当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"2023年01月01日\"\n}\n```\n\n当控件的 ComponentType='DISTRICT'时,FormField.ComponentValue填入省市区内容;\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"广东省深圳市福田区\"\n}\n```\n\n【数据表格传参说明】\n当控件的 ComponentType='DYNAMIC_TABLE'时,FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充数据表格(支持内容的单元格合并)\n输入示例1:\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\"\n },\n {\n \"content\":\"head2\"\n },\n {\n \"content\":\"head3\"\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n```\n\n输入示例2(表格表头宽度比例配置):\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head2\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head3\",\n \"widthPercent\": 40\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n```\n\n输入示例3(表格设置字体加粗颜色):\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\"\n },\n {\n \"content\":\"head2\"\n },\n {\n \"content\":\"head3\"\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\",\n \"style\": {\"color\": \"#b50000\", \"fontSize\": 12,\"bold\": true,\"align\": \"CENTER\"}\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\",\n \"style\": {\"color\": \"#b50000\", \"fontSize\": 12,\"bold\": true,\"align\": \"LEFT\"}\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\",\n \"style\": {\"color\": \"#b500bf\", \"fontSize\": 12,\"bold\": false,\"align\": \"RIGHT\"}\n }\n ]\n }\n}\n```\n\n输入示例4(表格设置表头不合成到文件):\n\n```\n{\n \"headers\": [\n {\n \"content\": \"序号\"\n },\n {\n \"content\": \"品牌\"\n },\n {\n \"content\": \"商品名称\"\n },\n {\n \"content\": \"粒径\"\n },\n {\n \"content\": \"规格\"\n },\n {\n \"content\": \"数量(包)\"\n },\n {\n \"content\": \"重量(吨)\"\n }\n ],\n \"rowCount\": 5,\n \"body\": {\n \"cells\": [\n {\n \"rowStart\": 1,\n \"rowEnd\": 1,\n \"columnStart\": 1,\n \"columnEnd\": 1,\n \"content\": \"1\"\n },\n {\n \"rowStart\": 1,\n \"rowEnd\": 1,\n \"columnStart\": 2,\n \"columnEnd\": 2,\n \"content\": \"品牌名称1\"\n },\n {\n \"rowStart\": 1,\n \"rowEnd\": 1,\n \"columnStart\": 3,\n \"columnEnd\": 3,\n \"content\": \"商品名称1\"\n },\n {\n \"rowStart\": 1,\n \"rowEnd\": 1,\n \"columnStart\": 4,\n \"columnEnd\": 4,\n \"content\": \"7#\"\n },\n {\n \"rowStart\": 1,\n \"rowEnd\": 1,\n \"columnStart\": 5,\n \"columnEnd\": 5,\n \"content\": \"20\"\n },\n {\n \"rowStart\": 1,\n \"rowEnd\": 1,\n \"columnStart\": 6,\n \"columnEnd\": 6,\n \"content\": \"50\"\n },\n {\n \"rowStart\": 1,\n \"rowEnd\": 1,\n \"columnStart\": 7,\n \"columnEnd\": 7,\n \"content\": \"1.000\"\n },\n {\n \"rowStart\": 2,\n \"rowEnd\": 2,\n \"columnStart\": 1,\n \"columnEnd\": 1,\n \"content\": \"2\"\n },\n {\n \"rowStart\": 2,\n \"rowEnd\": 2,\n \"columnStart\": 2,\n \"columnEnd\": 2,\n \"content\": \"品牌名称2\"\n },\n {\n \"rowStart\": 2,\n \"rowEnd\": 2,\n \"columnStart\": 3,\n \"columnEnd\": 3,\n \"content\": \"商品名称2\"\n },\n {\n \"rowStart\": 2,\n \"rowEnd\": 2,\n \"columnStart\": 4,\n \"columnEnd\": 4,\n \"content\": \"5#\"\n },\n {\n \"rowStart\": 2,\n \"rowEnd\": 2,\n \"columnStart\": 5,\n \"columnEnd\": 5,\n \"content\": \"20\"\n },\n {\n \"rowStart\": 2,\n \"rowEnd\": 2,\n \"columnStart\": 6,\n \"columnEnd\": 6,\n \"content\": \"20\"\n },\n {\n \"rowStart\": 2,\n \"rowEnd\": 2,\n \"columnStart\": 7,\n \"columnEnd\": 7,\n \"content\": \"0.400\"\n },\n {\n \"rowStart\": 3,\n \"rowEnd\": 3,\n \"columnStart\": 1,\n \"columnEnd\": 1,\n \"content\": \"3\"\n },\n {\n \"rowStart\": 3,\n \"rowEnd\": 3,\n \"columnStart\": 2,\n \"columnEnd\": 2,\n \"content\": \"品牌名称3\"\n },\n {\n \"rowStart\": 3,\n \"rowEnd\": 3,\n \"columnStart\": 3,\n \"columnEnd\": 3,\n \"content\": \"商品名称3\"\n },\n {\n \"rowStart\": 3,\n \"rowEnd\": 3,\n \"columnStart\": 4,\n \"columnEnd\": 4,\n \"content\": \"2#\"\n },\n {\n \"rowStart\": 3,\n \"rowEnd\": 3,\n \"columnStart\": 5,\n \"columnEnd\": 5,\n \"content\": \"20\"\n },\n {\n \"rowStart\": 3,\n \"rowEnd\": 3,\n \"columnStart\": 6,\n \"columnEnd\": 6,\n \"content\": \"5\"\n },\n {\n \"rowStart\": 3,\n \"rowEnd\": 3,\n \"columnStart\": 7,\n \"columnEnd\": 7,\n \"content\": \"0.100\"\n },\n {\n \"rowStart\": 4,\n \"rowEnd\": 4,\n \"columnStart\": 1,\n \"columnEnd\": 1,\n \"content\": \"4\"\n },\n {\n \"rowStart\": 4,\n \"rowEnd\": 4,\n \"columnStart\": 2,\n \"columnEnd\": 2,\n \"content\": \"品牌名称4\"\n },\n {\n \"rowStart\": 4,\n \"rowEnd\": 4,\n \"columnStart\": 3,\n \"columnEnd\": 3,\n \"content\": \"商品名称4\"\n },\n {\n \"rowStart\": 4,\n \"rowEnd\": 4,\n \"columnStart\": 4,\n \"columnEnd\": 4,\n \"content\": \"3#\"\n },\n {\n \"rowStart\": 4,\n \"rowEnd\": 4,\n \"columnStart\": 5,\n \"columnEnd\": 5,\n \"content\": \"20\"\n },\n {\n \"rowStart\": 4,\n \"rowEnd\": 4,\n \"columnStart\": 6,\n \"columnEnd\": 6,\n \"content\": \"10\"\n },\n {\n \"rowStart\": 4,\n \"rowEnd\": 4,\n \"columnStart\": 7,\n \"columnEnd\": 7,\n \"content\": \"0.200\"\n },\n {\n \"rowStart\": 5,\n \"rowEnd\": 5,\n \"columnStart\": 1,\n \"columnEnd\": 5,\n \"content\": \"合计\"\n },\n {\n \"rowStart\": 5,\n \"rowEnd\": 5,\n \"columnStart\": 6,\n \"columnEnd\": 6,\n \"content\": \"85\"\n },\n {\n \"rowStart\": 5,\n \"rowEnd\": 5,\n \"columnStart\": 7,\n \"columnEnd\": 7,\n \"content\": \"1.700\"\n }\n ]\n },\n \"settings\": {\n \"headerRowDisplay\": false\n }\n}\n```\n\n表格参数说明\n\n| 名称 | 类型 | 描述 |\n| ------------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------- |\n| headers | Array | 表头:不超过10列,不支持单元格合并,字数不超过100 |\n| rowCount | Integer | 表格内容最大行数 |\n| cells.N.rowStart | Integer | 单元格坐标:行起始index |\n| cells.N.rowEnd | Integer | 单元格坐标:行结束index |\n| cells.N.columnStart | Integer | 单元格坐标:列起始index |\n| cells.N.columnEnd | Integer | 单元格坐标:列结束index |\n| cells.N.content | String | 单元格内容,字数不超过100 |\n| cells.N.style | String | 单元格字体风格配置 ,风格配置的json字符串 如: {\"font\":\"黑体\",\"fontSize\":12,\"color\":\"#FFFFFF\",\"bold\":true,\"align\":\"CENTER\"} |\n| settings | Object | 表格全局设定。目前支持设置表头不显示,示例:{\"headerRowDisplay\":false} |\n\n表格参数headers说明\nwidthPercent Integer 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35\n\ncontent String 表头单元格内容,字数不超过100\n\nstyle String 为字体风格设置 风格支持: font : 目前支持 黑体、宋体; fontSize: 6-72; color:000000-FFFFFF 字符串形如: \"#FFFFFF\" 或者 \"0xFFFFFF\"; bold : 是否加粗, true : 加粗 false: 不加粗; align: 对其方式, 支持 LEFT / RIGHT / CENTER",
|
10961
10977
|
"members": [
|
10962
10978
|
{
|
10963
10979
|
"disabled": false,
|
@@ -11714,6 +11730,51 @@
|
|
11714
11730
|
],
|
11715
11731
|
"type": "object"
|
11716
11732
|
},
|
11733
|
+
"OperateTemplateRequest": {
|
11734
|
+
"document": "OperateTemplate请求参数结构体",
|
11735
|
+
"members": [
|
11736
|
+
{
|
11737
|
+
"disabled": false,
|
11738
|
+
"document": "关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。\n\n此接口下面信息必填。\n<ul>\n<li>渠道应用标识: Agent.AppId</li>\n<li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId(模板的归属企业)</li>\n<li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId (操作人)</li>\n</ul>",
|
11739
|
+
"example": "无",
|
11740
|
+
"member": "Agent",
|
11741
|
+
"name": "Agent",
|
11742
|
+
"required": true,
|
11743
|
+
"type": "object"
|
11744
|
+
},
|
11745
|
+
{
|
11746
|
+
"disabled": false,
|
11747
|
+
"document": "模板ID,为32位字符串。",
|
11748
|
+
"example": "yDSLZUUckpot5i01UydF1AEvOMQiKaBG",
|
11749
|
+
"member": "string",
|
11750
|
+
"name": "TemplateId",
|
11751
|
+
"required": true,
|
11752
|
+
"type": "string"
|
11753
|
+
},
|
11754
|
+
{
|
11755
|
+
"disabled": false,
|
11756
|
+
"document": "操作类型,可取值如下:\n<ul>\n<li>DELETE: 删除</li>\n<li>ENABLE: 启用</li>\n<li>DISABLE: 停用</li>\n</ul>",
|
11757
|
+
"example": "DELETE",
|
11758
|
+
"member": "string",
|
11759
|
+
"name": "OperateType",
|
11760
|
+
"required": true,
|
11761
|
+
"type": "string"
|
11762
|
+
}
|
11763
|
+
],
|
11764
|
+
"type": "object"
|
11765
|
+
},
|
11766
|
+
"OperateTemplateResponse": {
|
11767
|
+
"document": "OperateTemplate返回参数结构体",
|
11768
|
+
"members": [
|
11769
|
+
{
|
11770
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11771
|
+
"member": "string",
|
11772
|
+
"name": "RequestId",
|
11773
|
+
"type": "string"
|
11774
|
+
}
|
11775
|
+
],
|
11776
|
+
"type": "object"
|
11777
|
+
},
|
11717
11778
|
"OrganizationAuthUrl": {
|
11718
11779
|
"document": "企业批量注册链接信息",
|
11719
11780
|
"members": [
|
@@ -12365,6 +12426,48 @@
|
|
12365
12426
|
],
|
12366
12427
|
"type": "object"
|
12367
12428
|
},
|
12429
|
+
"PresetApproverInfo": {
|
12430
|
+
"document": "预设的动态签署方的补充信息,仅匹配对应信息的签署方才能领取合同。暂时仅对个人参与方生效。",
|
12431
|
+
"members": [
|
12432
|
+
{
|
12433
|
+
"disabled": false,
|
12434
|
+
"document": "预设参与方姓名。",
|
12435
|
+
"example": "张三",
|
12436
|
+
"member": "string",
|
12437
|
+
"name": "Name",
|
12438
|
+
"required": false,
|
12439
|
+
"type": "string"
|
12440
|
+
},
|
12441
|
+
{
|
12442
|
+
"disabled": false,
|
12443
|
+
"document": "预设参与方手机号。",
|
12444
|
+
"example": "18888888888",
|
12445
|
+
"member": "string",
|
12446
|
+
"name": "Mobile",
|
12447
|
+
"required": false,
|
12448
|
+
"type": "string"
|
12449
|
+
},
|
12450
|
+
{
|
12451
|
+
"disabled": false,
|
12452
|
+
"document": "预设参与方证件号,需要和IdCardType同时传入。\n\n证件号码,应符合以下规则\n<ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li></ul>",
|
12453
|
+
"example": "430000000000000000",
|
12454
|
+
"member": "string",
|
12455
|
+
"name": "IdCardNumber",
|
12456
|
+
"required": false,
|
12457
|
+
"type": "string"
|
12458
|
+
},
|
12459
|
+
{
|
12460
|
+
"disabled": false,
|
12461
|
+
"document": "预设参与方的证件类型,需要与IdCardNumber同时传入。\n\n证件类型,支持以下类型\n<ul><li><b>ID_CARD</b>: 居民身份证</li></ul>",
|
12462
|
+
"example": "ID_CARD",
|
12463
|
+
"member": "string",
|
12464
|
+
"name": "IdCardType",
|
12465
|
+
"required": false,
|
12466
|
+
"type": "string"
|
12467
|
+
}
|
12468
|
+
],
|
12469
|
+
"usage": "in"
|
12470
|
+
},
|
12368
12471
|
"ProxyOrganizationOperator": {
|
12369
12472
|
"document": "同步的员工的信息",
|
12370
12473
|
"members": [
|
@@ -1346,6 +1346,14 @@
|
|
1346
1346
|
"title": "增加部分可见的模板授权子企业列表"
|
1347
1347
|
}
|
1348
1348
|
],
|
1349
|
+
"OperateTemplate": [
|
1350
|
+
{
|
1351
|
+
"document": "删除子客企业org_dianziqian下的模板yDwivUUckpo2g6ugUu4sxH2i15SY0OZY",
|
1352
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OperatelTemplate\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyAppId\": \"\"\n },\n \"OperateType\": \"DELETE\",\n \"TemplateId\": \"yDwivUUckpo2g6ugUu4sxH2i15SY0OZY\"\n}",
|
1353
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7da39d89-2b6c-4fd9-9f32-735137d5a6e9\"\n }\n}",
|
1354
|
+
"title": "删除模板"
|
1355
|
+
}
|
1356
|
+
],
|
1349
1357
|
"PrepareFlows": [
|
1350
1358
|
{
|
1351
1359
|
"document": "创建待发起文件",
|