tccli 3.0.1337.1__py2.py3-none-any.whl → 3.0.1339.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/apm/v20210622/api.json +10 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/ccc/v20200210/api.json +100 -1
- tccli/services/cdb/v20170320/api.json +37 -37
- tccli/services/cdb/v20170320/examples.json +7 -7
- tccli/services/cdn/v20180606/api.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +2 -2
- tccli/services/cfs/v20190719/api.json +15 -3
- tccli/services/cfw/v20190904/examples.json +12 -0
- tccli/services/ckafka/v20190819/api.json +19 -0
- tccli/services/cls/v20201016/api.json +2 -2
- tccli/services/csip/csip_client.py +791 -102
- tccli/services/csip/v20221121/api.json +6108 -3458
- tccli/services/csip/v20221121/examples.json +104 -0
- tccli/services/dts/v20211206/api.json +11 -0
- tccli/services/es/v20180416/api.json +55 -0
- tccli/services/es/v20250101/api.json +21 -0
- tccli/services/ess/ess_client.py +159 -0
- tccli/services/ess/v20201111/api.json +284 -4
- tccli/services/ess/v20201111/examples.json +28 -4
- tccli/services/essbasic/essbasic_client.py +171 -12
- tccli/services/essbasic/v20210526/api.json +256 -5
- tccli/services/essbasic/v20210526/examples.json +25 -1
- tccli/services/gwlb/v20240906/api.json +1 -1
- tccli/services/gwlb/v20240906/examples.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/ioa/v20220601/api.json +55 -0
- tccli/services/ioa/v20220601/examples.json +1 -1
- tccli/services/iotexplorer/iotexplorer_client.py +57 -4
- tccli/services/iotexplorer/v20190423/api.json +145 -19
- tccli/services/iotexplorer/v20190423/examples.json +8 -0
- tccli/services/live/live_client.py +208 -49
- tccli/services/live/v20180801/api.json +498 -73
- tccli/services/live/v20180801/examples.json +35 -11
- tccli/services/lkeap/lkeap_client.py +0 -53
- tccli/services/lkeap/v20240522/api.json +0 -90
- tccli/services/lkeap/v20240522/examples.json +0 -8
- tccli/services/ocr/v20181119/api.json +21 -1
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/ssl/ssl_client.py +212 -0
- tccli/services/ssl/v20191205/api.json +625 -10
- tccli/services/ssl/v20191205/examples.json +38 -0
- tccli/services/tcbr/v20220217/api.json +11 -0
- tccli/services/tdmq/v20200217/api.json +56 -47
- tccli/services/tdmq/v20200217/examples.json +8 -8
- tccli/services/trocket/trocket_client.py +104 -51
- tccli/services/trocket/v20230308/api.json +238 -61
- tccli/services/trocket/v20230308/examples.json +20 -12
- tccli/services/trtc/v20190722/api.json +3 -3
- tccli/services/tse/v20201207/api.json +19 -0
- tccli/services/tsf/v20180326/api.json +1 -1
- tccli/services/wedata/v20210820/api.json +607 -3
- tccli/services/wedata/v20210820/examples.json +18 -8
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/RECORD +60 -60
- {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/license_files/LICENSE +0 -0
@@ -448,6 +448,13 @@
|
|
448
448
|
"output": "CreateLegalSealQrCodeResponse",
|
449
449
|
"status": "online"
|
450
450
|
},
|
451
|
+
"CreateModifyAdminAuthorizationUrl": {
|
452
|
+
"document": "本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。\n\n注意:\n1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书审核结果回调](https://qian.tencent.com/developers/partner/callback_types_staffs#%E5%9B%9B-%E6%8E%88%E6%9D%83%E4%B9%A6%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到",
|
453
|
+
"input": "CreateModifyAdminAuthorizationUrlRequest",
|
454
|
+
"name": "生成变更超管授权书链接",
|
455
|
+
"output": "CreateModifyAdminAuthorizationUrlResponse",
|
456
|
+
"status": "online"
|
457
|
+
},
|
451
458
|
"CreateOrganizationAuthFile": {
|
452
459
|
"document": "生成合成后的各类企业授权书,包括:\n- 企业认证超管授权书\n- 超管变更授权书\n- 企业注销授权书\n\n注: 需自行保证传入真实的企业/法人/超管信息,否则后续的审核将会拒绝。",
|
453
460
|
"input": "CreateOrganizationAuthFileRequest",
|
@@ -490,6 +497,13 @@
|
|
490
497
|
"output": "DeleteOrganizationAuthorizationsResponse",
|
491
498
|
"status": "online"
|
492
499
|
},
|
500
|
+
"DescribeBatchOrganizationRegistrationTasks": {
|
501
|
+
"document": "本接口(DescribeBatchOrganizationRegistrationTasks)用于查询企业批量认证任务状态。",
|
502
|
+
"input": "DescribeBatchOrganizationRegistrationTasksRequest",
|
503
|
+
"name": "查询企业批量认证状态",
|
504
|
+
"output": "DescribeBatchOrganizationRegistrationTasksResponse",
|
505
|
+
"status": "online"
|
506
|
+
},
|
493
507
|
"DescribeBatchOrganizationRegistrationUrls": {
|
494
508
|
"document": "此接口用于获取企业批量认证异步任务的状态及结果。需要先调用接口<a href=\"https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks\" target=\"_blank\">提交子企业批量认证链接创建任务</a>获取到任务ID,然后再调用此接口获取到各个子企业的注册认证链接。整体流程如下图。\n\n\n\n注:\n`异步任务的处理完成时间视当前已提交的任务量、任务的复杂程度等因素决定,正常情况下 3~5 秒即可完成,但也可能需要更长的时间`",
|
495
509
|
"input": "DescribeBatchOrganizationRegistrationUrlsRequest",
|
@@ -595,6 +609,13 @@
|
|
595
609
|
"output": "ModifyFlowDeadlineResponse",
|
596
610
|
"status": "online"
|
597
611
|
},
|
612
|
+
"ModifyPartnerAutoSignAuthUrl": {
|
613
|
+
"document": "创建一个用于更新他方自动签授权的链接(可选择他方授权或我方授权)。通过这个链接,合作方企业可以直接进入小程序,进行自动签更新授权(印章)操作。\n\n如果授权企业尚未开通企业自动签功能,该链接还将引导他们首先开通本企业的自动签服务\n\n\n注: \n1. <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)\n2. 2. 只能更新授权的印章,被授权的企业无法更新\n3. 授权企业和被授权企业必须都是已认证企业\n4. <font color='red'>需要授权企业或被授权企业的超管或者法人打开链接</font>走开通逻辑。",
|
614
|
+
"input": "ModifyPartnerAutoSignAuthUrlRequest",
|
615
|
+
"name": "更新企业自动签授权链接",
|
616
|
+
"output": "ModifyPartnerAutoSignAuthUrlResponse",
|
617
|
+
"status": "online"
|
618
|
+
},
|
598
619
|
"OperateChannelTemplate": {
|
599
620
|
"document": "此接口(OperateChannelTemplate)用于针对第三方应用平台模板库中的模板对子客企业发布授权的查询和设置。\n平台模板库中的模板的位置在控制台 企业应用管理 中下面的应用模板库管理目录, 可以参照下图位置\n\n\n# 支持的操作\n\n## 1. 查询模板的子客企业授权 (OperateType=SELECT)\n- 查询模板的授权子企业列表\n\n## 2. 修改模板的子客企业授权 (OperateType=UPDATE)\n- 当模板未发布时,可以修改模板的模板授权范围是**所有第三方应用合作企业**(AuthTag设置为all)或者**指定第三方应用合作企业**(AuthTag设置为part),**当模板发布后,不可做此修改**\n- 如果模板是部分授权, 可通过ProxyOrganizationOpenIds增加子客的授权范围。\n\n## 3. 取消模板的子客企业授权 (OperateType=DELETE)\n- 对子客企业进行模板库中模板授权范围的进行删除操作。\n- 主要对于手动领取的模板,去除授权后子客在模板库中看不到,就无法再领取了。但是**已经领取过成为自有模板的不会同步删除**。\n- 对于自动领取的模板,由于已经下发,更改授权不会影响。\n- 如果要同步删除子客自有模板库中的模板,请使用OperateType=UPDATE+Available参数处理。",
|
600
621
|
"input": "OperateChannelTemplateRequest",
|
@@ -610,11 +631,11 @@
|
|
610
631
|
"status": "online"
|
611
632
|
},
|
612
633
|
"PrepareFlows": {
|
613
|
-
"document": "该接口 (PrepareFlows) 用于创建待发起文件\n用户通过该接口进入签署流程发起的确认页面,进行发起信息二次确认, 如果确认则进行正常发起。\n目前该接口只支持B2C,<font color='red'> **不建议使用**</font>。",
|
634
|
+
"document": "已经不再使用\n\n该接口 (PrepareFlows) 用于创建待发起文件\n用户通过该接口进入签署流程发起的确认页面,进行发起信息二次确认, 如果确认则进行正常发起。\n目前该接口只支持B2C,<font color='red'> **不建议使用**</font>。",
|
614
635
|
"input": "PrepareFlowsRequest",
|
615
636
|
"name": "准备待发起文件",
|
616
637
|
"output": "PrepareFlowsResponse",
|
617
|
-
"status": "
|
638
|
+
"status": "deprecated"
|
618
639
|
},
|
619
640
|
"SyncProxyOrganization": {
|
620
641
|
"document": "此接口(SyncProxyOrganization)用于同步第三方平台子客企业信息,包括企业名称、企业营业执照、企业统一社会信用代码和法人姓名等,便于子客企业在企业激活过程中无需手动上传营业执照或补充企业信息。\n\n注意:\n\n- **需要在<a href=\"https://qian.tencent.com/developers/partnerApis/accounts/CreateConsoleLoginUrl\" target=\"_blank\">生成子客登录链接</a>前同步的企业信息**, 否则会出现信息同步没有用的情形\n- **企业信息需要和营业执照信息对应**, 否则会出现激活过程验证不通过的问题\n\n\n\n\n- **企业统一社会信用代码**: 对应上图中的**1**\n- **第三方平台子客企业名称**: 对应上图中的**2**\n- **企业法定代表人的名字**:对应上图中的**3**\n- **企业详细住所**:对应上图中的**4**",
|
@@ -1251,6 +1272,42 @@
|
|
1251
1272
|
],
|
1252
1273
|
"usage": "in"
|
1253
1274
|
},
|
1275
|
+
"BatchOrganizationRegistrationTasksDetails": {
|
1276
|
+
"document": "批量认证企业任务详情信息,其中包括 TaskId,状态信息等等",
|
1277
|
+
"members": [
|
1278
|
+
{
|
1279
|
+
"disabled": false,
|
1280
|
+
"document": "生成注册链接的任务Id",
|
1281
|
+
"example": "yDxbNUyKQDx3oAUuO4zjEBQGidlGe4hP",
|
1282
|
+
"member": "string",
|
1283
|
+
"name": "TaskId",
|
1284
|
+
"output_required": false,
|
1285
|
+
"type": "string",
|
1286
|
+
"value_allowed_null": false
|
1287
|
+
},
|
1288
|
+
{
|
1289
|
+
"disabled": false,
|
1290
|
+
"document": "批量创建企业任务的状态\n<ul>\n<li>Processing</li>\n<li>Create</li>\n<li>Submit</li>\n<li>Authorization</li>\n<li>Failed</li>\n</ul>\n\n各个状态所代表的含义如下表格所示:\n<table>\n<thead align=\"center\" valign=\"center\">\n<tr><th>任务状态名称</th><th>任务状态详情</th></tr>\n</thead>\n<tbody>\n<tr><th align=\"center\" valign=\"center\">Processing</th><th>企业认证任务处理中,用户调用了<a href=\"https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks\">CreateBatchOrganizationRegistrationTasks</a>接口,但是任务还在处理中的状态</th></tr>\n<tr><th align=\"center\" valign=\"center\">Create</th><th>创建企业认证链接任务完成,可以调用生成任务链接接口</th></tr>\n<tr><th align=\"center\" valign=\"center\">Submit</th><th>企业认证任务已提交,到如下界面之后,会变为这个状态\n\n</th></tr>\n<tr><th align=\"center\" valign=\"center\">Authorization</th><th>企业认证任务认证成功,点击下图下一步,进入到授权书上传或者法人认证,则会变为这个状态\n\n</th></tr>\n<tr><th align=\"center\" valign=\"center\">Failed</th><th>企业认证任务失败</th></tr>\n</tbody>\n</table>",
|
1291
|
+
"example": "Submit",
|
1292
|
+
"member": "string",
|
1293
|
+
"name": "Status",
|
1294
|
+
"output_required": false,
|
1295
|
+
"type": "string",
|
1296
|
+
"value_allowed_null": false
|
1297
|
+
},
|
1298
|
+
{
|
1299
|
+
"disabled": false,
|
1300
|
+
"document": "如果任务失败,会返回错误信息",
|
1301
|
+
"example": "三要素校验失败: 工商库未能查询到企业信息,请核实信息或切换为上传营业执照认证。",
|
1302
|
+
"member": "string",
|
1303
|
+
"name": "ErrorMessage",
|
1304
|
+
"output_required": false,
|
1305
|
+
"type": "string",
|
1306
|
+
"value_allowed_null": false
|
1307
|
+
}
|
1308
|
+
],
|
1309
|
+
"usage": "out"
|
1310
|
+
},
|
1254
1311
|
"CancelFailureFlow": {
|
1255
1312
|
"document": "撤销失败的流程信息",
|
1256
1313
|
"members": [
|
@@ -6281,7 +6338,7 @@
|
|
6281
6338
|
},
|
6282
6339
|
{
|
6283
6340
|
"disabled": false,
|
6284
|
-
"document": "**在所有的定位方式下**,控件的扩展参数,为<font color=\"red\">JSON格式</font>,不同类型的控件会有部分非通用参数。\n\n<font color=\"red\">ComponentType为TEXT、MULTI_LINE_TEXT时</font>,支持以下参数:\n<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>\n<li> <b>FontSize</b>: 范围6 :72</li>\n<li> <b>FontAlign</b>: Left/Right/Center,左对齐/居中/右对齐</li>\n<li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li></ul>\n<b>参数样例</b>:`{\"FontColor\":\"255,0,0\",\"FontSize\":12}`\n\n<font color=\"red\">ComponentType为DATE时</font>,支持以下参数:\n<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>\n<li> <b>FontSize</b>: 范围6 :72</li></ul>\n<b>参数样例</b>:`{\"FontColor\":\"255,0,0\",\"FontSize\":12}`\n\n<font color=\"red\">ComponentType为FILL_IMAGE时</font>,支持以下参数:\n<ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>\n<li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>\n\n<font color=\"red\">ComponentType为SELECTOR时</font>,支持以下参数:\n<ul><li> <b>WordWrap</b>:bool。是否支持选择控件内容自动折行合成。false:不支持(默认)。 true : 支持自动折行合成</li>\n</ul>\n\n<font color=\"red\">ComponentType为SIGN_SIGNATURE、SIGN_PAGING_SIGNATURE类型时</font>,可以**ComponentTypeLimit**参数控制签署方式\n<ul><li> <b>HANDWRITE</b> : 需要实时手写的手写签名</li>\n<li> <b>HANDWRITTEN_ESIGN</b> : 长效手写签名, 是使用保存到个人中心的印章列表的手写签名(并且包含HANDWRITE)</li>\n<li> <b>OCR_ESIGN</b> : AI智能识别手写签名</li>\n<li> <b>ESIGN</b> : 个人印章类型</li>\n<li> <b>SYSTEM_ESIGN</b> : 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)</li>\n<li> <b>IMG_ESIGN</b> : 图片印章(该类型支持用户在签署将上传的PNG格式的图片作为签名)</li></ul>\n<b>参考样例</b>:`{\"ComponentTypeLimit\": [\"SYSTEM_ESIGN\"]}`\n印章的对应关系参考下图\n<br><br>\n<font color=\"red\">ComponentType为SIGN_SEAL 或者 SIGN_PAGING_SEAL类型时</font>,可以通过**ComponentTypeLimit**参数控制签署方签署时要使用的印章类型,支持指定以下印章类型\n<ul><li> <b>OFFICIAL</b> : 企业公章</li>\n<li> <b>CONTRACT</b> : 合同专用章</li>\n<li> <b>FINANCE</b> : 财务专用章</li>\n<li> <b>PERSONNEL</b> : 人事专用章</li>\n<li> <b>OTHER</b> : 其他</li>\n</ul>\n<b>参考样例</b>:`{\\\"ComponentTypeLimit\\\":[\\\"PERSONNEL\\\",\\\"FINANCE\\\"]}` 表示改印章签署区,客户需使用人事专用章或财务专用章盖章签署。<br><br>\n\n<font color=\"red\">ComponentType为SIGN_DATE时</font>,支持以下参数:\n<ul><li> <b>Font</b> :字符串类型目前只支持\"黑体\"、\"宋体\"、仿宋,如果不填默认为\"黑体\"</li>\n<li> <b>FontSize</b> : 数字类型,范围6-72,默认值为12</li>\n<li> <b>FontAlign</b> : 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐</li>\n<li> <b>Format</b> : 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。</li>\n<li> <b>Gaps</b> : 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数</li></ul>\n如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期\n特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)\n<b>参数样例</b>: ` \"{\"Format\":\"yyyy m d\",\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}\"`\n\n<font color=\"red\">ComponentType为SIGN_SEAL、SIGN_SIGNATURE类型时</font>,支持以下参数:\n<ul><li> <b>PageRanges</b> :PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)</li></ul>\n<b>参数样例</b>:` \"{\"PageRanges\":[{\"BeginPage\":1,\"EndPage\":-1}]}\"`\n\n<font color=\"red\">签署印章旋转功能,当ComponentType为SIGN_SIGNATURE、SIGN_DATE、SIGN_SEAL时</font>,可以通过以下参数设置签署图片的旋转角度:\n<ul><li> <b>Rotate</b>:旋转角度,支持范围:-360:360,为正整数时,为顺时针旋转;为负整数时,为逆时针旋转。</li>\n<li> <b>RotateRelation</b>:旋转关联控件,用于指定关联旋转的控件。例如:让印章控件和签署日期控件按照印章控件为中心旋转(此时,设置印章控件的RotateRelation为日期控件的ComponentId,设置日期签署控件的RotateRelation为印章控件的ComponentId)。</li></ul>\n<b>参数样例</b>:`{\"Rotate\":-30,\"RotateRelation\":\"Component_Id1\"}`\n\n<font color=\"red\">签署印章透明度功能设置,</font>当ComponentType为SIGN_SIGNATURE、SIGN_SEAL、SIGN_PAGING_SEAL、SIGN_LEGAL_PERSON_SEAL时,可以通过以下参数设置签署印章的透明度:\n<ul><li> <b>Opacity</b>:印章透明度,支持范围:0-1,0.7表示70%的透明度,1表示无透明度</li></ul>\n<b>参数样例</b>:`{\"Opacity\":0.7}`\n\n<font color=\"red\">签署印章大小功能设置,</font>当ComponentType为SIGN_SEAL、SIGN_PAGING_SEAL、SIGN_LEGAL_PERSON_SEAL时,可以通过以下参数设置签署时按照实际印章的大小进行签署,如果印章没有设置大小,那么默认会是4.2cm的印章大小:\n<ul><li> <b>UseSealSize</b>:使用印章设置的大小盖章,true表示使用印章设置的大小盖章,false表示使用签署控件的大小进行盖章;不传则为false</li></ul>\n<b>参数样例</b>:`{\"UseSealSize\":true}`\n\n<font color=\"red\">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>\n<ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>\n场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置\"IgnoreKeywordError\"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。\n<b>参数样例</b>:` \"{\"IgnoreKeywordError\":1}\"`\n\n\n<font color=\"red\">ComponentType为SIGN_VIRTUAL_COMBINATION时</font>,支持以下参数:\n<ul>\n<li><b>Children:</b> 绝对定位模式下,用来指定此签批控件的组合子控件 </li>\n<b>参数样例</b>:<br>`{\"Children\":[\"ComponentId_29\",\"ComponentId_27\",\"ComponentId_28\",\"ComponentId_30\"]}`\n<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>\nChildrenComponent结构体定义:\n<table border=\"1\"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td>子控件提示语</td> </tr> <tr> <td>ComponentOffsetX</td> <td>float</td> <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td> </tr> <tr> <td>ComponentOffsetY</td> <td>float</td> <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td> </tr> <tr> <td>ComponentWidth</td> <td>float</td> <td>控件宽</td> </tr> <tr> <td>ComponentHeight</td> <td>float</td> <td>控件高</td> </tr> <tr> <td>ComponentExtra</td> <td>string</td> <td>控件的附属信息,根据ComponentType设置</td> </tr> </tbody> </table>\n<b>参数样例</b>:\n\n<pre>\n{\n \"ChildrenComponents\": [\n {\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentName\": \"个人签名\",\n \"Placeholder\": \"请签名\",\n \"ComponentOffsetX\": 10,\n \"ComponentOffsetY\": 30,\n \"ComponentWidth\": 119,\n \"ComponentHeight\": 43,\n \"ComponentExtra\": \"{\\\"ComponentTypeLimit\\\":[\\\"SYSTEM_ESIGN\\\"]}\"\n },\n {\n \"ComponentType\": \"SIGN_SELECTOR\",\n \"ComponentName\": \"是否同意此协议\",\n \"Placeholder\": \"\",\n \"ComponentOffsetX\": 50,\n \"ComponentOffsetY\": 130,\n \"ComponentWidth\": 120,\n \"ComponentHeight\": 43,\n \"ComponentExtra\": \"{\\\"Values\\\":[\\\"同意\\\",\\\"不同意\\\",\\\"再想想\\\"],\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"MultiSelect\\\":false}\"\n },\n {\n \"ComponentType\": \"SIGN_MULTI_LINE_TEXT\",\n \"ComponentName\": \"批注附言\",\n \"Placeholder\": \"\",\n \"ComponentOffsetX\": 150,\n \"ComponentOffsetY\": 300,\n \"ComponentWidth\": 200,\n \"ComponentHeight\": 86,\n \"ComponentExtra\": \"\"\n }\n ]\n}</pre>\n</ul>\n\n",
|
6341
|
+
"document": "**在所有的定位方式下**,控件的扩展参数,为<font color=\"red\">JSON格式</font>,不同类型的控件会有部分非通用参数。\n\n<font color=\"red\">ComponentType为TEXT、MULTI_LINE_TEXT时</font>,支持以下参数:\n<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>\n<li> <b>FontSize</b>: 范围6 :72</li>\n<li> <b>FontAlign</b>: Left/Right/Center,左对齐/居中/右对齐</li>\n<li> <b>FontColor</b>:字符串类型,格式为RGB颜色数字</li></ul>\n<b>参数样例</b>:`{\"FontColor\":\"255,0,0\",\"FontSize\":12}`\n\n<font color=\"red\">ComponentType为DATE时</font>,支持以下参数:\n<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>\n<li> <b>FontSize</b>: 范围6 :72</li></ul>\n<b>参数样例</b>:`{\"FontColor\":\"255,0,0\",\"FontSize\":12}`\n\n<font color=\"red\">ComponentType为WATERMARK时</font>,支持以下参数:\n<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>\n<li> <b>FontSize</b>: 范围6 :72</li>\n<li> <b>Opacity</b>: 透明度,范围0 :1</li>\n<li> <b>Rotate</b>: 水印旋转角度,范围0 :359</li>\n<li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>\n<li> <b>Position</b>: 水印位置,None-平铺(默认值),LeftTop-左上,LeftBottom-左下,RightTop-右上,RightBottom-右下,Center-居中</li>\n<li> <b>SubType</b>: 水印类型:CUSTOM_WATERMARK-自定义内容,PERSON_INFO_WATERMARK-访问者信息</li></ul>\n<b>参数样例</b>:`\"{\\\"Font\\\":\\\"黑体\\\",\\\"FontSize\\\":20,\\\"Opacity\\\":0.1,\\\"Density\\\":2,\\\"SubType\\\":\\\"PERSON_INFO_WATERMARK\\\"}\"`\n\n<font color=\"red\">ComponentType为FILL_IMAGE时</font>,支持以下参数:\n<ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>\n<li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>\n\n<font color=\"red\">ComponentType为SELECTOR时</font>,支持以下参数:\n<ul><li> <b>WordWrap</b>:bool。是否支持选择控件内容自动折行合成。false:不支持(默认)。 true : 支持自动折行合成</li>\n</ul>\n\n<font color=\"red\">ComponentType为SIGN_SIGNATURE、SIGN_PAGING_SIGNATURE类型时</font>,可以**ComponentTypeLimit**参数控制签署方式\n<ul><li> <b>HANDWRITE</b> : 需要实时手写的手写签名</li>\n<li> <b>HANDWRITTEN_ESIGN</b> : 长效手写签名, 是使用保存到个人中心的印章列表的手写签名(并且包含HANDWRITE)</li>\n<li> <b>OCR_ESIGN</b> : AI智能识别手写签名</li>\n<li> <b>ESIGN</b> : 个人印章类型</li>\n<li> <b>SYSTEM_ESIGN</b> : 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)</li>\n<li> <b>IMG_ESIGN</b> : 图片印章(该类型支持用户在签署将上传的PNG格式的图片作为签名)</li></ul>\n<b>参考样例</b>:`{\"ComponentTypeLimit\": [\"SYSTEM_ESIGN\"]}`\n印章的对应关系参考下图\n<br><br>\n<font color=\"red\">ComponentType为SIGN_SEAL 或者 SIGN_PAGING_SEAL类型时</font>,可以通过**ComponentTypeLimit**参数控制签署方签署时要使用的印章类型,支持指定以下印章类型\n<ul><li> <b>OFFICIAL</b> : 企业公章</li>\n<li> <b>CONTRACT</b> : 合同专用章</li>\n<li> <b>FINANCE</b> : 财务专用章</li>\n<li> <b>PERSONNEL</b> : 人事专用章</li>\n<li> <b>OTHER</b> : 其他</li>\n</ul>\n<b>参考样例</b>:`{\\\"ComponentTypeLimit\\\":[\\\"PERSONNEL\\\",\\\"FINANCE\\\"]}` 表示改印章签署区,客户需使用人事专用章或财务专用章盖章签署。<br><br>\n\n<font color=\"red\">ComponentType为SIGN_DATE时</font>,支持以下参数:\n<ul><li> <b>Font</b> :字符串类型目前只支持\"黑体\"、\"宋体\"、仿宋,如果不填默认为\"黑体\"</li>\n<li> <b>FontSize</b> : 数字类型,范围6-72,默认值为12</li>\n<li> <b>FontAlign</b> : 字符串类型,可取Left/Right/Center,对应左对齐/居中/右对齐</li>\n<li> <b>Format</b> : 字符串类型,日期格式,必须是以下五种之一 “yyyy m d”,”yyyy年m月d日”,”yyyy/m/d”,”yyyy-m-d”,”yyyy.m.d”。</li>\n<li> <b>Gaps</b> : 字符串类型,仅在Format为“yyyy m d”时起作用,格式为用逗号分开的两个整数,例如”2,2”,两个数字分别是日期格式的前后两个空隙中的空格个数</li></ul>\n如果extra参数为空,默认为”yyyy年m月d日”格式的居中日期\n特别地,如果extra中Format字段为空或无法被识别,则extra参数会被当作默认值处理(Font,FontSize,Gaps和FontAlign都不会起效)\n<b>参数样例</b>: ` \"{\"Format\":\"yyyy m d\",\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}\"`\n\n<font color=\"red\">ComponentType为SIGN_SEAL、SIGN_SIGNATURE类型时</font>,支持以下参数:\n<ul><li> <b>PageRanges</b> :PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)</li></ul>\n<b>参数样例</b>:` \"{\"PageRanges\":[{\"BeginPage\":1,\"EndPage\":-1}]}\"`\n\n<font color=\"red\">签署印章旋转功能,当ComponentType为SIGN_SIGNATURE、SIGN_DATE、SIGN_SEAL时</font>,可以通过以下参数设置签署图片的旋转角度:\n<ul><li> <b>Rotate</b>:旋转角度,支持范围:-360:360,为正整数时,为顺时针旋转;为负整数时,为逆时针旋转。</li>\n<li> <b>RotateRelation</b>:旋转关联控件,用于指定关联旋转的控件。例如:让印章控件和签署日期控件按照印章控件为中心旋转(此时,设置印章控件的RotateRelation为日期控件的ComponentId,设置日期签署控件的RotateRelation为印章控件的ComponentId)。</li></ul>\n<b>参数样例</b>:`{\"Rotate\":-30,\"RotateRelation\":\"Component_Id1\"}`\n\n<font color=\"red\">签署印章透明度功能设置,</font>当ComponentType为SIGN_SIGNATURE、SIGN_SEAL、SIGN_PAGING_SEAL、SIGN_LEGAL_PERSON_SEAL时,可以通过以下参数设置签署印章的透明度:\n<ul><li> <b>Opacity</b>:印章透明度,支持范围:0-1,0.7表示70%的透明度,1表示无透明度</li></ul>\n<b>参数样例</b>:`{\"Opacity\":0.7}`\n\n<font color=\"red\">签署印章大小功能设置,</font>当ComponentType为SIGN_SEAL、SIGN_PAGING_SEAL、SIGN_LEGAL_PERSON_SEAL时,可以通过以下参数设置签署时按照实际印章的大小进行签署,如果印章没有设置大小,那么默认会是4.2cm的印章大小:\n<ul><li> <b>UseSealSize</b>:使用印章设置的大小盖章,true表示使用印章设置的大小盖章,false表示使用签署控件的大小进行盖章;不传则为false</li></ul>\n<b>参数样例</b>:`{\"UseSealSize\":true}`\n\n<font color=\"red\">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>\n<ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>\n场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置\"IgnoreKeywordError\"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。\n<b>参数样例</b>:` \"{\"IgnoreKeywordError\":1}\"`\n\n\n<font color=\"red\">ComponentType为SIGN_VIRTUAL_COMBINATION时</font>,支持以下参数:\n<ul>\n<li><b>Children:</b> 绝对定位模式下,用来指定此签批控件的组合子控件 </li>\n<b>参数样例</b>:<br>`{\"Children\":[\"ComponentId_29\",\"ComponentId_27\",\"ComponentId_28\",\"ComponentId_30\"]}`\n<li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>\nChildrenComponent结构体定义:\n<table border=\"1\"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td>子控件提示语</td> </tr> <tr> <td>ComponentOffsetX</td> <td>float</td> <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td> </tr> <tr> <td>ComponentOffsetY</td> <td>float</td> <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td> </tr> <tr> <td>ComponentWidth</td> <td>float</td> <td>控件宽</td> </tr> <tr> <td>ComponentHeight</td> <td>float</td> <td>控件高</td> </tr> <tr> <td>ComponentExtra</td> <td>string</td> <td>控件的附属信息,根据ComponentType设置</td> </tr> </tbody> </table>\n<b>参数样例</b>:\n\n<pre>\n{\n \"ChildrenComponents\": [\n {\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentName\": \"个人签名\",\n \"Placeholder\": \"请签名\",\n \"ComponentOffsetX\": 10,\n \"ComponentOffsetY\": 30,\n \"ComponentWidth\": 119,\n \"ComponentHeight\": 43,\n \"ComponentExtra\": \"{\\\"ComponentTypeLimit\\\":[\\\"SYSTEM_ESIGN\\\"]}\"\n },\n {\n \"ComponentType\": \"SIGN_SELECTOR\",\n \"ComponentName\": \"是否同意此协议\",\n \"Placeholder\": \"\",\n \"ComponentOffsetX\": 50,\n \"ComponentOffsetY\": 130,\n \"ComponentWidth\": 120,\n \"ComponentHeight\": 43,\n \"ComponentExtra\": \"{\\\"Values\\\":[\\\"同意\\\",\\\"不同意\\\",\\\"再想想\\\"],\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"MultiSelect\\\":false}\"\n },\n {\n \"ComponentType\": \"SIGN_MULTI_LINE_TEXT\",\n \"ComponentName\": \"批注附言\",\n \"Placeholder\": \"\",\n \"ComponentOffsetX\": 150,\n \"ComponentOffsetY\": 300,\n \"ComponentWidth\": 200,\n \"ComponentHeight\": 86,\n \"ComponentExtra\": \"\"\n }\n ]\n}</pre>\n</ul>\n\n",
|
6285
6342
|
"example": "ComponentExtra",
|
6286
6343
|
"member": "string",
|
6287
6344
|
"name": "ComponentExtra",
|
@@ -7135,8 +7192,8 @@
|
|
7135
7192
|
},
|
7136
7193
|
{
|
7137
7194
|
"disabled": false,
|
7138
|
-
"document": "可选的此企业允许的授权方式, 可以设置的方式有:\n<ul
|
7139
|
-
"example": "[
|
7195
|
+
"document": "可选的此企业允许的授权方式, 可以设置的方式有:\n<ul>\n<li>2:转法定代表人授权</li>\n<li>5:授权书+对公打款</li>\n</ul>",
|
7196
|
+
"example": "[2, 5]",
|
7140
7197
|
"member": "int64",
|
7141
7198
|
"name": "AuthorizationTypes",
|
7142
7199
|
"required": false,
|
@@ -7874,6 +7931,61 @@
|
|
7874
7931
|
],
|
7875
7932
|
"type": "object"
|
7876
7933
|
},
|
7934
|
+
"CreateModifyAdminAuthorizationUrlRequest": {
|
7935
|
+
"document": "CreateModifyAdminAuthorizationUrl请求参数结构体",
|
7936
|
+
"members": [
|
7937
|
+
{
|
7938
|
+
"disabled": false,
|
7939
|
+
"document": "关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。\n\n此接口下面信息必填。\n<ul>\n<li>渠道应用标识: Agent.AppId</li>\n</ul>\n",
|
7940
|
+
"example": "无",
|
7941
|
+
"member": "Agent",
|
7942
|
+
"name": "Agent",
|
7943
|
+
"required": true,
|
7944
|
+
"type": "object"
|
7945
|
+
},
|
7946
|
+
{
|
7947
|
+
"disabled": false,
|
7948
|
+
"document": "企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到",
|
7949
|
+
"example": "\"yDRS4UUgygqdcj5pUuO4zjEu602GFIe6\"",
|
7950
|
+
"member": "string",
|
7951
|
+
"name": "AuthorizationId",
|
7952
|
+
"required": false,
|
7953
|
+
"type": "string"
|
7954
|
+
},
|
7955
|
+
{
|
7956
|
+
"disabled": false,
|
7957
|
+
"document": "要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>",
|
7958
|
+
"example": "HTTP",
|
7959
|
+
"member": "string",
|
7960
|
+
"name": "Endpoint",
|
7961
|
+
"required": false,
|
7962
|
+
"type": "string"
|
7963
|
+
}
|
7964
|
+
],
|
7965
|
+
"type": "object"
|
7966
|
+
},
|
7967
|
+
"CreateModifyAdminAuthorizationUrlResponse": {
|
7968
|
+
"document": "CreateModifyAdminAuthorizationUrl返回参数结构体",
|
7969
|
+
"members": [
|
7970
|
+
{
|
7971
|
+
"disabled": false,
|
7972
|
+
"document": "变更企业超管授权书链接。没有有效期限制。注意:此链接仅能由当时认证企业的认证人使用。",
|
7973
|
+
"example": "https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=REGISTER_ENTERPRISE_FOR_UPDATE_AUTH_FILE&AuthorizationId=yDt3sUUckpxzou8bUuFrZIdxeP9YoXeP",
|
7974
|
+
"member": "string",
|
7975
|
+
"name": "Url",
|
7976
|
+
"output_required": false,
|
7977
|
+
"type": "string",
|
7978
|
+
"value_allowed_null": false
|
7979
|
+
},
|
7980
|
+
{
|
7981
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7982
|
+
"member": "string",
|
7983
|
+
"name": "RequestId",
|
7984
|
+
"type": "string"
|
7985
|
+
}
|
7986
|
+
],
|
7987
|
+
"type": "object"
|
7988
|
+
},
|
7877
7989
|
"CreateOrganizationAuthFileRequest": {
|
7878
7990
|
"document": "CreateOrganizationAuthFile请求参数结构体",
|
7879
7991
|
"members": [
|
@@ -8618,6 +8730,52 @@
|
|
8618
8730
|
],
|
8619
8731
|
"usage": "out"
|
8620
8732
|
},
|
8733
|
+
"DescribeBatchOrganizationRegistrationTasksRequest": {
|
8734
|
+
"document": "DescribeBatchOrganizationRegistrationTasks请求参数结构体",
|
8735
|
+
"members": [
|
8736
|
+
{
|
8737
|
+
"disabled": false,
|
8738
|
+
"document": "关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。\n\n此接口下面信息必填。\n<ul>\n<li>渠道应用标识: Agent.AppId</li>\n</ul>\n",
|
8739
|
+
"example": "无",
|
8740
|
+
"member": "Agent",
|
8741
|
+
"name": "Agent",
|
8742
|
+
"required": true,
|
8743
|
+
"type": "object"
|
8744
|
+
},
|
8745
|
+
{
|
8746
|
+
"disabled": false,
|
8747
|
+
"document": "企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口[查询企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls)可以得到。",
|
8748
|
+
"example": "[\"yDRS4UUgygqdcj56UuO4zjExBQcOiB68\",\"yDRS4UUgygqdcj5pUuO4zjEu602GFIe6\"]",
|
8749
|
+
"member": "string",
|
8750
|
+
"name": "TaskIds",
|
8751
|
+
"required": false,
|
8752
|
+
"type": "list"
|
8753
|
+
}
|
8754
|
+
],
|
8755
|
+
"type": "object"
|
8756
|
+
},
|
8757
|
+
"DescribeBatchOrganizationRegistrationTasksResponse": {
|
8758
|
+
"document": "DescribeBatchOrganizationRegistrationTasks返回参数结构体",
|
8759
|
+
"members": [
|
8760
|
+
{
|
8761
|
+
"disabled": false,
|
8762
|
+
"document": "企业批量任务状态明细",
|
8763
|
+
"example": "无",
|
8764
|
+
"member": "BatchOrganizationRegistrationTasksDetails",
|
8765
|
+
"name": "Details",
|
8766
|
+
"output_required": false,
|
8767
|
+
"type": "list",
|
8768
|
+
"value_allowed_null": false
|
8769
|
+
},
|
8770
|
+
{
|
8771
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8772
|
+
"member": "string",
|
8773
|
+
"name": "RequestId",
|
8774
|
+
"type": "string"
|
8775
|
+
}
|
8776
|
+
],
|
8777
|
+
"type": "object"
|
8778
|
+
},
|
8621
8779
|
"DescribeBatchOrganizationRegistrationUrlsRequest": {
|
8622
8780
|
"document": "DescribeBatchOrganizationRegistrationUrls请求参数结构体",
|
8623
8781
|
"members": [
|
@@ -11566,6 +11724,99 @@
|
|
11566
11724
|
],
|
11567
11725
|
"type": "object"
|
11568
11726
|
},
|
11727
|
+
"ModifyPartnerAutoSignAuthUrlRequest": {
|
11728
|
+
"document": "ModifyPartnerAutoSignAuthUrl请求参数结构体",
|
11729
|
+
"members": [
|
11730
|
+
{
|
11731
|
+
"disabled": false,
|
11732
|
+
"document": "关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。\n\n此接口下面信息必填。\n<ul>\n<li>渠道应用标识: Agent.AppId</li>\n<li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>\n<li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>\n</ul>\n第三方平台子客企业和员工必须已经经过实名认证",
|
11733
|
+
"example": "无",
|
11734
|
+
"member": "Agent",
|
11735
|
+
"name": "Agent",
|
11736
|
+
"required": true,
|
11737
|
+
"type": "object"
|
11738
|
+
},
|
11739
|
+
{
|
11740
|
+
"disabled": false,
|
11741
|
+
"document": "被授企业id/授权方企业id(即OrganizationId),如果是企业之间授权和AuthorizedOrganizationName二选一传入。\n\n注:`被授权企业必须和当前企业在同一应用号下`",
|
11742
|
+
"example": "yDwFdUUckxxxxxxxxxxxxxXbsvN43W6Kax",
|
11743
|
+
"member": "string",
|
11744
|
+
"name": "AuthorizedOrganizationId",
|
11745
|
+
"required": false,
|
11746
|
+
"type": "string"
|
11747
|
+
},
|
11748
|
+
{
|
11749
|
+
"disabled": false,
|
11750
|
+
"document": "被授企业名称/授权方企业的名字,如果是企业之间授权和AuthorizedOrganizationId二选一传入即可。请确认该名称与企业营业执照中注册的名称一致。\n\n注: \n1. 如果名称中包含英文括号(),请使用中文括号()代替。\n2. 被授权企业必须和当前企业在同一应用号下",
|
11751
|
+
"example": "王五示例企业",
|
11752
|
+
"member": "string",
|
11753
|
+
"name": "AuthorizedOrganizationName",
|
11754
|
+
"required": false,
|
11755
|
+
"type": "string"
|
11756
|
+
},
|
11757
|
+
{
|
11758
|
+
"disabled": false,
|
11759
|
+
"document": "是否给平台应用授权\n\n<ul>\n<li><strong>true</strong>: 表示是,授权平台应用。在此情况下,无需设置<code>AuthorizedOrganizationId</code>和<code>AuthorizedOrganizationName</code>。</li>\n<li><strong>false</strong>: (默认)表示否,不是授权平台应用。</li>\n</ul>\n\n 注:授权给平台应用需要开通【基于子客授权第三方应用可文件发起子客自动签署】白名单,请联系运营经理开通。",
|
11760
|
+
"example": "false",
|
11761
|
+
"member": "bool",
|
11762
|
+
"name": "PlatformAppAuthorization",
|
11763
|
+
"required": false,
|
11764
|
+
"type": "bool"
|
11765
|
+
},
|
11766
|
+
{
|
11767
|
+
"disabled": false,
|
11768
|
+
"document": "在处理授权关系时,授权的方向\n<ul>\n<li><strong>false</strong>(默认值):表示我方授权他方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【被授权方】的企业名称,即接收授权的企业。</li>\n<li><strong>true</strong>:表示他方授权我方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【授权方】的企业名称,即提供授权的企业。</li>\n</ul>",
|
11769
|
+
"example": "false",
|
11770
|
+
"member": "bool",
|
11771
|
+
"name": "AuthToMe",
|
11772
|
+
"required": false,
|
11773
|
+
"type": "bool"
|
11774
|
+
}
|
11775
|
+
],
|
11776
|
+
"type": "object"
|
11777
|
+
},
|
11778
|
+
"ModifyPartnerAutoSignAuthUrlResponse": {
|
11779
|
+
"document": "ModifyPartnerAutoSignAuthUrl返回参数结构体",
|
11780
|
+
"members": [
|
11781
|
+
{
|
11782
|
+
"disabled": false,
|
11783
|
+
"document": "授权链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。",
|
11784
|
+
"example": "https://essurl.cn/003hGUFil8",
|
11785
|
+
"member": "string",
|
11786
|
+
"name": "Url",
|
11787
|
+
"output_required": true,
|
11788
|
+
"type": "string",
|
11789
|
+
"value_allowed_null": false
|
11790
|
+
},
|
11791
|
+
{
|
11792
|
+
"disabled": false,
|
11793
|
+
"document": "从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径\n",
|
11794
|
+
"example": "/pages/guide/index?shortKey=002XCUHfPi",
|
11795
|
+
"member": "string",
|
11796
|
+
"name": "MiniAppPath",
|
11797
|
+
"output_required": false,
|
11798
|
+
"type": "string",
|
11799
|
+
"value_allowed_null": false
|
11800
|
+
},
|
11801
|
+
{
|
11802
|
+
"disabled": false,
|
11803
|
+
"document": "链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。",
|
11804
|
+
"example": "1702982931",
|
11805
|
+
"member": "int64",
|
11806
|
+
"name": "ExpireTime",
|
11807
|
+
"output_required": false,
|
11808
|
+
"type": "int",
|
11809
|
+
"value_allowed_null": false
|
11810
|
+
},
|
11811
|
+
{
|
11812
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11813
|
+
"member": "string",
|
11814
|
+
"name": "RequestId",
|
11815
|
+
"type": "string"
|
11816
|
+
}
|
11817
|
+
],
|
11818
|
+
"type": "object"
|
11819
|
+
},
|
11569
11820
|
"NeedReviewApproverInfo": {
|
11570
11821
|
"document": "需要进行签署审核的签署人信息",
|
11571
11822
|
"members": [
|
@@ -467,7 +467,7 @@
|
|
467
467
|
"ChannelCreatePrepareFlow": [
|
468
468
|
{
|
469
469
|
"document": "",
|
470
|
-
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreatePrepareFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"5d18c1c4c8926cd11\"\n },\n \"ProxyOrganizationOpenId\": \"572c69xxxxxx245e4\",\n \"AppId\": \"yDRsbUUgxxxx7ZfBvipOMJ\"\n },\n \"ResourceId\": \"yDwqFUUckp3em41rUwWPgIBjsYgG5bba\",\n \"ResourceType\": 2,\n \"FlowInfo\": {\n \"FlowName\": \"第三方预发起合同-跳过文件上传\",\n \"FlowType\": \"第三方嵌入式文件发起合同\",\n \"FlowDescription\": \"
|
470
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreatePrepareFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"5d18c1c4c8926cd11\"\n },\n \"ProxyOrganizationOpenId\": \"572c69xxxxxx245e4\",\n \"AppId\": \"yDRsbUUgxxxx7ZfBvipOMJ\"\n },\n \"ResourceId\": \"yDwqFUUckp3em41rUwWPgIBjsYgG5bba\",\n \"ResourceType\": 2,\n \"FlowInfo\": {\n \"FlowName\": \"第三方预发起合同-跳过文件上传\",\n \"FlowType\": \"第三方嵌入式文件发起合同\",\n \"FlowDescription\": \"合同\",\n \"Deadline\": 0,\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"NotChannelOrganization\": false,\n \"OrganizationOpenId\": \"org_dianziqian\",\n \"OrganizationName\": \"典子谦示例企业\",\n \"OpenId\": \"n131517\",\n \"ApproverOption\": {\n \"CanEditApprover\": true\n },\n \"IsFullText\": true,\n \"PreReadTime\": 0\n },\n {\n \"ApproverType\": 1,\n \"ApproverIdCardType\": \"\",\n \"ApproverName\": \"里斯\",\n \"NotChannelOrganization\": false,\n \"ApproverMobile\": \"13312312312\",\n \"IsFullText\": true,\n \"PreReadTime\": 0\n }\n ],\n \"Unordered\": false,\n \"IntelligentStatus\": \"CLOSE\",\n \"FormFields\": [],\n \"NeedCreateReview\": false,\n \"NeedSignReview\": false,\n \"UserData\": \"\",\n \"CcInfos\": []\n },\n \"FlowOption\": {\n \"CanEditFlow\": true,\n \"HideShowFlowName\": false,\n \"HideShowFlowType\": false,\n \"HideShowDeadline\": false,\n \"ForbidEditFillComponent\": false,\n \"SkipUploadFile\": true,\n \"CustomCreateFlowDescription\": \"\"\n }\n}",
|
471
471
|
"output": "{\n \"Response\": {\n \"PrepareFlowUrl\": \"https://embed.beta.qian.tencent.cn/contract-create?embed=1&expiredOn=1700819911&code=yDSL6UUQEjIKK&businessId=yDSL6U3iY7&channel=PROXYCHANNEL&operateSource=byTemplate&themeId=channel_web_theme_yDwi3UAR2Yb\",\n \"PreviewFlowUrl\": \"\",\n \"FlowId\": \"yDC54UUckpyr7yh4UEfZcRRy3XMQvLvT\",\n \"RequestId\": \"c52aaa17-3f81-4640-be03-fca0a553d2e3\"\n }\n}",
|
472
472
|
"title": "文件发起-跳过文件上传"
|
473
473
|
},
|
@@ -1010,6 +1010,14 @@
|
|
1010
1010
|
"title": "获取创建法人章二维码成功"
|
1011
1011
|
}
|
1012
1012
|
],
|
1013
|
+
"CreateModifyAdminAuthorizationUrl": [
|
1014
|
+
{
|
1015
|
+
"document": "平台审核因为照片不清晰原因,拒绝了超管授权书,\n此时用户重新上传超管授权书。\n生成的链接是小程序链接",
|
1016
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateModifyAdminAuthorizationUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"dianziqian\"\n },\n \"ProxyOrganizationOpenId\": \"dianziqian_org\",\n \"AppId\": \"yDwFoUUckpsomwx1UyhWGhIR2RkhOjw2\"\n },\n \"AuthorizationId\": \"yDt3sUUckpxzou8bUuFrZIdxeP9YoXeP\",\n \"Endpoint\": \"HTTP\"\n}",
|
1017
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1245a2a3537e\",\n \"Url\": \"https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=REGISTER_ENTERPRISE_FOR_UPDATE_AUTH_FILE&AuthorizationId=yDt3sUUckpxzou8bUuFrZIdxeP9YoXeP\"\n }\n}",
|
1018
|
+
"title": "重新上传超管授权书"
|
1019
|
+
}
|
1020
|
+
],
|
1013
1021
|
"CreateOrganizationAuthFile": [
|
1014
1022
|
{
|
1015
1023
|
"document": "",
|
@@ -1136,6 +1144,14 @@
|
|
1136
1144
|
"title": "批量清理张三的所有认证中的认证流"
|
1137
1145
|
}
|
1138
1146
|
],
|
1147
|
+
"DescribeBatchOrganizationRegistrationTasks": [
|
1148
|
+
{
|
1149
|
+
"document": "1.通过创建企业批量认证任务 创建了三个认证任务\n2.其中一条认证流认证成功,一条认证流提交成功,一条认证流失败\n3.返回具体的详细信息",
|
1150
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBatchOrganizationRegistrationTasks\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"dianziqian\"\n },\n \"ProxyOrganizationOpenId\": \"dianziqian_org\",\n \"AppId\": \"yDwFoUUckpsomwx1UyhWGhIR2RkhOjw2\"\n },\n \"TaskIds\": [\n \"yDt3sUUckpxe0hpyUuO0RjiSvVkhutfO\",\n \"yDt3sUUckpxe0hpwUuO0RjiuHRkYOTjC\",\n \"yDt3sUUckpxe0hpvUuO0Rji8Cg6fp80L\"\n ]\n}",
|
1151
|
+
"output": "{\n \"Response\": {\n \"Details\": [\n {\n \"ErrorMessage\": \"\",\n \"Status\": \"Authorization\",\n \"TaskId\": \"yDt3sUUckpxzouw8UuFrZIdSRJJWKucN\"\n },\n {\n \"ErrorMessage\": \"\",\n \"Status\": \"Submit\",\n \"TaskId\": \"yDt3sUUckpxzouw8UuFrZIdSRJJWKucN\"\n },\n {\n \"ErrorMessage\": \"认证失败,错误信息:此企业已经完成认证,请联系此企业的超级管理员(典*谦)加入该企业\",\n \"Status\": \"Failed\",\n \"TaskId\": \"yDt3sUUckpxzouw8UuFrZIdSRJJWKucN\"\n }\n ],\n \"RequestId\": \"s1750068263505524541\"\n }\n}",
|
1152
|
+
"title": "查询批量企业认证任务状态"
|
1153
|
+
}
|
1154
|
+
],
|
1139
1155
|
"DescribeBatchOrganizationRegistrationUrls": [
|
1140
1156
|
{
|
1141
1157
|
"document": "1. 通过【提交子企业批量认证链接创建任务】接口提交了【典子谦示例企业】和【张三示例企业】两个企业的认证链接创建任务返回任务ID:yDxbNUyKQDx3oAUuO4zjEBQGidlGe4hP\n2. 调用此接口用任务ID生成这两个企业的注册认证链接 ",
|
@@ -1352,6 +1368,14 @@
|
|
1352
1368
|
"title": "延期整个合同-合同发起时没有签署人设置签署人签署截止时间"
|
1353
1369
|
}
|
1354
1370
|
],
|
1371
|
+
"ModifyPartnerAutoSignAuthUrl": [
|
1372
|
+
{
|
1373
|
+
"document": "",
|
1374
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"AuthorizedOrganizationName\": \"张三示例企业\"\n}",
|
1375
|
+
"output": "{\n \"Response\": {\n \"ExpireTime\": 1747966900,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=yDttjUsO8wXIPLi8dM02\",\n \"RequestId\": \"s1747362100925380930\",\n \"Url\": \"https://test.essurl.cn/lrtXUBLTtI\"\n }\n}",
|
1376
|
+
"title": "修改授权"
|
1377
|
+
}
|
1378
|
+
],
|
1355
1379
|
"OperateChannelTemplate": [
|
1356
1380
|
{
|
1357
1381
|
"document": "1.ProxyOrganizationOpenIds为要删除的子企业的标识列表\n\n2.因为本模板是部分可见的AuthTag设置为part",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
{
|
75
75
|
"document": "显示目标组绑定的服务器信息",
|
76
76
|
"input": "https://gwlb.tencentcloudapi.com/?Action=DescribeTargetGroupInstances\n&Filters.0.Name=TargetGroupId\n&Filters.0.Values.0=lbtg-5xunivs0\n&<公共请求参数>",
|
77
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"TargetGroupInstanceSet\": [\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-197234qt\",\n \"InstanceName\": \"未命名\",\n \"Port\": 6081,\n \"Weight\": 16,\n \"PublicIpAddresses\": [],\n \"PrivateIpAddresses\": [\n \"172.16.0.32\"\n ],\n \"EniId\":
|
77
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"TargetGroupInstanceSet\": [\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-197234qt\",\n \"InstanceName\": \"未命名\",\n \"Port\": 6081,\n \"Weight\": 16,\n \"PublicIpAddresses\": [],\n \"PrivateIpAddresses\": [\n \"172.16.0.32\"\n ],\n \"EniId\": \"\",\n \"ZoneId\": \"400001\",\n \"RegisteredTime\": \"2019-07-24T20:02:43+08:00\"\n },\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-197234qt\",\n \"InstanceName\": \"未命名\",\n \"Port\": 6081,\n \"Weight\": 16,\n \"PublicIpAddresses\": [],\n \"PrivateIpAddresses\": [\n \"172.16.0.32\"\n ],\n \"EniId\": \"\",\n \"ZoneId\": \"400001\",\n \"RegisteredTime\": \"2019-07-23T21:01:08+08:00\"\n }\n ],\n \"RealCount\": 2,\n \"RequestId\": \"94240d7f-8bc1-422a-81b9-5ea76d486a66\"\n }\n}",
|
78
78
|
"title": "显示目标组绑定的服务器信息"
|
79
79
|
}
|
80
80
|
],
|
@@ -280,7 +280,7 @@
|
|
280
280
|
"members": [
|
281
281
|
{
|
282
282
|
"disabled": false,
|
283
|
-
"document": "
|
283
|
+
"document": "模型名称,可选值参考 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中混元生文模型列表。\n示例值:hunyuan-turbos-latest\n各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。",
|
284
284
|
"example": "hunyuan-turbos-latest",
|
285
285
|
"member": "string",
|
286
286
|
"name": "Model",
|
@@ -799,11 +799,11 @@
|
|
799
799
|
"usage": "out"
|
800
800
|
},
|
801
801
|
"Content": {
|
802
|
-
"document": "
|
802
|
+
"document": "可以传入多种类型的内容,如图片、文本。",
|
803
803
|
"members": [
|
804
804
|
{
|
805
805
|
"disabled": false,
|
806
|
-
"document": "内容类型\n注意:\n需包含至少一个 Type 为\"text\"
|
806
|
+
"document": "内容类型\n注意:\n需包含至少一个 Type 为\"text\"的参数。\n参数值可选范围:[text\", \"image_url\"]\n注意:此字段可能返回 null,表示取不到有效值。",
|
807
807
|
"example": "text",
|
808
808
|
"member": "string",
|
809
809
|
"name": "Type",
|
@@ -2174,6 +2174,61 @@
|
|
2174
2174
|
"type": "int",
|
2175
2175
|
"value_allowed_null": false
|
2176
2176
|
},
|
2177
|
+
{
|
2178
|
+
"disabled": false,
|
2179
|
+
"document": "操作系统名称",
|
2180
|
+
"example": "Microsoft Windows 10 专业版",
|
2181
|
+
"member": "string",
|
2182
|
+
"name": "Os",
|
2183
|
+
"output_required": false,
|
2184
|
+
"required": false,
|
2185
|
+
"type": "string",
|
2186
|
+
"value_allowed_null": false
|
2187
|
+
},
|
2188
|
+
{
|
2189
|
+
"disabled": false,
|
2190
|
+
"document": "操作系统位数",
|
2191
|
+
"example": "64",
|
2192
|
+
"member": "int64",
|
2193
|
+
"name": "OsBits",
|
2194
|
+
"output_required": false,
|
2195
|
+
"required": false,
|
2196
|
+
"type": "int",
|
2197
|
+
"value_allowed_null": false
|
2198
|
+
},
|
2199
|
+
{
|
2200
|
+
"disabled": false,
|
2201
|
+
"document": "操作系统版本",
|
2202
|
+
"example": "10.0.19045",
|
2203
|
+
"member": "string",
|
2204
|
+
"name": "OsVersion",
|
2205
|
+
"output_required": false,
|
2206
|
+
"required": false,
|
2207
|
+
"type": "string",
|
2208
|
+
"value_allowed_null": false
|
2209
|
+
},
|
2210
|
+
{
|
2211
|
+
"disabled": false,
|
2212
|
+
"document": "操作系统语言",
|
2213
|
+
"example": "简体中文",
|
2214
|
+
"member": "string",
|
2215
|
+
"name": "OsLanguage",
|
2216
|
+
"output_required": false,
|
2217
|
+
"required": false,
|
2218
|
+
"type": "string",
|
2219
|
+
"value_allowed_null": false
|
2220
|
+
},
|
2221
|
+
{
|
2222
|
+
"disabled": false,
|
2223
|
+
"document": "操作系统安装时间",
|
2224
|
+
"example": "2024-05-13",
|
2225
|
+
"member": "string",
|
2226
|
+
"name": "OsInstallDate",
|
2227
|
+
"output_required": false,
|
2228
|
+
"required": false,
|
2229
|
+
"type": "string",
|
2230
|
+
"value_allowed_null": false
|
2231
|
+
},
|
2177
2232
|
{
|
2178
2233
|
"disabled": false,
|
2179
2234
|
"document": "设备名,和Name相同",
|
@@ -98,7 +98,7 @@
|
|
98
98
|
{
|
99
99
|
"document": "获取租户满足条件:最近登录账号包含\\'cc\\'(不区分大小写)的设备列表详情",
|
100
100
|
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDevices\n<公共请求参数>\n\n{\n \"Condition\": {\n \"FilterGroups\": [\n {\n \"Filters\": [\n {\n \"Field\": \"IOAUserName\",\n \"Operator\": \"ilike\",\n \"Values\": [\n \"cc\"\n ]\n }\n ]\n }\n ],\n \"PageSize\": 10,\n \"PageNum\": 1\n },\n \"GroupId\": 93,\n \"OsType\": 0\n}",
|
101
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"AccountGroupId\": 298,\n \"AccountGroupName\": \"cc\",\n \"AccountName\": \"cc\",\n \"AccountUsers\": \"cc\",\n \"BaseBoardSn\": \"N0CV1740MB0020008\",\n \"ComputerName\": \"DESKTOP-AL8RU6H\",\n \"ConnActiveTime\": \"2023-12-01T12:11:47.076416+08:00\",\n \"CriticalVulListCount\": 0,\n \"DeviceNewStrategyVer\": \"2023-12-01 12:11:00\",\n \"DeviceStrategyVer\": \"2023-12-01 11:10:00\",\n \"DomainName\": \"obsolete\",\n \"FirewallStatus\": 1,\n \"GroupId\": 93,\n \"GroupName\": \"未分组终端\",\n \"GroupNamePath\": \"全网终端.未分组终端\",\n \"HostId\": 0,\n \"HostName\": \"obsolete\",\n \"IOAUserName\": \"cc\",\n \"Id\": 54,\n \"IdentityNewStrategyVer\": \"2024-11-06 02:44:00\",\n \"IdentityStrategyVer\": \"2024-10-24 22:33:00\",\n \"Ip\": \"113.108.77.51\",\n \"Itime\": \"2023-12-01T09:37:38.505458+08:00\",\n \"LocalIpList\": \"192.168.0.128\",\n \"Locked\": 0,\n \"MacAddr\": \"00:0C:29:10:00:5C\",\n \"Mid\": \"75129D715480905B6A9C4569893C7634656938E2\",\n \"NGNNewStrategyVer\": \"2023-11-20 15:54:00\",\n \"NGNStrategyVer\": \"2023-11-20 15:54:00\",\n \"Name\": \"DESKTOP-AL8RU6H\",\n \"OnlineStatus\": 1,\n \"OsType\": 0,\n \"RiskCount\": 0,\n \"SerialNum\": \"VMware-56 4d 76 2d d7 24 e1 ab-43 f3 af 25 e3 10 00 5c\",\n \"StrVersion\": \"209.12.18590.201\",\n \"SysRepVersion\": \"2023.11.30.19.52.38\",\n \"Tags\": \"commpany assert\",\n \"UserName\": \"cc\",\n \"Version\": \"58828322890449097\",\n \"VirusVer\": \"2.0.13712.288\",\n \"VulCount\": 0,\n \"VulCriticalList\": [\n \"5043051\",\n \"4132216\"\n ],\n \"VulVersion\": \"2023.11.21.16.28.52\"\n }\n ],\n \"Paging\": {\n \"PageCount\": 1,\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"Total\": 1\n }\n },\n \"RequestId\": \"807938c5-9308-4c87-918d-e84a05f226a1\"\n }\n}",
|
101
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"AccountGroupId\": 298,\n \"AccountGroupName\": \"cc\",\n \"AccountName\": \"cc\",\n \"AccountUsers\": \"cc\",\n \"BaseBoardSn\": \"N0CV1740MB0020008\",\n \"ComputerName\": \"DESKTOP-AL8RU6H\",\n \"ConnActiveTime\": \"2023-12-01T12:11:47.076416+08:00\",\n \"CriticalVulListCount\": 0,\n \"DeviceNewStrategyVer\": \"2023-12-01 12:11:00\",\n \"DeviceStrategyVer\": \"2023-12-01 11:10:00\",\n \"DomainName\": \"obsolete\",\n \"FirewallStatus\": 1,\n \"GroupId\": 93,\n \"GroupName\": \"未分组终端\",\n \"GroupNamePath\": \"全网终端.未分组终端\",\n \"HostId\": 0,\n \"HostName\": \"obsolete\",\n \"IOAUserName\": \"cc\",\n \"Id\": 54,\n \"IdentityNewStrategyVer\": \"2024-11-06 02:44:00\",\n \"IdentityStrategyVer\": \"2024-10-24 22:33:00\",\n \"Ip\": \"113.108.77.51\",\n \"Itime\": \"2023-12-01T09:37:38.505458+08:00\",\n \"LocalIpList\": \"192.168.0.128\",\n \"Locked\": 0,\n \"MacAddr\": \"00:0C:29:10:00:5C\",\n \"Mid\": \"75129D715480905B6A9C4569893C7634656938E2\",\n \"NGNNewStrategyVer\": \"2023-11-20 15:54:00\",\n \"NGNStrategyVer\": \"2023-11-20 15:54:00\",\n \"Name\": \"DESKTOP-AL8RU6H\",\n \"OnlineStatus\": 1,\n \"Os\": \"Microsoft Windows 10 专业版\",\n \"OsBits\": 64,\n \"OsInstallDate\": \"20220812112555.000000+480\",\n \"OsLanguage\": \"简体中文\",\n \"OsType\": 0,\n \"OsVersion\": \"10.0.19045\",\n \"RiskCount\": 0,\n \"SerialNum\": \"VMware-56 4d 76 2d d7 24 e1 ab-43 f3 af 25 e3 10 00 5c\",\n \"StrVersion\": \"209.12.18590.201\",\n \"SysRepVersion\": \"2023.11.30.19.52.38\",\n \"Tags\": \"commpany assert\",\n \"UserName\": \"cc\",\n \"Version\": \"58828322890449097\",\n \"VirusVer\": \"2.0.13712.288\",\n \"VulCount\": 0,\n \"VulCriticalList\": [\n \"5043051\",\n \"4132216\"\n ],\n \"VulVersion\": \"2023.11.21.16.28.52\"\n }\n ],\n \"Paging\": {\n \"PageCount\": 1,\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"Total\": 1\n }\n },\n \"RequestId\": \"807938c5-9308-4c87-918d-e84a05f226a1\"\n }\n}",
|
102
102
|
"title": "获取设备列表详情"
|
103
103
|
}
|
104
104
|
],
|