tccli 3.0.1251.1__py2.py3-none-any.whl → 3.0.1252.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/services/aiart/v20221229/api.json +12 -3
- tccli/services/bi/v20220105/api.json +6 -6
- tccli/services/cat/v20180409/api.json +25 -24
- tccli/services/cat/v20180409/examples.json +17 -17
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +89 -0
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +12 -0
- tccli/services/cdwdoris/v20211228/api.json +233 -193
- tccli/services/cdwdoris/v20211228/examples.json +6 -6
- tccli/services/cloudaudit/v20190319/api.json +2 -2
- tccli/services/cloudaudit/v20190319/examples.json +2 -2
- tccli/services/config/v20220802/api.json +20 -9
- tccli/services/config/v20220802/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +94 -92
- tccli/services/ess/v20201111/examples.json +9 -9
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/essbasic/v20210526/examples.json +6 -6
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/monitor/v20180724/api.json +68 -50
- tccli/services/monitor/v20180724/examples.json +21 -21
- tccli/services/mps/mps_client.py +379 -61
- tccli/services/mps/v20190612/api.json +495 -13
- tccli/services/mps/v20190612/examples.json +48 -0
- tccli/services/ssl/v20191205/api.json +3 -3
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +11 -0
- tccli/services/tse/v20201207/api.json +10 -0
- tccli/services/wedata/v20210820/api.json +382 -96
- tccli/services/wedata/v20210820/examples.json +1 -1
- {tccli-3.0.1251.1.dist-info → tccli-3.0.1252.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1251.1.dist-info → tccli-3.0.1252.1.dist-info}/RECORD +36 -36
- {tccli-3.0.1251.1.dist-info → tccli-3.0.1252.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1251.1.dist-info → tccli-3.0.1252.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1251.1.dist-info → tccli-3.0.1252.1.dist-info}/license_files/LICENSE +0 -0
@@ -326,7 +326,7 @@
|
|
326
326
|
{
|
327
327
|
"document": "获取合同详情嵌入Web链接失败,是因为对应的签署流程不存在。",
|
328
328
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEmbedWebUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwJsUUckpkjss52UCW2se8TOSLS4tEP\"\n },\n \"BusinessId\": \"aDRt2UUgygqxyp9yUuO4zjEwqXwsIljY\",\n \"EmbedType\": \"PREVIEW_FLOW_DETAIL\"\n}",
|
329
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InternalError.
|
329
|
+
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InternalError.DataNotFound\",\n \"Message\": \"未查询到流程\"\n },\n \"RequestId\": \"s1694572778289857144\"\n }\n}",
|
330
330
|
"title": "获取合同详情嵌入Web链接失败,是因为对应的签署流程不存在。"
|
331
331
|
}
|
332
332
|
],
|
@@ -778,19 +778,19 @@
|
|
778
778
|
{
|
779
779
|
"document": "主企业代理子企业创建角色,设置 Agent 参数,并设置 ProxyOrganizationId 为子企业id",
|
780
780
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIntegrationRole\n<公共请求参数>\n\n{\n \"Name\": \"业务员角色\",\n \"Description\": \"这是角色描述信息\",\n \"IsGroupRole\": 0,\n \"Operator\": {\n \"UserId\": \"y******************5\"\n },\n \"Agent\": {\n \"ProxyOrganizationId\": \"y**********************J\"\n }\n}",
|
781
|
-
"output": "{\n \"Response\": {\n \"RoleId\": \"
|
781
|
+
"output": "{\n \"Response\": {\n \"RoleId\": \"yDxbNUyKQDx3oAUuO4zjEBQGidlGe4hP\",\n \"RequestId\": \"49500cb4-ca5e-4da0-93fb-e15f3a710ed7\"\n }\n}",
|
782
782
|
"title": "示例-主代子创建角色"
|
783
783
|
},
|
784
784
|
{
|
785
785
|
"document": "创建角色并同时设置角色中的权限内容,设置权限树参数 PermissionGroups ,PermissionGroups 展开为树形结构,可以需要的权限节点下将 IsChecked 属性设置为true。\n注意:父权限节点 IsChecked 属性为true,则需要将其下所有子节点的 IsChecked属性同时设置为true,否则校验不通过。",
|
786
786
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIntegrationRole\n<公共请求参数>\n\n{\n \"Name\": \"业务员角色\",\n \"Description\": \"这是角色描述信息\",\n \"IsGroupRole\": 0,\n \"Operator\": {\n \"UserId\": \"y******************5\"\n },\n \"PermissionGroups\": [\n {\n \"GroupKey\": \"Flow\",\n \"GroupName\": \"合同中心\",\n \"Hide\": 0,\n \"Permissions\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"UserFlowTypesManagement\",\n \"Name\": \"合同类型管理\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 1,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DescribeAllFlows\",\n \"Name\": \"企业全部合同\",\n \"ParentKey\": \"FlowsManagement\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 2,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"FlowsManagement-Department\",\n \"Name\": \"本部门全部合同\",\n \"ParentKey\": \"FlowsManagement\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 2,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"FlowsManagement\",\n \"Name\": \"查询合同\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"FlowsManagement\",\n \"DataType\": 1,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DownloadFlow\",\n \"Name\": \"下载合同\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"FlowByImportedFile\",\n \"Name\": \"上传文件发起\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 1,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"FlowByOrganizationTemplate-All\",\n \"Name\": \"本企业全部模板\",\n \"ParentKey\": \"FlowByOrganizationTemplate\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 2,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"FlowByOrganizationTemplate-Department\",\n \"Name\": \"本部门全部模板\",\n \"ParentKey\": \"FlowByOrganizationTemplate\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 3,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"FlowByOrganizationTemplate-Own\",\n \"Name\": \"本人创建模板\",\n \"ParentKey\": \"FlowByOrganizationTemplate\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 2,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"FlowByOrganizationTemplate\",\n \"Name\": \"企业模板发起\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"CreateMultiFlowSignQRCode\",\n \"Name\": \"创建签署二维码\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"CreateFlow\",\n \"Name\": \"发起合同\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"CreateMultipleFlow\",\n \"Name\": \"批量发起合同\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"FlowsManagement\",\n \"DataType\": 1,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"CancelFlow\",\n \"Name\": \"撤销合同\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"SetUserFlowTypes\",\n \"Name\": \"设置合同所属类型\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"RelieveFlows\",\n \"Name\": \"解除合同\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"BatchSignAccredit\",\n \"Name\": \"批量签署授权\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DraftFlow\",\n \"Name\": \"起草合同\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"Flows\",\n \"Name\": \"合同文件夹\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ]\n },\n {\n \"GroupKey\": \"Template\",\n \"GroupName\": \"模板中心\",\n \"Hide\": 0,\n \"Permissions\": [\n {\n \"Children\": [\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 1,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"PreviewFlowTemplate-All\",\n \"Name\": \"本企业全部模板\",\n \"ParentKey\": \"PreviewFlowTemplate\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 2,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"PreviewFlowTemplate-Department\",\n \"Name\": \"本部门全部模板\",\n \"ParentKey\": \"PreviewFlowTemplate\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 3,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"PreviewFlowTemplate-Own\",\n \"Name\": \"本人创建模板\",\n \"ParentKey\": \"PreviewFlowTemplate\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 2,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"PreviewFlowTemplate\",\n \"Name\": \"查询模板\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"PreviewFlowTemplate\",\n \"DataType\": 1,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DownloadFlowTemplate\",\n \"Name\": \"下载模板\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"CreateFlowTemplate\",\n \"Name\": \"创建模板\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"PreviewFlowTemplate\",\n \"DataType\": 1,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DeleteFlowTemplates\",\n \"Name\": \"删除模板\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"PreviewFlowTemplate\",\n \"DataType\": 1,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ModifyFlowTemplate\",\n \"Name\": \"编辑模板\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"OfficialFlowTemplateCollection\",\n \"Name\": \"官方模板收藏\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"TemplateManagement\",\n \"Name\": \"模板管理\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ]\n },\n {\n \"GroupKey\": \"Seal\",\n \"GroupName\": \"印章中心\",\n \"Hide\": 0,\n \"Permissions\": [\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"QueryHoldSeal\",\n \"Name\": \"查询印章\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"HoldSeal\",\n \"Name\": \"我持有企业印章\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 1,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"QuerySeal-All\",\n \"Name\": \"本企业全部印章\",\n \"ParentKey\": \"QuerySeal\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 2,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"QuerySeal-Department\",\n \"Name\": \"本部门全部印章\",\n \"ParentKey\": \"QuerySeal\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 3,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"QuerySeal-Own\",\n \"Name\": \"本人创建印章\",\n \"ParentKey\": \"QuerySeal\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"QuerySeal\",\n \"DataType\": 1,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"QueryAuthSeal\",\n \"Name\": \"授权记录\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"QuerySeal\",\n \"DataType\": 1,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"AssociationTemplate\",\n \"Name\": \"关联模版\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"QuerySeal\",\n \"DataType\": 1,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"SealRecord\",\n \"Name\": \"用印记录\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"QuerySeal\",\n \"DataType\": 1,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"ChangeRecord\",\n \"Name\": \"变更记录\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 2,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"QuerySeal\",\n \"Name\": \"查询印章\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"TemplateSeal\",\n \"Name\": \"模版印章\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"LocalUploadSeal\",\n \"Name\": \"本地上传\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"CreateSeal\",\n \"Name\": \"添加印章\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"QuerySeal\",\n \"DataType\": 1,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ModifySeal\",\n \"Name\": \"启停用印章\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"QuerySeal\",\n \"DataType\": 1,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"CreateSealPolicy\",\n \"Name\": \"授权持有人\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"QuerySeal\",\n \"DataType\": 1,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DeleteSeal\",\n \"Name\": \"删除印章\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 1,\n \"DataRange\": 0,\n \"DataTo\": \"QuerySeal\",\n \"DataType\": 1,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ApplySealOnce\",\n \"Name\": \"单次用印审批\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"SealManagement\",\n \"Name\": \"印章管理\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ]\n },\n {\n \"GroupKey\": \"bill\",\n \"GroupName\": \"费用中心\",\n \"Hide\": 0,\n \"Permissions\": [\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"BillOrderManagement\",\n \"Name\": \"订单管理\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"BillSetMealManagement\",\n \"Name\": \"套餐管理\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"BillInvoiceManagement\",\n \"Name\": \"发票管理\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"BillManagement\",\n \"Name\": \"费用管理\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ]\n },\n {\n \"GroupKey\": \"channel\",\n \"GroupName\": \"开发者中心\",\n \"Hide\": 0,\n \"Permissions\": [\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DescribeApplication\",\n \"Name\": \"企业应用查看\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ModifyApplication\",\n \"Name\": \"企业应用编辑\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ApplicationIntegrate\",\n \"Name\": \"应用集成\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ChannelUserFlowTypesManagement\",\n \"Name\": \"渠道合同类型管理\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"DescribeChannelComponents\",\n \"Name\": \"渠道控件查看\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"InsertOrModifyChannelComponents\",\n \"Name\": \"渠道控件编辑\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"DeleteChannelComponents\",\n \"Name\": \"渠道控件删除\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"WidgetManagement\",\n \"Name\": \"渠道模板控件管理\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ]\n },\n {\n \"GroupKey\": \"Organization\",\n \"GroupName\": \"组织员工\",\n \"Hide\": 0,\n \"Permissions\": [\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"ModifyRole\",\n \"Name\": \"修改角色\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"DeleteRole\",\n \"Name\": \"删除角色\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"ModifyRoleStatus\",\n \"Name\": \"启用u0026禁用角色\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"CreateRoleUsers\",\n \"Name\": \"添加员工\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"DeleteRoleUsers\",\n \"Name\": \"取消关联\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"CreateRole\",\n \"Name\": \"创建角色\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"RoleManagement\",\n \"Name\": \"角色管理\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"CreateUserRoles\",\n \"Name\": \"为员工分配角色\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"ModifyYuFuOrg\",\n \"Name\": \"编辑组织架构\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"OrgManagement\",\n \"Name\": \"组织架构管理\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"GroupOrgCreate\",\n \"Name\": \"集团组织创建\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"GroupOrgQuery\",\n \"Name\": \"集团组织查询\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"GroupOrgMemberManagement\",\n \"Name\": \"集团成员管理\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"GroupOrgManagement\",\n \"Name\": \"集团组织管理\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ]\n },\n {\n \"GroupKey\": \"Reseller\",\n \"GroupName\": \"分销商助手\",\n \"Hide\": 0,\n \"Permissions\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"StartResell\",\n \"Name\": \"分销开单\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ResellTool\",\n \"Name\": \"购买并发货\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"PreOrderAndSendOutGoods\",\n \"Name\": \"从预购额度发货\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"BuyAndSendOutGoods\",\n \"Name\": \"发货工具\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 3,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ResellOrders-Own\",\n \"Name\": \"本人销售记录\",\n \"ParentKey\": \"ResellOrders\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 2,\n \"DataRange\": 1,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ResellOrders-All\",\n \"Name\": \"所有销售记录\",\n \"ParentKey\": \"ResellOrders\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ResellOrders\",\n \"Name\": \"销售记录\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ResellConsumeAnalysis\",\n \"Name\": \"客户消耗分析\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ResellPerformanceData\",\n \"Name\": \"业绩数据\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ResellAdminLearningMaterials\",\n \"Name\": \"管理员学习资料\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ResellOperatorLearningMaterials\",\n \"Name\": \"业务员学习资料\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ResellLearningMaterials\",\n \"Name\": \"学习资料\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ActivityManagement\",\n \"Name\": \"活动管理\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"PreOrderOverview\",\n \"Name\": \"预购总览\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ]\n },\n {\n \"GroupKey\": \"fulfill\",\n \"GroupName\": \"服务预约\",\n \"Hide\": 0,\n \"Permissions\": [\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"AppointmentMerchantService\",\n \"Name\": \"代客预约\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"WriteOffForCustomerService\",\n \"Name\": \"代客核销\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DescribeFulfillAppointments\",\n \"Name\": \"查看记录\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"AppointmentManagement\",\n \"Name\": \"预约记录\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DescribeFulfillOrganizationConsumers\",\n \"Name\": \"查看顾客\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"CreateFulfillOrganizationConsumer\",\n \"Name\": \"添加顾客\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ModifyFulfillOrganizationConsumer\",\n \"Name\": \"编辑顾客\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DeleteFulfillOrganizationConsumer\",\n \"Name\": \"删除顾客\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DescribeFulfillConsumersWithExcel\",\n \"Name\": \"导出\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"CreateFulfillConsumerContract\",\n \"Name\": \"添加/更新合同\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ConsumerService\",\n \"Name\": \"顾客列表\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ManageFulfillShops\",\n \"Name\": \"店铺信息管理\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ShopService\",\n \"Name\": \"店铺管理\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DescribeFulfillDataDashboard\",\n \"Name\": \"查看\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"DataDashboard\",\n \"Name\": \"数据看板\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ]\n },\n {\n \"GroupKey\": \"Company\",\n \"GroupName\": \"企业中心\",\n \"Hide\": 1,\n \"Permissions\": [\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"QueryEnterpriseInfo\",\n \"Name\": \"企业信息查询\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"BindingAgent\",\n \"Name\": \"绑定代理商\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"Company-Account\",\n \"Name\": \"企业信息\",\n \"ParentKey\": \"\",\n \"Type\": 1\n },\n {\n \"Children\": [\n {\n \"Children\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"Company-Serves-ServerSign-Open\",\n \"Name\": \"开通u0026关闭\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"Company-Serves-ServerSign-Auth\",\n \"Name\": \"授权\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"Company-Serves-ServerSign\",\n \"Name\": \"企业静默签\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"EnterpriseExtendedServicesSignFlow\",\n \"Name\": \"企业与港澳台居民签署合同\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"ApprovalFlowConfig\",\n \"Name\": \"审批流配置\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 1,\n \"IsChecked\": false,\n \"Key\": \"Company-Serves\",\n \"Name\": \"扩展服务\",\n \"ParentKey\": \"\",\n \"Type\": 1\n }\n ]\n },\n {\n \"GroupKey\": \"BusinessManagement\",\n \"GroupName\": \"企业管理\",\n \"Hide\": 0,\n \"Permissions\": [\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"StyleConfig\",\n \"Name\": \"样式配置\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ToolKitConfig\",\n \"Name\": \"工具箱配置\",\n \"ParentKey\": \"\",\n \"Type\": 2\n },\n {\n \"Children\": [],\n \"DataLabel\": 0,\n \"DataRange\": 0,\n \"DataTo\": \"\",\n \"DataType\": 0,\n \"Hide\": 0,\n \"IsChecked\": false,\n \"Key\": \"ApprovalFlowConfig\",\n \"Name\": \"审批流程配置\",\n \"ParentKey\": \"\",\n \"Type\": 2\n }\n ]\n }\n ]\n}",
|
787
|
-
"output": "{\n \"Response\": {\n \"RoleId\": \"
|
787
|
+
"output": "{\n \"Response\": {\n \"RoleId\": \"yDxVwUyKQWho8CUuO4zjEyQOAgwvr4Zy\",\n \"RequestId\": \"49500cb4-ca5e-4da0-93fb-e15f3a710ed7 \"\n }\n}",
|
788
788
|
"title": "示例-普通企业创建角色(带权限树参数)"
|
789
789
|
},
|
790
790
|
{
|
791
791
|
"document": "示例-普通企业创建角色(不带权限树参数)",
|
792
792
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIntegrationRole\n<公共请求参数>\n\n{\n \"Name\": \"业务员角色\",\n \"Description\": \"这是角色描述信息\",\n \"IsGroupRole\": 0,\n \"Operator\": {\n \"UserId\": \"y******************5\"\n }\n}",
|
793
|
-
"output": "{\n \"Response\": {\n \"RoleId\": \"
|
793
|
+
"output": "{\n \"Response\": {\n \"RoleId\": \"yDxVwUyKQWho8CUuO4zjEyQOAgwvr4Zy\",\n \"RequestId\": \"49500cb4-ca5e-4da0-93fb-e15f3a710ed7 \"\n }\n}",
|
794
794
|
"title": "示例-普通企业创建角色(不带权限树参数)"
|
795
795
|
}
|
796
796
|
],
|
@@ -828,13 +828,13 @@
|
|
828
828
|
{
|
829
829
|
"document": "创建一码多扫流程签署二维码,指定固定的用户才能扫码签署。",
|
830
830
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMultiFlowSignQRCode\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUU******wg0vjoimj\"\n },\n \"FlowName\": \"测试合同\",\n \"TemplateId\": \"yDRS4U******TmzsIAR\",\n \"Restrictions\": [\n {\n \"Name\": \"张三\",\n \"Mobile\": \"188********\"\n },\n {\n \"Name\": \"李四\",\n \"Mobile\": \"189********\"\n }\n ]\n}",
|
831
|
-
"output": "{\n \"Response\": {\n \"QrCode\": {\n \"QrCodeUrl\": \"https://res.ess.tencent.cn/mp-gate/release/CHANNEL_CONTRACT_COVER/xxx\",\n \"ExpiredTime\": 1693814798,\n \"QrCodeId\": \"yDRS****jEuBzwyiofZ\"\n },\n \"SignUrls\": {\n \"EffectiveTime\": \"2022-08-05 15:55:01\",\n \"HttpSignUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?where=mini&from=MSG&to=CHANNEL_CONTRACT_COVER&xxx\",\n \"AppSignUrl\": \"pages/guide?from=default&where=mini&autoJumpBack=true&to=CHANNEL_CONTRACT_COVER&xxx\"\n },\n \"RequestId\": \"s198*****111\"\n }\n}",
|
831
|
+
"output": "{\n \"Response\": {\n \"QrCode\": {\n \"QrCodeUrl\": \"https://res.ess.tencent.cn/mp-gate/release/CHANNEL_CONTRACT_COVER/xxx\",\n \"ExpiredTime\": 1693814798,\n \"QrCodeId\": \"yDRS****jEuBzwyiofZ\",\n \"WeixinQrCodeUrl\": \"https://embed.beta.qian.tencent.cn/code=yDtwRUUckp7fyqz6UuQZAp18BNrB74xu\"\n },\n \"SignUrls\": {\n \"EffectiveTime\": \"2022-08-05 15:55:01\",\n \"HttpSignUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?where=mini&from=MSG&to=CHANNEL_CONTRACT_COVER&xxx\",\n \"AppSignUrl\": \"pages/guide?from=default&where=mini&autoJumpBack=true&to=CHANNEL_CONTRACT_COVER&xxx\"\n },\n \"RequestId\": \"s198*****111\"\n }\n}",
|
832
832
|
"title": "创建指定用户的的合同流程签署二维码"
|
833
833
|
},
|
834
834
|
{
|
835
835
|
"document": "1. 使用B2C模板 yDRscUUgyg1zr7wnUyJ8QMwwnHc4OOcQ 创建了一个签署二维码。\n\n2.指定RecipientId 为 yDRscUUgyg3zr9vfUyJ8QKwCN7z9YcOh 的签署人在签名时可以手写(HANDWRITE) 或者使用系统签名 (SYSTEM_ESIGN)。\n\n3.指定RecipientId 为 yDwJNUUckpkojrmqUxTFHk0yndh70CpW 的签署人在签名时只能使用AI智能识别手写签名(OCR_ESIGN)。",
|
836
836
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMultiFlowSignQRCode\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowEffectiveDay\": 7,\n \"QrEffectiveDay\": 7,\n \"MaxFlowNum\": 5,\n \"TemplateId\": \"yDRscUUgyg1zr7wnUyJ8QMwwnHc4OOcQ\",\n \"FlowName\": \"示例合同-通过二维码发起\",\n \"ApproverComponentLimitTypes\": [\n {\n \"RecipientId\": \"yDRscUUgyg3zr9vfUyJ8QKwCN7z9YcOh\",\n \"Values\": [\n \"HANDWRITE\",\n \"SYSTEM_ESIGN\"\n ]\n },\n {\n \"RecipientId\": \"yDwJNUUckpkojrmqUxTFHk0yndh70CpW\",\n \"Values\": [\n \"OCR_ESIGN\"\n ]\n }\n ]\n}",
|
837
|
-
"output": "{\n \"Response\": {\n \"QrCode\": {\n \"ExpiredTime\": 1695783727,\n \"QrCodeId\": \"yDwJNUUckpkoj9mdUIJN2kC7XWFFaSuR\",\n \"QrCodeUrl\": \"https://dyn.test.ess.tencent.cn/imgs/multiSignQrCodes/QrCode/yDwJNUUckpkoj9mdUIJN2kC7XWFFaSuR.png\"\n },\n \"RequestId\": \"s1695178926924585393\",\n \"SignUrls\": {\n \"AppSignUrl\": \"pages/guide?from=default&where=mini&autoJumpBack=true&to=CHANNEL_CONTRACT_COVER&qrCodeId=yDwJNUUckpkoj9mdUIJN2kC7XWFFaSuR&expiredTime=1695783727\",\n \"EffectiveTime\": \"\",\n \"HttpSignUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?where=mini&from=MSG&to=CHANNEL_CONTRACT_COVER&qrCodeId=yDwJNUUckpkoj9mdUIJN2kC7XWFFaSuR&expiredTime=1695783727\"\n }\n }\n}",
|
837
|
+
"output": "{\n \"Response\": {\n \"QrCode\": {\n \"ExpiredTime\": 1695783727,\n \"QrCodeId\": \"yDwJNUUckpkoj9mdUIJN2kC7XWFFaSuR\",\n \"QrCodeUrl\": \"https://dyn.test.ess.tencent.cn/imgs/multiSignQrCodes/QrCode/yDwJNUUckpkoj9mdUIJN2kC7XWFFaSuR.png\",\n \"WeixinQrCodeUrl\": \"https://embed.beta.qian.tencent.cn/code=yDtwRUUckp7fyqz6UuQZAp18BNrB74xu\"\n },\n \"RequestId\": \"s1695178926924585393\",\n \"SignUrls\": {\n \"AppSignUrl\": \"pages/guide?from=default&where=mini&autoJumpBack=true&to=CHANNEL_CONTRACT_COVER&qrCodeId=yDwJNUUckpkoj9mdUIJN2kC7XWFFaSuR&expiredTime=1695783727\",\n \"EffectiveTime\": \"\",\n \"HttpSignUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?where=mini&from=MSG&to=CHANNEL_CONTRACT_COVER&qrCodeId=yDwJNUUckpkoj9mdUIJN2kC7XWFFaSuR&expiredTime=1695783727\"\n }\n }\n}",
|
838
838
|
"title": "创建指定了签署方签名方式的签署二维码"
|
839
839
|
},
|
840
840
|
{
|
@@ -846,7 +846,7 @@
|
|
846
846
|
{
|
847
847
|
"document": "创建一码多扫流程签署二维码,设置该二维码在7天内有效,并将最大合同流程签署数量限制为100份。\n设定签署合同的有效期为7天。",
|
848
848
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMultiFlowSignQRCode\n<公共请求参数>\n\n{\n \"FlowName\": \"测试合同\",\n \"MaxFlowNum\": 100,\n \"QrEffectiveDay\": 7,\n \"FlowEffectiveDay\": 7,\n \"Operator\": {\n \"UserId\": \"yDRCLUU******wg0vjoimj\"\n },\n \"TemplateId\": \"yDRS4U******TmzsIAR\"\n}",
|
849
|
-
"output": "{\n \"Response\": {\n \"QrCode\": {\n \"QrCodeUrl\": \"https://res.ess.tencent.cn/mp-gate/release/CHANNEL_CONTRACT_COVER/xxx\",\n \"ExpiredTime\": 1693814798,\n \"QrCodeId\": \"yDRS****jEuBzwyiofZ\"\n },\n \"SignUrls\": {\n \"EffectiveTime\": \"2022-08-05 15:55:01\",\n \"HttpSignUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?where=mini&from=MSG&to=CHANNEL_CONTRACT_COVER&xxx\",\n \"AppSignUrl\": \"pages/guide?from=default&where=mini&autoJumpBack=true&to=CHANNEL_CONTRACT_COVER&xxx\"\n },\n \"RequestId\": \"s198*****111\"\n }\n}",
|
849
|
+
"output": "{\n \"Response\": {\n \"QrCode\": {\n \"QrCodeUrl\": \"https://res.ess.tencent.cn/mp-gate/release/CHANNEL_CONTRACT_COVER/xxx\",\n \"ExpiredTime\": 1693814798,\n \"QrCodeId\": \"yDRS****jEuBzwyiofZ\",\n \"WeixinQrCodeUrl\": \"https://embed.beta.qian.tencent.cn/code=yDtwRUUckp7fyqz6UuQZAp18BNrB74xu\"\n },\n \"SignUrls\": {\n \"EffectiveTime\": \"2022-08-05 15:55:01\",\n \"HttpSignUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?where=mini&from=MSG&to=CHANNEL_CONTRACT_COVER&xxx\",\n \"AppSignUrl\": \"pages/guide?from=default&where=mini&autoJumpBack=true&to=CHANNEL_CONTRACT_COVER&xxx\"\n },\n \"RequestId\": \"s198*****111\"\n }\n}",
|
850
850
|
"title": "创建有数量或时间限制的合同流程签署二维码"
|
851
851
|
}
|
852
852
|
],
|
@@ -1444,13 +1444,13 @@
|
|
1444
1444
|
{
|
1445
1445
|
"document": "查询合同详情",
|
1446
1446
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowInfo\n<公共请求参数>\n\n{\n \"FlowIds\": [\n \"yDwhIUUf*******tSuWZWJuzI0Zv\"\n ]\n}",
|
1447
|
-
"output": "{\n \"Response\": {\n \"FlowDetailInfos\": [\n {\n \"CcInfos\": [],\n \"CreatedOn\": 1695277267,\n \"Creator\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\",\n \"FlowApproverInfos\": [\n {\n \"ApproveMessage\": \"\",\n \"ApproveName\": \"典子谦\",\n \"ApproveStatus\": 2,\n \"ApproveTime\": 0,\n \"ApproveType\": \"PERSON\",\n \"ApproverSource\": \"\",\n \"CustomApproverTag\": \"\",\n \"CustomUserId\": \"\",\n \"Mobile\": \"13200000000\",\n \"OrganizationId\": \"\",\n \"OrganizationName\": \"\",\n \"ReceiptId\": \"yDwJWUUckpkt3r17UxsD2OmvMWKhPCsC\",\n \"SignId\": \"yDRS4UUgygqdcjjdUuO4zjEC0osCOsHS\",\n \"SignOrder\": 0\n },\n {\n \"ApproveMessage\": \"\",\n \"ApproveName\": \"张三\",\n \"ApproveStatus\": 1,\n \"ApproveTime\": 0,\n \"ApproveType\": \"ORGANIZATION\",\n \"ApproverSource\": \"\",\n \"CustomApproverTag\": \"\",\n \"CustomUserId\": \"\",\n \"Mobile\": \"18888888888\",\n \"OrganizationId\": \"yDxbNUyKQDx3oAUuO4zjEBQGidlGe4hP\",\n \"OrganizationName\": \"张三示例企业\",\n \"ReceiptId\": \"yDwJWUUckpkt3r1bUxsD2Om8NdhsvAFk\",\n \"SignId\": \"yDRS4UUgygqdcj51UuO4zjEyWTmzsIAR\",\n \"SignOrder\": 1\n }\n ],\n \"FlowDescription\": \"\",\n \"FlowId\": \"yDwhIUUf*******tSuWZWJuzI0Zv\",\n \"FlowMessage\": \"\",\n \"FlowName\": \"典子谦购买腾讯云机器的协议\",\n \"FlowStatus\": 1,\n \"FlowType\": \"劳动合同\"\n }\n ],\n \"FlowGroupId\": \"\",\n \"FlowGroupName\": \"\",\n \"RequestId\": \"fc6c2e4b-3f0b-402c-91a4-d74e9e96369e\"\n }\n}",
|
1447
|
+
"output": "{\n \"Response\": {\n \"FlowDetailInfos\": [\n {\n \"CcInfos\": [],\n \"CreatedOn\": 1695277267,\n \"Creator\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\",\n \"FlowApproverInfos\": [\n {\n \"ApproveMessage\": \"\",\n \"ApproveName\": \"典子谦\",\n \"ApproveStatus\": 2,\n \"ApproveTime\": 0,\n \"ApproveType\": \"PERSON\",\n \"ApproverSource\": \"\",\n \"CustomApproverTag\": \"\",\n \"CustomUserId\": \"\",\n \"Mobile\": \"13200000000\",\n \"OrganizationId\": \"\",\n \"OrganizationName\": \"\",\n \"ReceiptId\": \"yDwJWUUckpkt3r17UxsD2OmvMWKhPCsC\",\n \"RecipientId\": \"yDwJWUUckpkt3r17UxsD2OmvMWKhPCsC\",\n \"SignId\": \"yDRS4UUgygqdcjjdUuO4zjEC0osCOsHS\",\n \"SignOrder\": 0\n },\n {\n \"ApproveMessage\": \"\",\n \"ApproveName\": \"张三\",\n \"ApproveStatus\": 1,\n \"ApproveTime\": 0,\n \"ApproveType\": \"ORGANIZATION\",\n \"ApproverSource\": \"\",\n \"CustomApproverTag\": \"\",\n \"CustomUserId\": \"\",\n \"Mobile\": \"18888888888\",\n \"OrganizationId\": \"yDxbNUyKQDx3oAUuO4zjEBQGidlGe4hP\",\n \"OrganizationName\": \"张三示例企业\",\n \"ReceiptId\": \"yDwJWUUckpkt3r1bUxsD2Om8NdhsvAFk\",\n \"RecipientId\": \"yDwJWUUckpkt3r1bUxsD2Om8NdhsvAFk\",\n \"SignId\": \"yDRS4UUgygqdcj51UuO4zjEyWTmzsIAR\",\n \"SignOrder\": 1\n }\n ],\n \"FlowDescription\": \"\",\n \"FlowId\": \"yDwhIUUf*******tSuWZWJuzI0Zv\",\n \"FlowMessage\": \"\",\n \"FlowName\": \"典子谦购买腾讯云机器的协议\",\n \"FlowStatus\": 1,\n \"FlowType\": \"劳动合同\"\n }\n ],\n \"FlowGroupId\": \"\",\n \"FlowGroupName\": \"\",\n \"RequestId\": \"fc6c2e4b-3f0b-402c-91a4-d74e9e96369e\"\n }\n}",
|
1448
1448
|
"title": "查询合同详情"
|
1449
1449
|
},
|
1450
1450
|
{
|
1451
1451
|
"document": "查询合同组详情",
|
1452
1452
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowInfo\n<公共请求参数>\n\n{\n \"FlowGroupId\": \"yDwJWUUcss*******MjPKFm7bzFToAyk\"\n}",
|
1453
|
-
"output": "{\n \"Response\": {\n \"FlowDetailInfos\": [\n {\n \"CcInfos\": [],\n \"CreatedOn\": 1695279629,\n \"Creator\": \"yDwfRUUw2vb22UESurE588OReErDv9jv\",\n \"FlowApproverInfos\": [\n {\n \"ApproveMessage\": \"\",\n \"ApproveName\": \"张志英\",\n \"ApproveStatus\": 3,\n \"ApproveTime\": 1695279840,\n \"ApproveType\": \"PERSON\",\n \"ApproverSource\": \"\",\n \"CustomApproverTag\": \"\",\n \"CustomUserId\": \"\",\n \"Mobile\": \"13200000000\",\n \"OrganizationId\": \"\",\n \"OrganizationName\": \"\",\n \"ReceiptId\": \"yDwJWUUcss36hUx8VMjPR4jOb5ugrMSx\",\n \"SignId\": \"yDwJWUUcss36rUx8VMjPwzdNESvociQv\",\n \"SignOrder\": 0\n }\n ],\n \"FlowDescription\": \"\",\n \"FlowId\": \"yDwJWUUcss*******MjPCmyDWhY5b6Ku\",\n \"FlowMessage\": \"\",\n \"FlowName\": \"个人征信查询申请表\",\n \"FlowStatus\": 4,\n \"FlowType\": \"\"\n },\n {\n \"CcInfos\": [],\n \"CreatedOn\": 1695279629,\n \"Creator\": \"yDwfRUUw2vb22UESurE588OReErDv9jv\",\n \"FlowApproverInfos\": [\n {\n \"ApproveMessage\": \"\",\n \"ApproveName\": \"张志英\",\n \"ApproveStatus\": 3,\n \"ApproveTime\": 1695279840,\n \"ApproveType\": \"PERSON\",\n \"ApproverSource\": \"\",\n \"CustomApproverTag\": \"\",\n \"CustomUserId\": \"\",\n \"Mobile\": \"13200000000\",\n \"OrganizationId\": \"\",\n \"OrganizationName\": \"\",\n \"ReceiptId\": \"yDwJWUUcss36jUx8VMjPwPdsft773X11\",\n \"SignId\": \"yDwJWUUcss362Ux8VMjPvn1TbsDyp85v\",\n \"SignOrder\": 0\n }\n ],\n \"FlowDescription\": \"\",\n \"FlowId\": \"yDwJWUUcss*******MjPEkLDPZBawumc\",\n \"FlowMessage\": \"\",\n \"FlowName\": \"个人征信查询授权书\",\n \"FlowStatus\": 4,\n \"FlowType\": \"\"\n }\n ],\n \"FlowGroupId\": \"\",\n \"FlowGroupName\": \"合同组JJ202309210000000017\",\n \"RequestId\": \"s1695280316032350176\"\n }\n}",
|
1453
|
+
"output": "{\n \"Response\": {\n \"FlowDetailInfos\": [\n {\n \"CcInfos\": [],\n \"CreatedOn\": 1695279629,\n \"Creator\": \"yDwfRUUw2vb22UESurE588OReErDv9jv\",\n \"FlowApproverInfos\": [\n {\n \"ApproveMessage\": \"\",\n \"ApproveName\": \"张志英\",\n \"ApproveStatus\": 3,\n \"ApproveTime\": 1695279840,\n \"ApproveType\": \"PERSON\",\n \"ApproverSource\": \"\",\n \"CustomApproverTag\": \"\",\n \"CustomUserId\": \"\",\n \"Mobile\": \"13200000000\",\n \"OrganizationId\": \"\",\n \"OrganizationName\": \"\",\n \"ReceiptId\": \"yDwJWUUcss36hUx8VMjPR4jOb5ugrMSx\",\n \"RecipientId\": \"yDwJWUUcss36hUx8VMjPR4jOb5ugrMSx\",\n \"SignId\": \"yDwJWUUcss36rUx8VMjPwzdNESvociQv\",\n \"SignOrder\": 0\n }\n ],\n \"FlowDescription\": \"\",\n \"FlowId\": \"yDwJWUUcss*******MjPCmyDWhY5b6Ku\",\n \"FlowMessage\": \"\",\n \"FlowName\": \"个人征信查询申请表\",\n \"FlowStatus\": 4,\n \"FlowType\": \"\"\n },\n {\n \"CcInfos\": [],\n \"CreatedOn\": 1695279629,\n \"Creator\": \"yDwfRUUw2vb22UESurE588OReErDv9jv\",\n \"FlowApproverInfos\": [\n {\n \"ApproveMessage\": \"\",\n \"ApproveName\": \"张志英\",\n \"ApproveStatus\": 3,\n \"ApproveTime\": 1695279840,\n \"ApproveType\": \"PERSON\",\n \"ApproverSource\": \"\",\n \"CustomApproverTag\": \"\",\n \"CustomUserId\": \"\",\n \"Mobile\": \"13200000000\",\n \"OrganizationId\": \"\",\n \"OrganizationName\": \"\",\n \"ReceiptId\": \"yDwJWUUcss36jUx8VMjPwPdsft773X11\",\n \"RecipientId\": \"yDwJWUUcss36jUx8VMjPwPdsft773X11\",\n \"SignId\": \"yDwJWUUcss362Ux8VMjPvn1TbsDyp85v\",\n \"SignOrder\": 0\n }\n ],\n \"FlowDescription\": \"\",\n \"FlowId\": \"yDwJWUUcss*******MjPEkLDPZBawumc\",\n \"FlowMessage\": \"\",\n \"FlowName\": \"个人征信查询授权书\",\n \"FlowStatus\": 4,\n \"FlowType\": \"\"\n }\n ],\n \"FlowGroupId\": \"\",\n \"FlowGroupName\": \"合同组JJ202309210000000017\",\n \"RequestId\": \"s1695280316032350176\"\n }\n}",
|
1454
1454
|
"title": "查询合同组详情"
|
1455
1455
|
},
|
1456
1456
|
{
|
@@ -2981,7 +2981,7 @@
|
|
2981
2981
|
},
|
2982
2982
|
{
|
2983
2983
|
"disabled": false,
|
2984
|
-
"document": "流程签署人列表,其中结构体的ApproverType必传。\n若为个人签署方或saas企业签署方,则Name,Mobile必传。OrganizationName 传对应企业名称。\n若为子客企业签署方则需传OpenId、OrganizationOpenId,其他可不传。\n\n注:\n`1. 签署人只能有手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`\n`2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`",
|
2984
|
+
"document": "流程签署人列表,其中结构体的ApproverType必传。\n若为个人签署方或saas企业签署方,则Name,Mobile必传。OrganizationName 传对应企业名称。\n若为子客企业签署方则需传OpenId、OrganizationOpenId,其他可不传。\n\n此结构体和发起接口参与方结构体复用,除了上述参数外,可传递的参数有:\n1. RecipientId: 发起合同会返回,可以直接用于指定需要生成链接的签署方。\n2. ApproverSignTypes: 指定签署方签署时候的认证方式,仅此链接生效。\n3. SignTypeSelector: 可以指定签署方签署合同的认证校验方式的选择模式。\n4. Intention: 指定H5签署视频核身的意图配置,仅视频签署需要使用。\n\n注:\n`1. 签署人只能有手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`\n`2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`",
|
2985
2985
|
"example": "无",
|
2986
2986
|
"member": "FlowApproverInfo",
|
2987
2987
|
"name": "FlowApproverInfos",
|
@@ -12025,7 +12025,7 @@
|
|
12025
12025
|
{
|
12026
12026
|
"disabled": false,
|
12027
12027
|
"document": "合同参与方的角色描述,长度不能超过100,只能由中文、字母、数字和下划线组成。",
|
12028
|
-
"example": "
|
12028
|
+
"example": "本合同的卖方",
|
12029
12029
|
"member": "string",
|
12030
12030
|
"name": "Description",
|
12031
12031
|
"output_required": true,
|
@@ -477,31 +477,31 @@
|
|
477
477
|
"ChannelCreateReleaseFlow": [
|
478
478
|
{
|
479
479
|
"document": "1. 使用原流程的签署人\n2. 包含了详细的解除内容",
|
480
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\"\n },\n \"NeedRelievedFlowId\": \"yDwFmUUckpst10i3UubBSat8PWOt2iQF\",\n \"ReliveInfo\": {\n \"Reason\": \"因为业务调整, 结束合作。\",\n \"RemainInForceItem\": \"在业务结束前已产生的订单依旧有效。\",\n \"OriginalExpenseSettlement\": \"甲方需付给乙方xxxx以作赔偿。\",\n \"OriginalOtherSettlement\": \"
|
480
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\"\n },\n \"NeedRelievedFlowId\": \"yDwFmUUckpst10i3UubBSat8PWOt2iQF\",\n \"ReliveInfo\": {\n \"Reason\": \"因为业务调整, 结束合作。\",\n \"RemainInForceItem\": \"在业务结束前已产生的订单依旧有效。\",\n \"OriginalExpenseSettlement\": \"甲方需付给乙方xxxx以作赔偿。\",\n \"OriginalOtherSettlement\": \"原合同中的补充条款依然生效\",\n \"OtherDeals\": \"解除后1天内部签署新的合同\"\n }\n}",
|
481
481
|
"output": "{\n \"Response\": {\n \"FlowId\": \"yDwFdUUckps******xAhL7zuaIwkMth\",\n \"RequestId\": \"s1669**2203341\"\n }\n}",
|
482
482
|
"title": "发起解除协议(默认情况,使用原流程的签署人)"
|
483
483
|
},
|
484
484
|
{
|
485
485
|
"document": "1. 解除某个包含个人类型签署人的合同\n2. 更换其他个人类型签署人作为解除协议的参与人",
|
486
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\"\n },\n \"NeedRelievedFlowId\": \"yDR1AUUgygjazuesUuO4zjESPW4PkfNi\",\n \"ReleasedApprovers\": [\n {\n \"ApproverNumber\": 2,\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"15100000000\",\n \"Name\": \"李四\"\n }\n ],\n \"ReliveInfo\": {\n \"OriginalExpenseSettlement\": \"甲方需付给乙方xxxx以作赔偿\",\n \"OriginalOtherSettlement\": \"
|
486
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\"\n },\n \"NeedRelievedFlowId\": \"yDR1AUUgygjazuesUuO4zjESPW4PkfNi\",\n \"ReleasedApprovers\": [\n {\n \"ApproverNumber\": 2,\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"15100000000\",\n \"Name\": \"李四\"\n }\n ],\n \"ReliveInfo\": {\n \"OriginalExpenseSettlement\": \"甲方需付给乙方xxxx以作赔偿\",\n \"OriginalOtherSettlement\": \"原合同中的补充条款依然生效\",\n \"OtherDeals\": \"解除后1天内部签署新的合同\",\n \"Reason\": \"因为业务调整, 结束合作。\",\n \"RemainInForceItem\": \"在业务结束前已产生的订单依旧有效。\"\n }\n}",
|
487
487
|
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"FailedOperation\",\n \"Message\": \"不能更换非企业签署人身份信息\"\n },\n \"RequestId\": \"s16939***23898\"\n }\n}",
|
488
488
|
"title": "错误示例-解除协议中更换原合同个人类型的参与人"
|
489
489
|
},
|
490
490
|
{
|
491
491
|
"document": "1. 更换原合同中本方企业的参与人\n2. 该企业参与人指定为自动签署(ApproverType 设置为 ENTERPRISESERVER)",
|
492
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\"\n },\n \"NeedRelievedFlowId\": \"yDR1AUUgygjazuesUuO4zjESPW4PkfNi\",\n \"ReleasedApprovers\": [\n {\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"ApproverNumber\": 2,\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"OrganizationName\": \"典子谦示例企业\"\n }\n ],\n \"ReliveInfo\": {\n \"OriginalExpenseSettlement\": \"甲方需付给乙方以作赔偿\",\n \"OriginalOtherSettlement\": \"
|
492
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\"\n },\n \"NeedRelievedFlowId\": \"yDR1AUUgygjazuesUuO4zjESPW4PkfNi\",\n \"ReleasedApprovers\": [\n {\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"ApproverNumber\": 2,\n \"ApproverType\": \"ENTERPRISESERVER\",\n \"OrganizationName\": \"典子谦示例企业\"\n }\n ],\n \"ReliveInfo\": {\n \"OriginalExpenseSettlement\": \"甲方需付给乙方以作赔偿\",\n \"OriginalOtherSettlement\": \"原合同中的补充条款依然生效\",\n \"OtherDeals\": \"解除后1天内部签署新的合同\",\n \"Reason\": \"因为业务调整, 结束合作。\",\n \"RemainInForceItem\": \"在业务结束前已产生的订单依旧有效。\"\n }\n}",
|
493
493
|
"output": "{\n \"Response\": {\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\",\n \"RequestId\": \"s312334445587989\"\n }\n}",
|
494
494
|
"title": "发起解除协议(替换原流程中本企业的参与人并指定其为自动签署)"
|
495
495
|
},
|
496
496
|
{
|
497
497
|
"document": "1. 使用本企业的签署人\n2. 包含了详细的解除内容\n3. 替换原流程中本企业的签署人\n4. 被替换的原流程中的签署人ApproverNumber=1(即第二个签署人,在原流程签署人列表中的第二位)\n\n扩展信息:\n针对ApproverNumber举个例子,\n例如在原流程中共有三个签署人(a, b, c),\n那么a是第一位(ApproverNumber=0),b是第二位(ApproverNumber=1),c是第三位(ApproverNumber=2),\n注意这里的顺序不是签署顺序,仅仅是签署人列表中的自然顺序,签署人列表的获取可以参考DescribeFlowDetailInfo接口。",
|
498
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\"\n },\n \"NeedRelievedFlowId\": \"yDwFmUUckpst10i3UubBSat8PWOt2iQF\",\n \"ReleasedApprovers\": [\n {\n \"ApproverNumber\": 1,\n \"Name\": \"典子谦\",\n \"Mobile\": \"13200000000\",\n \"ApproverType\": \"ORGANIZATION\",\n \"OrganizationName\": \"典子谦示例企业\"\n }\n ],\n \"ReliveInfo\": {\n \"Reason\": \"因为业务调整, 结束合作。\",\n \"RemainInForceItem\": \"在业务结束前已产生的订单依旧有效。\",\n \"OriginalExpenseSettlement\": \"甲方需付给乙方xxxx以作赔偿。\",\n \"OriginalOtherSettlement\": \"
|
498
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\"\n },\n \"NeedRelievedFlowId\": \"yDwFmUUckpst10i3UubBSat8PWOt2iQF\",\n \"ReleasedApprovers\": [\n {\n \"ApproverNumber\": 1,\n \"Name\": \"典子谦\",\n \"Mobile\": \"13200000000\",\n \"ApproverType\": \"ORGANIZATION\",\n \"OrganizationName\": \"典子谦示例企业\"\n }\n ],\n \"ReliveInfo\": {\n \"Reason\": \"因为业务调整, 结束合作。\",\n \"RemainInForceItem\": \"在业务结束前已产生的订单依旧有效。\",\n \"OriginalExpenseSettlement\": \"甲方需付给乙方xxxx以作赔偿。\",\n \"OriginalOtherSettlement\": \"原合同中的补充条款依然生效\",\n \"OtherDeals\": \"解除后1天内部签署新的合同\"\n }\n}",
|
499
499
|
"output": "{\n \"Response\": {\n \"FlowId\": \"yDwFdUUckps******xAhL7zuaIwkMth4\",\n \"RequestId\": \"s1669**2203341\"\n }\n}",
|
500
500
|
"title": "发起解除协议(使用本企业的签署人,替换用原流程中本企业的签署人)"
|
501
501
|
},
|
502
502
|
{
|
503
503
|
"document": "1. 更换原合同中本方企业的参与人\n2. 给该企业参与人指定自定义的角色名称(通过设置ApproverSignRole)\n3. 给该企业参与人指定签署控件类型为手写签名(通过设置ApproverSignComponentType)",
|
504
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\"\n },\n \"NeedRelievedFlowId\": \"yDwFmUUckpst10i3UubBSat8PWOt2iQF\",\n \"ReleasedApprovers\": [\n {\n \"ApproverNumber\": 1,\n \"ApproverSignComponentType\": \"SIGN_SIGNATURE\",\n \"ApproverSignRole\": \"自定义的签署方角色(供应商)\",\n \"ApproverType\": \"ORGANIZATION\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"OrganizationName\": \"典子谦示例企业\"\n }\n ],\n \"ReliveInfo\": {\n \"OriginalExpenseSettlement\": \"甲方需付给乙方xxxx以作赔偿。\",\n \"OriginalOtherSettlement\": \"
|
504
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\"\n },\n \"NeedRelievedFlowId\": \"yDwFmUUckpst10i3UubBSat8PWOt2iQF\",\n \"ReleasedApprovers\": [\n {\n \"ApproverNumber\": 1,\n \"ApproverSignComponentType\": \"SIGN_SIGNATURE\",\n \"ApproverSignRole\": \"自定义的签署方角色(供应商)\",\n \"ApproverType\": \"ORGANIZATION\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"OrganizationName\": \"典子谦示例企业\"\n }\n ],\n \"ReliveInfo\": {\n \"OriginalExpenseSettlement\": \"甲方需付给乙方xxxx以作赔偿。\",\n \"OriginalOtherSettlement\": \"原合同中的补充条款依然生效\",\n \"OtherDeals\": \"解除后1天内部签署新的合同\",\n \"Reason\": \"因为业务调整, 结束合作。\",\n \"RemainInForceItem\": \"在业务结束前已产生的订单依旧有效。\"\n }\n}",
|
505
505
|
"output": "{\n \"Response\": {\n \"FlowId\": \"yDwgkUU7y***********zWBfv\",\n \"RequestId\": \"s168809**839\"\n }\n}",
|
506
506
|
"title": "发起解除协议(替换原流程中本企业的参与人并指定签署人角色、签署控件)"
|
507
507
|
}
|
@@ -1293,7 +1293,7 @@
|
|
1293
1293
|
"PrepareFlows": [
|
1294
1294
|
{
|
1295
1295
|
"document": "创建待发起文件",
|
1296
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PrepareFlows\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"
|
1296
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PrepareFlows\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"AppId\": \"yDxZtUyKQD2JuqUuO4zjERYG3XNeEJXw\"\n },\n \"JumpUrl\": \"http://www.test.com\",\n \"FlowInfos\": [\n {\n \"FlowName\": \"测试签署流程一\",\n \"TemplateId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\",\n \"FlowDescription\": \"测试签署流程一的描述信息\",\n \"FlowType\": \"合同\",\n \"Deadline\": 1604910797,\n \"FormFields\": [\n {\n \"ComponentName\": \"姓名\",\n \"ComponentValue\": \"李四\"\n }\n ],\n \"FlowApprovers\": [\n {\n \"Name\": \"李四\",\n \"Mobile\": \"13888888888\",\n \"Deadline\": 1604910798\n }\n ]\n },\n {\n \"FlowName\": \"测试签署流程二\",\n \"TemplateId\": \"yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc\",\n \"FlowDescription\": \"测试签署流程二的描述信息\",\n \"FlowType\": \"合同\",\n \"Deadline\": 1604910797,\n \"FormFields\": [\n {\n \"ComponentName\": \"姓名\",\n \"ComponentValue\": \"张三\"\n }\n ],\n \"FlowApprovers\": [\n {\n \"Name\": \"鹅鹅子\",\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"Deadline\": 1663336465\n },\n {\n \"Name\": \"发起方\",\n \"ApproverType\": \"ORGANIZATION\",\n \"Mobile\": \"13700000000\",\n \"OpenId\": \"12345678\",\n \"Deadline\": 1663336465\n }\n ]\n }\n ]\n}",
|
1297
1297
|
"output": "{\n \"Response\": {\n \"ConfirmUrl\": \"https://www.xx.com\",\n \"RequestId\": \"id\"\n }\n}",
|
1298
1298
|
"title": "创建待发起文件"
|
1299
1299
|
}
|