tencentcloud-sdk-nodejs-ess 4.0.659 → 4.0.662

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.
@@ -199,7 +199,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
199
199
  */
200
200
  CreateSeal(req: CreateSealRequest, cb?: (error: string, rep: CreateSealResponse) => void): Promise<CreateSealResponse>;
201
201
  /**
202
- * 查询企业角色列表
202
+ * 分页查询企业角色列表,法人的角色是系统保留角色,不会返回,按照角色创建时间升序排列
203
203
  */
204
204
  DescribeIntegrationRoles(req: DescribeIntegrationRolesRequest, cb?: (error: string, rep: DescribeIntegrationRolesResponse) => void): Promise<DescribeIntegrationRolesResponse>;
205
205
  /**
@@ -234,13 +234,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
234
234
  */
235
235
  CreatePersonAuthCertificateImage(req: CreatePersonAuthCertificateImageRequest, cb?: (error: string, rep: CreatePersonAuthCertificateImageResponse) => void): Promise<CreatePersonAuthCertificateImageResponse>;
236
236
  /**
237
- * 上传了word、excel、图片文件后,通过该接口发起文件转换任务,将word、excel、图片文件转换为pdf文件。
238
- */
237
+ * 上传了word、excel、图片文件后,通过该接口发起文件转换任务,将word、excel、图片文件转换为pdf文件。
238
+ 注:如果是集团代子企业发起任务场景,可以通过对Agent参数(未列在入参列表)设置代理的相关应用信息来支持,Agent参数设置可以参考CreateFlow接口的Agent相关说明。
239
+ */
239
240
  CreateConvertTaskApi(req: CreateConvertTaskApiRequest, cb?: (error: string, rep: CreateConvertTaskApiResponse) => void): Promise<CreateConvertTaskApiResponse>;
240
241
  /**
241
242
  * 查询流程基础信息
242
243
  适用场景:可用于主动查询某个合同流程的签署状态信息。可以配合回调通知使用。
243
- 每个企业限制日调用量限制:10W,当日超过此限制后再调用接口返回错误
244
+ 每个企业限制日调用量限制:100W,当日超过此限制后再调用接口返回错误
244
245
  */
245
246
  DescribeFlowBriefs(req: DescribeFlowBriefsRequest, cb?: (error: string, rep: DescribeFlowBriefsResponse) => void): Promise<DescribeFlowBriefsResponse>;
246
247
  /**
@@ -271,8 +272,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
271
272
  */
272
273
  CreateFlowReminds(req: CreateFlowRemindsRequest, cb?: (error: string, rep: CreateFlowRemindsResponse) => void): Promise<CreateFlowRemindsResponse>;
273
274
  /**
274
- * 查询流程填写控件内容,可以根据流程Id查询该流程相关联的填写控件信息
275
- */
275
+ * 查询流程填写控件内容,可以根据流程Id查询该流程相关联的填写控件信息和填写内容。
276
+ 注意:使用此接口前,需要在【企业应用管理】-【应用集成】-【第三方应用管理】中开通【下载应用内全量合同文件及内容数据】功能。
277
+ */
276
278
  DescribeFlowComponents(req: DescribeFlowComponentsRequest, cb?: (error: string, rep: DescribeFlowComponentsResponse) => void): Promise<DescribeFlowComponentsResponse>;
277
279
  /**
278
280
  * 集团企业统一使用主代子进行操作,无需根据子企业账号进行转化查询,该接口需要屏蔽下线
@@ -294,8 +296,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
294
296
  */
295
297
  DescribeOrganizationSeals(req: DescribeOrganizationSealsRequest, cb?: (error: string, rep: DescribeOrganizationSealsResponse) => void): Promise<DescribeOrganizationSealsResponse>;
296
298
  /**
297
- * 移除员工
298
- */
299
+ * 移除员工
300
+ 这里分两个场景
301
+ 如果不传交接人的ReceiveUserId或者ReceiveOpenId,则会直接把这个人进行离职
302
+ 如果传了交接人,会把离职人未处理完的合同交接给交接人后再离职
303
+ */
299
304
  DeleteIntegrationEmployees(req: DeleteIntegrationEmployeesRequest, cb?: (error: string, rep: DeleteIntegrationEmployeesResponse) => void): Promise<DeleteIntegrationEmployeesResponse>;
300
305
  /**
301
306
  * 获取小程序签署链接
@@ -330,8 +335,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
330
335
  */
331
336
  DescribeOrganizationGroupOrganizations(req: DescribeOrganizationGroupOrganizationsRequest, cb?: (error: string, rep: DescribeOrganizationGroupOrganizationsResponse) => void): Promise<DescribeOrganizationGroupOrganizationsResponse>;
332
337
  /**
333
- * 创建员工,此接口会发送提醒员工实名的短信
334
- */
338
+ * 创建员工,此接口会发送提醒员工实名的短信,如果通过手机号发现员工已经创建,则不会重新创建,会发送短信提醒员工实名
339
+ 注意:此接口支持企微组织架构的 openid 创建员工,这种场景下传递明文的企微 openid 到WeworkOpenId字段即可(企微明文的 openid 一定要在应用的可见范围内才行),通过企微创建的员工,会发送企微消息去提醒实名
340
+ */
335
341
  CreateIntegrationEmployees(req: CreateIntegrationEmployeesRequest, cb?: (error: string, rep: CreateIntegrationEmployeesResponse) => void): Promise<CreateIntegrationEmployeesResponse>;
336
342
  /**
337
343
  * 更新员工信息(姓名,手机号,邮件、部门),用户实名后无法更改姓名与手机号。
@@ -288,7 +288,7 @@ class Client extends TencentCloudCommon.AbstractClient {
288
288
  return this.request("CreateSeal", req, cb);
289
289
  }
290
290
  /**
291
- * 查询企业角色列表
291
+ * 分页查询企业角色列表,法人的角色是系统保留角色,不会返回,按照角色创建时间升序排列
292
292
  */
293
293
  async DescribeIntegrationRoles(req, cb) {
294
294
  return this.request("DescribeIntegrationRoles", req, cb);
@@ -337,15 +337,16 @@ class Client extends TencentCloudCommon.AbstractClient {
337
337
  return this.request("CreatePersonAuthCertificateImage", req, cb);
338
338
  }
339
339
  /**
340
- * 上传了word、excel、图片文件后,通过该接口发起文件转换任务,将word、excel、图片文件转换为pdf文件。
341
- */
340
+ * 上传了word、excel、图片文件后,通过该接口发起文件转换任务,将word、excel、图片文件转换为pdf文件。
341
+ 注:如果是集团代子企业发起任务场景,可以通过对Agent参数(未列在入参列表)设置代理的相关应用信息来支持,Agent参数设置可以参考CreateFlow接口的Agent相关说明。
342
+ */
342
343
  async CreateConvertTaskApi(req, cb) {
343
344
  return this.request("CreateConvertTaskApi", req, cb);
344
345
  }
345
346
  /**
346
347
  * 查询流程基础信息
347
348
  适用场景:可用于主动查询某个合同流程的签署状态信息。可以配合回调通知使用。
348
- 每个企业限制日调用量限制:10W,当日超过此限制后再调用接口返回错误
349
+ 每个企业限制日调用量限制:100W,当日超过此限制后再调用接口返回错误
349
350
  */
350
351
  async DescribeFlowBriefs(req, cb) {
351
352
  return this.request("DescribeFlowBriefs", req, cb);
@@ -386,8 +387,9 @@ class Client extends TencentCloudCommon.AbstractClient {
386
387
  return this.request("CreateFlowReminds", req, cb);
387
388
  }
388
389
  /**
389
- * 查询流程填写控件内容,可以根据流程Id查询该流程相关联的填写控件信息
390
- */
390
+ * 查询流程填写控件内容,可以根据流程Id查询该流程相关联的填写控件信息和填写内容。
391
+ 注意:使用此接口前,需要在【企业应用管理】-【应用集成】-【第三方应用管理】中开通【下载应用内全量合同文件及内容数据】功能。
392
+ */
391
393
  async DescribeFlowComponents(req, cb) {
392
394
  return this.request("DescribeFlowComponents", req, cb);
393
395
  }
@@ -419,8 +421,11 @@ class Client extends TencentCloudCommon.AbstractClient {
419
421
  return this.request("DescribeOrganizationSeals", req, cb);
420
422
  }
421
423
  /**
422
- * 移除员工
423
- */
424
+ * 移除员工
425
+ 这里分两个场景
426
+ 如果不传交接人的ReceiveUserId或者ReceiveOpenId,则会直接把这个人进行离职
427
+ 如果传了交接人,会把离职人未处理完的合同交接给交接人后再离职
428
+ */
424
429
  async DeleteIntegrationEmployees(req, cb) {
425
430
  return this.request("DeleteIntegrationEmployees", req, cb);
426
431
  }
@@ -467,8 +472,9 @@ class Client extends TencentCloudCommon.AbstractClient {
467
472
  return this.request("DescribeOrganizationGroupOrganizations", req, cb);
468
473
  }
469
474
  /**
470
- * 创建员工,此接口会发送提醒员工实名的短信
471
- */
475
+ * 创建员工,此接口会发送提醒员工实名的短信,如果通过手机号发现员工已经创建,则不会重新创建,会发送短信提醒员工实名
476
+ 注意:此接口支持企微组织架构的 openid 创建员工,这种场景下传递明文的企微 openid 到WeworkOpenId字段即可(企微明文的 openid 一定要在应用的可见范围内才行),通过企微创建的员工,会发送企微消息去提醒实名
477
+ */
472
478
  async CreateIntegrationEmployees(req, cb) {
473
479
  return this.request("CreateIntegrationEmployees", req, cb);
474
480
  }
@@ -201,6 +201,10 @@ export interface CreatePreparedPersonalEsignRequest {
201
201
  填写的FileId通过UploadFiles接口上传文件获取。
202
202
  */
203
203
  FileId?: string;
204
+ /**
205
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
206
+ */
207
+ Agent?: Agent;
204
208
  }
205
209
  /**
206
210
  * DescribeIntegrationDepartments返回参数结构体
@@ -314,13 +318,15 @@ export interface FlowCreateApprover {
314
318
  */
315
319
  ApproverMobile?: string;
316
320
  /**
317
- * 签署方经办人证件类型ID_CARD 身份证
321
+ * 签署人的证件类型
322
+ ID_CARD 身份证
318
323
  HONGKONG_AND_MACAO 港澳居民来往内地通行证
319
324
  HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
325
+ OTHER_CARD_TYPE 其他(需要使用该类型请先联系运营经理)
320
326
  */
321
327
  ApproverIdCardType?: string;
322
328
  /**
323
- * 签署方经办人证件号码
329
+ * 签署人证件号(长度不超过18位)
324
330
  */
325
331
  ApproverIdCardNumber?: string;
326
332
  /**
@@ -630,7 +636,7 @@ export interface DescribeIntegrationRolesRequest {
630
636
  */
631
637
  Operator: UserInfo;
632
638
  /**
633
- * 返回最大数量,最大为200
639
+ * 指定每页多少条数据,单页最大200
634
640
  */
635
641
  Limit: number;
636
642
  /**
@@ -645,7 +651,7 @@ export interface DescribeIntegrationRolesRequest {
645
651
  */
646
652
  Filters?: Array<Filter>;
647
653
  /**
648
- * 偏移量,默认为0,最大为2000
654
+ * 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大2000
649
655
  */
650
656
  Offset?: number;
651
657
  }
@@ -672,7 +678,13 @@ export interface CreateFlowEvidenceReportRequest {
672
678
  */
673
679
  export interface StartFlowResponse {
674
680
  /**
675
- * 返回描述,START-发起成功, REVIEW-提交审核成功,EXECUTING-已提交发起任务
681
+ * 发起成功之后返回状态,
682
+
683
+ START-发起成功,
684
+
685
+ REVIEW-提交审核成功,
686
+
687
+ EXECUTING-已提交发起任务
676
688
  */
677
689
  Status?: string;
678
690
  /**
@@ -823,11 +835,11 @@ export interface DescribeOrganizationGroupOrganizationsRequest {
823
835
  */
824
836
  Operator: UserInfo;
825
837
  /**
826
- * 单次查询成员企业最大返回数量
838
+ * 指定每页多少条数据,单页最大1000
827
839
  */
828
840
  Limit: number;
829
841
  /**
830
- * 页面偏移量
842
+ * 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0
831
843
  */
832
844
  Offset: number;
833
845
  /**
@@ -843,7 +855,7 @@ export interface DescribeOrganizationGroupOrganizationsRequest {
843
855
  */
844
856
  Export?: boolean;
845
857
  /**
846
- * 成员企业id
858
+ * 成员企业机构 ID,在PC控制台 集团管理可获取
847
859
  */
848
860
  Id?: string;
849
861
  }
@@ -978,7 +990,7 @@ export interface CreateFlowGroupByFilesRequest {
978
990
  */
979
991
  export interface DescribeFlowComponentsResponse {
980
992
  /**
981
- * 流程关联的填写控件信息
993
+ * 流程关联的填写控件信息,按照参与方进行分类返回。
982
994
  注意:此字段可能返回 null,表示取不到有效值。
983
995
  */
984
996
  RecipientComponentInfos?: Array<RecipientComponentInfo>;
@@ -1196,7 +1208,7 @@ export interface DescribeIntegrationEmployeesRequest {
1196
1208
  */
1197
1209
  Operator: UserInfo;
1198
1210
  /**
1199
- * 返回最大数量,最大为20
1211
+ * 指定每页多少条数据,单页最大20
1200
1212
  */
1201
1213
  Limit: number;
1202
1214
  /**
@@ -1209,7 +1221,7 @@ export interface DescribeIntegrationEmployeesRequest {
1209
1221
  */
1210
1222
  Filters?: Array<Filter>;
1211
1223
  /**
1212
- * 偏移量,默认为0,最大为20000
1224
+ * 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大20000
1213
1225
  */
1214
1226
  Offset?: number;
1215
1227
  }
@@ -1331,10 +1343,11 @@ export interface CreateSchemeUrlRequest {
1331
1343
  */
1332
1344
  Mobile?: string;
1333
1345
  /**
1334
- * 链接类型
1335
- HTTP:跳转电子签小程序的http_url,
1336
- APP:第三方APP或小程序跳转电子签小程序的path。
1337
- 默认为HTTP类型
1346
+ * 要跳转的链接类型
1347
+
1348
+ - HTTP:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 (默认)
1349
+ - APP: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型
1350
+
1338
1351
  */
1339
1352
  EndPoint?: string;
1340
1353
  /**
@@ -1346,7 +1359,12 @@ export interface CreateSchemeUrlRequest {
1346
1359
  */
1347
1360
  FlowGroupId?: string;
1348
1361
  /**
1349
- * 跳转页面 1: 小程序合同详情 2: 小程序合同列表页 0: 不传, 默认主页
1362
+ * 要跳转到的页面类型
1363
+
1364
+ - 0: 不传, 主页 (默认)
1365
+ - 1: 小程序合同详情
1366
+ - 2: 小程序合同列表页
1367
+
1350
1368
  */
1351
1369
  PathType?: number;
1352
1370
  /**
@@ -1363,10 +1381,10 @@ export interface CreateSchemeUrlRequest {
1363
1381
  /**
1364
1382
  * 生成的签署链接在签署过程隐藏的按钮列表, 可以设置隐藏的按钮列表如下
1365
1383
 
1366
- 0:合同签署页面更多操作按钮
1367
- 1:合同签署页面更多操作的拒绝签署按钮
1368
- 2:合同签署页面更多操作的转他人处理按钮
1369
- 3:签署成功页的查看详情按钮
1384
+ - 0:合同签署页面更多操作按钮
1385
+ - 1:合同签署页面更多操作的拒绝签署按钮
1386
+ - 2:合同签署页面更多操作的转他人处理按钮
1387
+ - 3:签署成功页的查看详情按钮
1370
1388
  */
1371
1389
  Hides?: Array<number>;
1372
1390
  }
@@ -1931,12 +1949,12 @@ export interface DescribeIntegrationEmployeesResponse {
1931
1949
  */
1932
1950
  Employees?: Array<Staff>;
1933
1951
  /**
1934
- * 偏移量,默认为0,最大为20000
1952
+ * 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大20000
1935
1953
  注意:此字段可能返回 null,表示取不到有效值。
1936
1954
  */
1937
1955
  Offset?: number;
1938
1956
  /**
1939
- * 返回最大数量,最大为20
1957
+ * 指定每页多少条数据,单页最大20
1940
1958
  */
1941
1959
  Limit?: number;
1942
1960
  /**
@@ -2570,16 +2588,18 @@ export interface RecipientComponentInfo {
2570
2588
  RecipientId?: string;
2571
2589
  /**
2572
2590
  * 参与方填写状态
2591
+ 0-未填写
2592
+ 1-已填写
2573
2593
  注意:此字段可能返回 null,表示取不到有效值。
2574
2594
  */
2575
2595
  RecipientFillStatus?: string;
2576
2596
  /**
2577
- * 是否发起方
2597
+ * 是否为发起方
2578
2598
  注意:此字段可能返回 null,表示取不到有效值。
2579
2599
  */
2580
2600
  IsPromoter?: boolean;
2581
2601
  /**
2582
- * 填写控件内容
2602
+ * 填写控件列表
2583
2603
  注意:此字段可能返回 null,表示取不到有效值。
2584
2604
  */
2585
2605
  Components?: Array<FilledComponent>;
@@ -2636,11 +2656,11 @@ export interface DescribeFlowComponentsRequest {
2636
2656
  */
2637
2657
  Operator: UserInfo;
2638
2658
  /**
2639
- * 电子签流程的Id
2659
+ * 流程(合同)的编号
2640
2660
  */
2641
2661
  FlowId: string;
2642
2662
  /**
2643
- * 应用相关信息
2663
+ * 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
2644
2664
  */
2645
2665
  Agent?: Agent;
2646
2666
  }
@@ -2733,7 +2753,7 @@ export interface GroupOrganization {
2733
2753
  */
2734
2754
  JoinTime?: number;
2735
2755
  /**
2736
- * 是否使用审批流引擎,true-是,false-否
2756
+ * 是否使用自建审批流引擎(即不是企微审批流引擎),true-是,false-否
2737
2757
  注意:此字段可能返回 null,表示取不到有效值。
2738
2758
  */
2739
2759
  FlowEngineEnable?: boolean;
@@ -2935,7 +2955,7 @@ export interface DeleteIntegrationEmployeesRequest {
2935
2955
  */
2936
2956
  Operator: UserInfo;
2937
2957
  /**
2938
- * 待移除员工的信息,userId和openId二选一,必填一个
2958
+ * 待移除员工的信息,userId和openId二选一,必填一个,如果需要指定交接人的话,ReceiveUserId或者ReceiveOpenId字段二选一
2939
2959
  */
2940
2960
  Employees: Array<Staff>;
2941
2961
  /**
@@ -3076,7 +3096,7 @@ export interface DeleteIntegrationRoleUsersRequest {
3076
3096
  */
3077
3097
  RoleId: string;
3078
3098
  /**
3079
- * 用户信息
3099
+ * 用户信息,最多 200 个用户,并且 UserId 和 OpenId 二选一,其他字段不需要传
3080
3100
  */
3081
3101
  Users: Array<UserInfo>;
3082
3102
  /**
@@ -3259,11 +3279,11 @@ export interface CreateIntegrationUserRolesRequest {
3259
3279
  */
3260
3280
  Operator: UserInfo;
3261
3281
  /**
3262
- * 绑定角色的用户id列表
3282
+ * 绑定角色的用户id列表,不能重复,不能大于 100 个
3263
3283
  */
3264
3284
  UserIds: Array<string>;
3265
3285
  /**
3266
- * 绑定角色的角色id列表
3286
+ * 绑定角色的角色id列表,不能重复,不能大于 100,可以通过DescribeIntegrationRoles接口获取
3267
3287
  */
3268
3288
  RoleIds: Array<string>;
3269
3289
  /**
@@ -3520,16 +3540,17 @@ export interface ApproverInfo {
3520
3540
  */
3521
3541
  SignComponents?: Array<Component>;
3522
3542
  /**
3523
- * 签署人的身份证号
3524
- */
3525
- ApproverIdCardNumber?: string;
3526
- /**
3527
- * 签署人的身份证件类型
3543
+ * 签署人的证件类型
3528
3544
  ID_CARD 身份证
3529
3545
  HONGKONG_AND_MACAO 港澳居民来往内地通行证
3530
3546
  HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
3547
+ OTHER_CARD_TYPE 其他(需要使用该类型请先联系运营经理)
3531
3548
  */
3532
3549
  ApproverIdCardType?: string;
3550
+ /**
3551
+ * 签署人证件号(长度不超过18位)
3552
+ */
3553
+ ApproverIdCardNumber?: string;
3533
3554
  /**
3534
3555
  * 签署通知类型:sms--短信,none--不通知
3535
3556
  */
@@ -3599,11 +3620,11 @@ export interface ModifyIntegrationDepartmentRequest {
3599
3620
  */
3600
3621
  Operator: UserInfo;
3601
3622
  /**
3602
- * 电子签部门ID
3623
+ * 电子签部门ID,通过DescribeIntegrationDepartments接口可以获取
3603
3624
  */
3604
3625
  DeptId: string;
3605
3626
  /**
3606
- * 电子签父部门ID
3627
+ * 电子签父部门ID,通过DescribeIntegrationDepartments接口可以获取
3607
3628
  */
3608
3629
  ParentDeptId?: string;
3609
3630
  /**
@@ -3977,7 +3998,7 @@ export interface DeleteIntegrationDepartmentRequest {
3977
3998
  */
3978
3999
  Operator: UserInfo;
3979
4000
  /**
3980
- * 电子签中的部门id
4001
+ * 电子签中的部门id,通过DescribeIntegrationDepartments接口可获得
3981
4002
  */
3982
4003
  DeptId: string;
3983
4004
  /**
@@ -4064,7 +4085,11 @@ export interface StartFlowRequest {
4064
4085
  */
4065
4086
  Agent?: Agent;
4066
4087
  /**
4067
- * 给关注人发送短信通知的类型,0-合同发起时通知 1-签署完成后通知
4088
+ * 给关注人发送短信通知的类型,
4089
+
4090
+ 0-合同发起时通知
4091
+
4092
+ 1-签署完成后通知
4068
4093
  */
4069
4094
  CcNotifyType?: number;
4070
4095
  }
@@ -4623,11 +4648,11 @@ export interface DescribeExtendedServiceAuthInfosRequest {
4623
4648
  */
4624
4649
  export interface DescribeIntegrationRolesResponse {
4625
4650
  /**
4626
- * 偏移量,默认为0,最大为2000
4651
+ * 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大2000
4627
4652
  */
4628
4653
  Offset?: number;
4629
4654
  /**
4630
- * 返回最大数量,最大为200
4655
+ * 指定每页多少条数据,单页最大200
4631
4656
  */
4632
4657
  Limit?: number;
4633
4658
  /**
@@ -4665,7 +4690,7 @@ export interface CreateFlowRemindsRequest {
4665
4690
  */
4666
4691
  export interface UpdateIntegrationEmployeesRequest {
4667
4692
  /**
4668
- * 当前用户信息,OpenId与UserId二选一必填一个,OpenId是第三方客户ID,userId是用户实名后的电子签生成的ID,当传入客户系统openId,传入的openId需与电子签员工userId绑定,且参数Channel必填,Channel值为YUFU;
4693
+ * 当前用户信息,UserId必填
4669
4694
  */
4670
4695
  Operator: UserInfo;
4671
4696
  /**
@@ -5266,7 +5291,7 @@ export interface DescribeOrganizationGroupOrganizationsResponse {
5266
5291
  */
5267
5292
  ActivedTotal?: number;
5268
5293
  /**
5269
- * 导出文件的url
5294
+ * 如果入参Export为 true 时使用,表示导出Excel的url
5270
5295
  注意:此字段可能返回 null,表示取不到有效值。
5271
5296
  */
5272
5297
  ExportUrl?: string;