tccli 3.0.828.1__py2.py3-none-any.whl → 3.0.829.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +14 -14
  3. tccli/services/cloudstudio/cloudstudio_client.py +53 -0
  4. tccli/services/cloudstudio/v20210524/api.json +89 -0
  5. tccli/services/cloudstudio/v20210524/examples.json +8 -0
  6. tccli/services/ess/v20201111/api.json +9 -0
  7. tccli/services/ess/v20201111/examples.json +1 -1
  8. tccli/services/essbasic/v20210526/api.json +133 -364
  9. tccli/services/essbasic/v20210526/examples.json +89 -95
  10. tccli/services/ic/v20190307/api.json +1 -1
  11. tccli/services/live/v20180801/api.json +2 -6
  12. tccli/services/live/v20180801/examples.json +1 -1
  13. tccli/services/mrs/v20200910/api.json +8130 -2302
  14. tccli/services/mrs/v20200910/examples.json +1 -1
  15. tccli/services/ocr/v20181119/api.json +32 -134
  16. tccli/services/ocr/v20181119/examples.json +15 -15
  17. tccli/services/pts/v20210728/api.json +27 -78
  18. tccli/services/sslpod/v20190605/api.json +1 -1
  19. tccli/services/tem/v20210701/api.json +1 -1
  20. tccli/services/tione/v20191022/api.json +1 -1
  21. tccli/services/tione/v20211111/api.json +1 -1
  22. tccli/services/trtc/v20190722/api.json +3 -25
  23. tccli/services/vpc/v20170312/api.json +60 -51
  24. tccli/services/vpc/v20170312/examples.json +17 -17
  25. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/METADATA +2 -2
  26. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/RECORD +30 -30
  27. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/LICENSE +0 -0
  28. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/WHEEL +0 -0
  29. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/entry_points.txt +0 -0
  30. {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/top_level.txt +0 -0
@@ -3,14 +3,14 @@
3
3
  "ChannelBatchCancelFlows": {
4
4
  "document": "指定需要批量撤销的签署流程Id,批量撤销合同\n客户指定需要撤销的签署流程Id,最多100个,超过100不处理;接口失败后返回错误信息\n注意:\n能撤回合同的只能是合同的发起人或者发起企业的超管、法人",
5
5
  "input": "ChannelBatchCancelFlowsRequest",
6
- "name": "电子签渠道版-根据签署流程id批量撤销合同",
6
+ "name": "根据签署流程id批量撤销合同",
7
7
  "output": "ChannelBatchCancelFlowsResponse",
8
8
  "status": "online"
9
9
  },
10
10
  "ChannelCancelFlow": {
11
- "document": "渠道版撤销签署流程接口,可以撤回:未全部签署完成;不可以撤回(终态):已全部签署完成、已拒签、已过期、已撤回。\n注意:\n能撤回合同的只能是合同的发起人或者发起企业的超管、法人\n",
11
+ "document": "撤销签署流程接口,可以撤回:未全部签署完成;不可以撤回(终态):已全部签署完成、已拒签、已过期、已撤回。\n注意:\n能撤回合同的只能是合同的发起人或者发起企业的超管、法人",
12
12
  "input": "ChannelCancelFlowRequest",
13
- "name": "渠道版撤销签署流程",
13
+ "name": "撤销签署流程",
14
14
  "output": "ChannelCancelFlowResponse",
15
15
  "status": "online"
16
16
  },
@@ -24,28 +24,28 @@
24
24
  "ChannelCreateBatchCancelFlowUrl": {
25
25
  "document": "指定需要批量撤销的签署流程Id,获取批量撤销链接 - 不建议使用此接口,可使用ChannelBatchCancelFlows\n客户指定需要撤销的签署流程Id,最多100个,超过100不处理;\n接口调用成功返回批量撤销合同的链接,通过链接跳转到电子签小程序完成批量撤销;\n可以撤回:未全部签署完成;不可以撤回(终态):已全部签署完成、已拒签、已过期、已撤回。\n注意:\n能撤回合同的只能是合同的发起人或者发起企业的超管、法人",
26
26
  "input": "ChannelCreateBatchCancelFlowUrlRequest",
27
- "name": "电子签渠道版-根据签署流程id创建批量撤销url",
27
+ "name": "根据签署流程id创建批量撤销url",
28
28
  "output": "ChannelCreateBatchCancelFlowUrlResponse",
29
29
  "status": "online"
30
30
  },
31
31
  "ChannelCreateBoundFlows": {
32
- "document": "此接口(ChannelCreateBoundFlows)用于渠道子客领取合同,经办人需要有相应的角色,领取后的合同不能重复领取。",
32
+ "document": "此接口(ChannelCreateBoundFlows)用于子客领取合同,经办人需要有相应的角色,领取后的合同不能重复领取。",
33
33
  "input": "ChannelCreateBoundFlowsRequest",
34
- "name": "渠道版领取合同",
34
+ "name": "领取未归属的合同",
35
35
  "output": "ChannelCreateBoundFlowsResponse",
36
36
  "status": "online"
37
37
  },
38
38
  "ChannelCreateConvertTaskApi": {
39
- "document": "渠道创建文件转换任务",
39
+ "document": "创建文件转换任务",
40
40
  "input": "ChannelCreateConvertTaskApiRequest",
41
- "name": "渠道创建文件转换任务",
41
+ "name": "创建文件转换任务",
42
42
  "output": "ChannelCreateConvertTaskApiResponse",
43
43
  "status": "online"
44
44
  },
45
45
  "ChannelCreateFlowByFiles": {
46
- "document": "接口(ChannelCreateFlowByFiles)用于渠道版通过文件创建签署流程。此接口静默签能力不可直接使用,需要运营申请",
46
+ "document": "接口(ChannelCreateFlowByFiles)用于通过文件创建签署流程。此接口静默签能力不可直接使用,需要运营申请",
47
47
  "input": "ChannelCreateFlowByFilesRequest",
48
- "name": "渠道版通过文件创建签署流程",
48
+ "name": "通过文件创建签署流程",
49
49
  "output": "ChannelCreateFlowByFilesResponse",
50
50
  "status": "online"
51
51
  },
@@ -71,9 +71,9 @@
71
71
  "status": "online"
72
72
  },
73
73
  "ChannelCreateFlowSignUrl": {
74
- "document": "渠道版创建签署链接,需要联系运营人员开白后才可使用",
74
+ "document": "创建签署链接,需要联系运营人员开白后才可使用",
75
75
  "input": "ChannelCreateFlowSignUrlRequest",
76
- "name": "渠道版创建签署链接",
76
+ "name": "创建签署链接",
77
77
  "output": "ChannelCreateFlowSignUrlResponse",
78
78
  "status": "online"
79
79
  },
@@ -85,14 +85,14 @@
85
85
  "status": "online"
86
86
  },
87
87
  "ChannelCreateReleaseFlow": {
88
- "document": "渠道版发起解除协议,主要应用场景为:基于一份已经签署的合同,进行解除操作。\n合同发起人必须在电子签已经进行实名。",
88
+ "document": "发起解除协议,主要应用场景为:基于一份已经签署的合同,进行解除操作。\n合同发起人必须在电子签已经进行实名。",
89
89
  "input": "ChannelCreateReleaseFlowRequest",
90
90
  "name": "发起解除协议",
91
91
  "output": "ChannelCreateReleaseFlowResponse",
92
92
  "status": "online"
93
93
  },
94
94
  "ChannelCreateSealPolicy": {
95
- "document": "将指定印章授权给企业下的某些员工",
95
+ "document": "将指定印章授权给子客企业下的某些员工",
96
96
  "input": "ChannelCreateSealPolicyRequest",
97
97
  "name": "创建印章授权",
98
98
  "output": "ChannelCreateSealPolicyResponse",
@@ -113,23 +113,23 @@
113
113
  "status": "online"
114
114
  },
115
115
  "ChannelDescribeOrganizationSeals": {
116
- "document": "查询渠道子客企业电子印章,需要操作者具有管理印章权限\n客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数。",
116
+ "document": "查询子客企业电子印章,需要操作者具有管理印章权限\n客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数。",
117
117
  "input": "ChannelDescribeOrganizationSealsRequest",
118
- "name": "查询渠道子客企业电子印章",
118
+ "name": "查询子客企业电子印章",
119
119
  "output": "ChannelDescribeOrganizationSealsResponse",
120
120
  "status": "online"
121
121
  },
122
122
  "ChannelGetTaskResultApi": {
123
- "document": "渠道版查询转换任务状态",
123
+ "document": "查询转换任务状态",
124
124
  "input": "ChannelGetTaskResultApiRequest",
125
- "name": "渠道版查询转换任务状态",
125
+ "name": "查询转换任务状态",
126
126
  "output": "ChannelGetTaskResultApiResponse",
127
127
  "status": "online"
128
128
  },
129
129
  "ChannelUpdateSealStatus": {
130
- "document": "本接口(ChannelUpdateSealStatus)由于渠道版更新印章状态",
130
+ "document": "本接口(ChannelUpdateSealStatus)用于渠道为子客企业更新印章状态",
131
131
  "input": "ChannelUpdateSealStatusRequest",
132
- "name": "渠道版更新印章状态",
132
+ "name": "更新印章状态",
133
133
  "output": "ChannelUpdateSealStatusResponse",
134
134
  "status": "online"
135
135
  },
@@ -176,7 +176,7 @@
176
176
  "status": "online"
177
177
  },
178
178
  "DescribeChannelFlowEvidenceReport": {
179
- "document": "查询出证报告,返回报告 URL。\n",
179
+ "document": "查询出证报告,返回报告 URL",
180
180
  "input": "DescribeChannelFlowEvidenceReportRequest",
181
181
  "name": "查询出证报告",
182
182
  "output": "DescribeChannelFlowEvidenceReportResponse",
@@ -213,12 +213,12 @@
213
213
  "DescribeUsage": {
214
214
  "document": "此接口(DescribeUsage)用于获取渠道所有合作企业流量消耗情况。\n 注: 此接口每日限频2次,若要扩大限制次数,请提前与客服经理或邮件至e-contract@tencent.com进行联系。",
215
215
  "input": "DescribeUsageRequest",
216
- "name": "渠道用量查询",
216
+ "name": "渠道合同用量查询",
217
217
  "output": "DescribeUsageResponse",
218
218
  "status": "online"
219
219
  },
220
220
  "GetDownloadFlowUrl": {
221
- "document": "此接口(GetDownloadFlowUrl)用于创建电子签批量下载地址,让合作企业进入控制台直接下载,支持客户合同(流程)按照自定义文件夹形式 分类下载。\n当前接口限制最多合同(流程)50个.\n",
221
+ "document": "此接口(GetDownloadFlowUrl)用于创建电子签批量下载地址,让合作企业进入控制台直接下载,支持客户合同(流程)按照自定义文件夹形式 分类下载。\n当前接口限制最多合同(流程)50个.",
222
222
  "input": "GetDownloadFlowUrlRequest",
223
223
  "name": "获取合同(流程)批量下载链接",
224
224
  "output": "GetDownloadFlowUrlResponse",
@@ -234,7 +234,7 @@
234
234
  "OperateChannelTemplate": {
235
235
  "document": "此接口(OperateChannelTemplate)用于针对渠道模板库中的模板对子客企业可见性的查询和设置,不会直接分配渠道模板给子客企业。\n1、OperateType=select时:\n查询渠道模板库\n2、OperateType=update或者delete时:\n对子客企业进行模板库中模板可见性的修改、删除操作。",
236
236
  "input": "OperateChannelTemplateRequest",
237
- "name": "操作渠道模板",
237
+ "name": "操作渠道企业模板",
238
238
  "output": "OperateChannelTemplateResponse",
239
239
  "status": "online"
240
240
  },
@@ -454,8 +454,7 @@
454
454
  "document": "ChannelBatchCancelFlows请求参数结构体",
455
455
  "members": [
456
456
  {
457
- "default": "",
458
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
457
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
459
458
  "example": "无",
460
459
  "member": "Agent",
461
460
  "name": "Agent",
@@ -463,7 +462,6 @@
463
462
  "type": "object"
464
463
  },
465
464
  {
466
- "default": "",
467
465
  "document": "签署流程Id数组,最多100个,超过100不处理",
468
466
  "example": "无",
469
467
  "member": "string",
@@ -472,7 +470,6 @@
472
470
  "type": "list"
473
471
  },
474
472
  {
475
- "default": "",
476
473
  "document": "撤销理由",
477
474
  "example": "无",
478
475
  "member": "string",
@@ -481,7 +478,6 @@
481
478
  "type": "string"
482
479
  },
483
480
  {
484
- "default": "",
485
481
  "document": "撤销理由自定义格式;选项:\n0 默认格式\n1 只保留身份信息:展示为【发起方】\n2 保留身份信息+企业名称:展示为【发起方xxx公司】\n3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】",
486
482
  "example": "无",
487
483
  "member": "int64",
@@ -490,8 +486,7 @@
490
486
  "type": "int"
491
487
  },
492
488
  {
493
- "default": "",
494
- "document": "操作人信息",
489
+ "document": "暂未开放",
495
490
  "example": "无",
496
491
  "member": "UserInfo",
497
492
  "name": "Operator",
@@ -509,7 +504,6 @@
509
504
  "example": "无",
510
505
  "member": "string",
511
506
  "name": "FailMessages",
512
- "required": true,
513
507
  "type": "list",
514
508
  "value_allowed_null": false
515
509
  },
@@ -526,7 +520,6 @@
526
520
  "document": "ChannelCancelFlow请求参数结构体",
527
521
  "members": [
528
522
  {
529
- "default": "",
530
523
  "document": "签署流程编号",
531
524
  "example": "xxx",
532
525
  "member": "string",
@@ -535,8 +528,7 @@
535
528
  "type": "string"
536
529
  },
537
530
  {
538
- "default": "",
539
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
531
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
540
532
  "example": "无",
541
533
  "member": "Agent",
542
534
  "name": "Agent",
@@ -544,7 +536,6 @@
544
536
  "type": "object"
545
537
  },
546
538
  {
547
- "default": "",
548
539
  "document": "撤回原因,最大不超过200字符",
549
540
  "example": "xxx",
550
541
  "member": "string",
@@ -553,22 +544,20 @@
553
544
  "type": "string"
554
545
  },
555
546
  {
556
- "default": "",
557
- "document": "操作者的信息",
558
- "example": "无",
559
- "member": "UserInfo",
560
- "name": "Operator",
561
- "required": false,
562
- "type": "object"
563
- },
564
- {
565
- "default": "",
566
547
  "document": "撤销理由自定义格式;选项:\n0 默认格式\n1 只保留身份信息:展示为【发起方】\n2 保留身份信息+企业名称:展示为【发起方xxx公司】\n3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】",
567
548
  "example": "无",
568
549
  "member": "int64",
569
550
  "name": "CancelMessageFormat",
570
551
  "required": false,
571
552
  "type": "int"
553
+ },
554
+ {
555
+ "document": "暂未开放",
556
+ "example": "无",
557
+ "member": "UserInfo",
558
+ "name": "Operator",
559
+ "required": false,
560
+ "type": "object"
572
561
  }
573
562
  ],
574
563
  "type": "object"
@@ -589,8 +578,7 @@
589
578
  "document": "ChannelCancelMultiFlowSignQRCode请求参数结构体",
590
579
  "members": [
591
580
  {
592
- "default": "",
593
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
581
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
594
582
  "example": "无",
595
583
  "member": "Agent",
596
584
  "name": "Agent",
@@ -598,7 +586,6 @@
598
586
  "type": "object"
599
587
  },
600
588
  {
601
- "default": "",
602
589
  "document": "二维码id",
603
590
  "example": "无",
604
591
  "member": "string",
@@ -607,8 +594,7 @@
607
594
  "type": "string"
608
595
  },
609
596
  {
610
- "default": "",
611
- "document": "用户信息",
597
+ "document": "暂未开放",
612
598
  "example": "无",
613
599
  "member": "UserInfo",
614
600
  "name": "Operator",
@@ -634,8 +620,7 @@
634
620
  "document": "ChannelCreateBatchCancelFlowUrl请求参数结构体",
635
621
  "members": [
636
622
  {
637
- "default": "",
638
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
623
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
639
624
  "example": "无",
640
625
  "member": "Agent",
641
626
  "name": "Agent",
@@ -643,7 +628,6 @@
643
628
  "type": "object"
644
629
  },
645
630
  {
646
- "default": "",
647
631
  "document": "签署流程Id数组",
648
632
  "example": "无",
649
633
  "member": "string",
@@ -652,8 +636,7 @@
652
636
  "type": "list"
653
637
  },
654
638
  {
655
- "default": "",
656
- "document": "操作人信息",
639
+ "document": "暂未开放",
657
640
  "example": "无",
658
641
  "member": "UserInfo",
659
642
  "name": "Operator",
@@ -671,7 +654,6 @@
671
654
  "example": "无",
672
655
  "member": "string",
673
656
  "name": "BatchCancelFlowUrl",
674
- "required": true,
675
657
  "type": "string",
676
658
  "value_allowed_null": false
677
659
  },
@@ -680,7 +662,6 @@
680
662
  "example": "无",
681
663
  "member": "string",
682
664
  "name": "FailMessages",
683
- "required": true,
684
665
  "type": "list",
685
666
  "value_allowed_null": false
686
667
  },
@@ -689,7 +670,6 @@
689
670
  "example": "无",
690
671
  "member": "string",
691
672
  "name": "UrlExpireOn",
692
- "required": true,
693
673
  "type": "string",
694
674
  "value_allowed_null": false
695
675
  },
@@ -706,7 +686,6 @@
706
686
  "document": "ChannelCreateBoundFlows请求参数结构体",
707
687
  "members": [
708
688
  {
709
- "default": "",
710
689
  "document": "应用信息\n此接口Agent.AppId、Agent.ProxyOrganizationOpenId 和 Agent. ProxyOperator.OpenId 必填",
711
690
  "example": "无",
712
691
  "member": "Agent",
@@ -715,7 +694,6 @@
715
694
  "type": "object"
716
695
  },
717
696
  {
718
- "default": "",
719
697
  "document": "领取的合同id列表",
720
698
  "example": "无",
721
699
  "member": "string",
@@ -724,7 +702,6 @@
724
702
  "type": "list"
725
703
  },
726
704
  {
727
- "default": "",
728
705
  "document": "暂未开放",
729
706
  "example": "无",
730
707
  "member": "UserInfo",
@@ -751,8 +728,7 @@
751
728
  "document": "ChannelCreateConvertTaskApi请求参数结构体",
752
729
  "members": [
753
730
  {
754
- "default": "",
755
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
731
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
756
732
  "example": "无",
757
733
  "member": "Agent",
758
734
  "name": "Agent",
@@ -760,7 +736,6 @@
760
736
  "type": "object"
761
737
  },
762
738
  {
763
- "default": "",
764
739
  "document": "资源类型 取值范围doc,docx,html,xls,xlsx之一",
765
740
  "example": "无",
766
741
  "member": "string",
@@ -769,7 +744,6 @@
769
744
  "type": "string"
770
745
  },
771
746
  {
772
- "default": "",
773
747
  "document": "资源名称,长度限制为256字符",
774
748
  "example": "无",
775
749
  "member": "string",
@@ -778,7 +752,6 @@
778
752
  "type": "string"
779
753
  },
780
754
  {
781
- "default": "",
782
755
  "document": "资源Id,通过UploadFiles获取",
783
756
  "example": "无",
784
757
  "member": "string",
@@ -787,8 +760,7 @@
787
760
  "type": "string"
788
761
  },
789
762
  {
790
- "default": "",
791
- "document": "调用方用户信息,userId 必填",
763
+ "document": "调用方用户信息,不用传",
792
764
  "example": "无",
793
765
  "member": "UserInfo",
794
766
  "name": "Operator",
@@ -796,7 +768,6 @@
796
768
  "type": "object"
797
769
  },
798
770
  {
799
- "default": "",
800
771
  "document": "暂未开放",
801
772
  "example": "无",
802
773
  "member": "OrganizationInfo",
@@ -815,7 +786,6 @@
815
786
  "example": "无",
816
787
  "member": "string",
817
788
  "name": "TaskId",
818
- "required": true,
819
789
  "type": "string",
820
790
  "value_allowed_null": false
821
791
  },
@@ -832,8 +802,7 @@
832
802
  "document": "ChannelCreateFlowByFiles请求参数结构体",
833
803
  "members": [
834
804
  {
835
- "default": "",
836
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
805
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
837
806
  "example": "无",
838
807
  "member": "Agent",
839
808
  "name": "Agent",
@@ -841,7 +810,6 @@
841
810
  "type": "object"
842
811
  },
843
812
  {
844
- "default": "",
845
813
  "document": "签署流程名称,长度不超过200个字符",
846
814
  "example": "\"xxx\"",
847
815
  "member": "string",
@@ -850,7 +818,6 @@
850
818
  "type": "string"
851
819
  },
852
820
  {
853
- "default": "",
854
821
  "document": "签署流程签约方列表,最多不超过5个参与方",
855
822
  "example": "无",
856
823
  "member": "FlowApproverInfo",
@@ -859,7 +826,6 @@
859
826
  "type": "list"
860
827
  },
861
828
  {
862
- "default": "",
863
829
  "document": "签署文件资源Id列表,目前仅支持单个文件",
864
830
  "example": "[\"xxx\"]",
865
831
  "member": "string",
@@ -868,7 +834,6 @@
868
834
  "type": "list"
869
835
  },
870
836
  {
871
- "default": "",
872
837
  "document": "签署文件中的发起方的填写控件,需要在发起的时候进行填充",
873
838
  "example": "无",
874
839
  "member": "Component",
@@ -877,7 +842,6 @@
877
842
  "type": "list"
878
843
  },
879
844
  {
880
- "default": "",
881
845
  "document": "签署流程截止时间,十位数时间戳,最大值为33162419560,即3020年",
882
846
  "example": "3",
883
847
  "member": "int64",
@@ -886,7 +850,6 @@
886
850
  "type": "int"
887
851
  },
888
852
  {
889
- "default": "",
890
853
  "document": "签署流程回调地址,长度不超过255个字符",
891
854
  "example": "\"xxx\"",
892
855
  "member": "string",
@@ -895,7 +858,6 @@
895
858
  "type": "string"
896
859
  },
897
860
  {
898
- "default": "",
899
861
  "document": "合同签署顺序类型(无序签,顺序签),默认为false,即有序签署。有序签署时以传入FlowApprovers数组的顺序作为签署顺序",
900
862
  "example": "false",
901
863
  "member": "bool",
@@ -904,7 +866,6 @@
904
866
  "type": "bool"
905
867
  },
906
868
  {
907
- "default": "",
908
869
  "document": "签署流程的类型,长度不超过255个字符",
909
870
  "example": "\"xxx\"",
910
871
  "member": "string",
@@ -913,7 +874,6 @@
913
874
  "type": "string"
914
875
  },
915
876
  {
916
- "default": "",
917
877
  "document": "签署流程的描述,长度不超过1000个字符",
918
878
  "example": "\"xxx\"",
919
879
  "member": "string",
@@ -922,7 +882,6 @@
922
882
  "type": "string"
923
883
  },
924
884
  {
925
- "default": "",
926
885
  "document": "合同显示的页卡模板,说明:只支持{合同名称}, {发起方企业}, {发起方姓名}, {签署方N企业}, {签署方N姓名},且N不能超过签署人的数量,N从1开始",
927
886
  "example": "合同名称:{合同名称} {发起方企业} {发起方姓名};国家:中国;发起方:{发起方企业};签署方1: {签署方1企业};签署",
928
887
  "member": "string",
@@ -931,7 +890,6 @@
931
890
  "type": "string"
932
891
  },
933
892
  {
934
- "default": "",
935
893
  "document": "渠道的业务信息,最大长度1000个字符。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN",
936
894
  "example": "\"xxx\"",
937
895
  "member": "string",
@@ -940,7 +898,6 @@
940
898
  "type": "string"
941
899
  },
942
900
  {
943
- "default": "",
944
901
  "document": "发起方企业的签署人进行签署操作是否需要企业内部审批。 若设置为true,审核结果需通过接口 ChannelCreateFlowSignReview 通知电子签,审核通过后,发起方企业签署人方可进行签署操作,否则会阻塞其签署操作。 注:企业可以通过此功能与企业内部的审批流程进行关联,支持手动、静默签署合同。",
945
902
  "example": "无",
946
903
  "member": "bool",
@@ -949,16 +906,6 @@
949
906
  "type": "bool"
950
907
  },
951
908
  {
952
- "default": "",
953
- "document": "操作者的信息",
954
- "example": "无",
955
- "member": "UserInfo",
956
- "name": "Operator",
957
- "required": false,
958
- "type": "object"
959
- },
960
- {
961
- "default": "",
962
909
  "document": "签署人校验方式\nVerifyCheck: 人脸识别(默认)\nMobileCheck:手机号验证\n参数说明:可选人脸识别或手机号验证两种方式,若选择后者,未实名个人签署方在签署合同时,无需经过实名认证和意愿确认两次人脸识别,该能力仅适用于个人签署方。",
963
910
  "example": "无",
964
911
  "member": "string",
@@ -967,13 +914,20 @@
967
914
  "type": "string"
968
915
  },
969
916
  {
970
- "default": "",
971
917
  "document": "标识是否允许发起后添加控件。0为不允许1为允许。如果为1,创建的时候不能有签署控件,只能创建后添加。注意发起后添加控件功能不支持添加骑缝章和签批控件",
972
918
  "example": "0",
973
919
  "member": "int64",
974
920
  "name": "SignBeanTag",
975
921
  "required": false,
976
922
  "type": "int"
923
+ },
924
+ {
925
+ "document": "操作者的信息,不用传",
926
+ "example": "无",
927
+ "member": "UserInfo",
928
+ "name": "Operator",
929
+ "required": false,
930
+ "type": "object"
977
931
  }
978
932
  ],
979
933
  "type": "object"
@@ -986,7 +940,6 @@
986
940
  "example": "xxx",
987
941
  "member": "string",
988
942
  "name": "FlowId",
989
- "required": true,
990
943
  "type": "string",
991
944
  "value_allowed_null": true
992
945
  },
@@ -1003,7 +956,6 @@
1003
956
  "document": "ChannelCreateFlowGroupByFiles请求参数结构体",
1004
957
  "members": [
1005
958
  {
1006
- "default": "",
1007
959
  "document": "每个子合同的发起所需的信息,数量限制2-100",
1008
960
  "example": "无",
1009
961
  "member": "FlowFileInfo",
@@ -1012,7 +964,6 @@
1012
964
  "type": "list"
1013
965
  },
1014
966
  {
1015
- "default": "",
1016
967
  "document": "合同组名称,长度不超过200个字符",
1017
968
  "example": "\"xxx\"",
1018
969
  "member": "string",
@@ -1021,8 +972,7 @@
1021
972
  "type": "string"
1022
973
  },
1023
974
  {
1024
- "default": "",
1025
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
975
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1026
976
  "example": "无",
1027
977
  "member": "Agent",
1028
978
  "name": "Agent",
@@ -1030,7 +980,6 @@
1030
980
  "type": "object"
1031
981
  },
1032
982
  {
1033
- "default": "",
1034
983
  "document": "签署人校验方式\nVerifyCheck: 人脸识别(默认)\nMobileCheck:手机号验证\n参数说明:若选择后者,未实名的个人签署方查看合同时,无需进行人脸识别实名认证(但签署合同时仍然需要人脸实名),该能力仅适用于个人签署方。",
1035
984
  "example": "无",
1036
985
  "member": "string",
@@ -1039,8 +988,7 @@
1039
988
  "type": "string"
1040
989
  },
1041
990
  {
1042
- "default": "",
1043
- "document": "操作者的信息",
991
+ "document": "操作者的信息,此参数不用传",
1044
992
  "example": "无",
1045
993
  "member": "UserInfo",
1046
994
  "name": "Operator",
@@ -1058,7 +1006,6 @@
1058
1006
  "example": "xxx",
1059
1007
  "member": "string",
1060
1008
  "name": "FlowGroupId",
1061
- "required": true,
1062
1009
  "type": "string",
1063
1010
  "value_allowed_null": true
1064
1011
  },
@@ -1067,7 +1014,6 @@
1067
1014
  "example": "xxx",
1068
1015
  "member": "string",
1069
1016
  "name": "FlowIds",
1070
- "required": true,
1071
1017
  "type": "list",
1072
1018
  "value_allowed_null": true
1073
1019
  },
@@ -1084,7 +1030,7 @@
1084
1030
  "document": "ChannelCreateFlowReminds请求参数结构体",
1085
1031
  "members": [
1086
1032
  {
1087
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1033
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1088
1034
  "example": "无",
1089
1035
  "member": "Agent",
1090
1036
  "name": "Agent",
@@ -1126,8 +1072,7 @@
1126
1072
  "document": "ChannelCreateFlowSignReview请求参数结构体",
1127
1073
  "members": [
1128
1074
  {
1129
- "default": "",
1130
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1075
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1131
1076
  "example": "无",
1132
1077
  "member": "Agent",
1133
1078
  "name": "Agent",
@@ -1135,7 +1080,6 @@
1135
1080
  "type": "object"
1136
1081
  },
1137
1082
  {
1138
- "default": "",
1139
1083
  "document": "签署流程编号",
1140
1084
  "example": "xxx",
1141
1085
  "member": "string",
@@ -1144,7 +1088,6 @@
1144
1088
  "type": "string"
1145
1089
  },
1146
1090
  {
1147
- "default": "",
1148
1091
  "document": "企业内部审核结果\nPASS: 通过\nREJECT: 拒绝\nSIGN_REJECT:拒签(流程结束)",
1149
1092
  "example": "xxx",
1150
1093
  "member": "string",
@@ -1153,7 +1096,6 @@
1153
1096
  "type": "string"
1154
1097
  },
1155
1098
  {
1156
- "default": "",
1157
1099
  "document": "审核原因 \n当ReviewType 是REJECT 时此字段必填,字符串长度不超过200",
1158
1100
  "example": "xx",
1159
1101
  "member": "string",
@@ -1162,7 +1104,6 @@
1162
1104
  "type": "string"
1163
1105
  },
1164
1106
  {
1165
- "default": "",
1166
1107
  "document": "签署节点审核时需要指定",
1167
1108
  "example": "32984r94w8f",
1168
1109
  "member": "string",
@@ -1189,8 +1130,7 @@
1189
1130
  "document": "ChannelCreateFlowSignUrl请求参数结构体",
1190
1131
  "members": [
1191
1132
  {
1192
- "default": "",
1193
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填",
1133
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填",
1194
1134
  "example": "无",
1195
1135
  "member": "Agent",
1196
1136
  "name": "Agent",
@@ -1198,7 +1138,6 @@
1198
1138
  "type": "object"
1199
1139
  },
1200
1140
  {
1201
- "default": "",
1202
1141
  "document": "流程编号",
1203
1142
  "example": "xx",
1204
1143
  "member": "string",
@@ -1207,7 +1146,6 @@
1207
1146
  "type": "string"
1208
1147
  },
1209
1148
  {
1210
- "default": "",
1211
1149
  "document": "流程签署人,其中Name和Mobile必传,其他可不传,ApproverType目前只支持PERSON类型的签署人,如果不传默认为该值。还需注意签署人只能有手写签名和时间类型的签署控件,其他类型的填写控件和签署控件暂时都未支持。",
1212
1150
  "example": "无",
1213
1151
  "member": "FlowApproverInfo",
@@ -1216,7 +1154,6 @@
1216
1154
  "type": "list"
1217
1155
  },
1218
1156
  {
1219
- "default": "",
1220
1157
  "document": "用户信息,暂未开放",
1221
1158
  "example": "无",
1222
1159
  "member": "UserInfo",
@@ -1225,7 +1162,6 @@
1225
1162
  "type": "object"
1226
1163
  },
1227
1164
  {
1228
- "default": "",
1229
1165
  "document": "机构信息,暂未开放",
1230
1166
  "example": "无",
1231
1167
  "member": "OrganizationInfo",
@@ -1244,7 +1180,6 @@
1244
1180
  "example": "无",
1245
1181
  "member": "FlowApproverUrlInfo",
1246
1182
  "name": "FlowApproverUrlInfos",
1247
- "required": true,
1248
1183
  "type": "list",
1249
1184
  "value_allowed_null": false
1250
1185
  },
@@ -1261,8 +1196,7 @@
1261
1196
  "document": "ChannelCreateMultiFlowSignQRCode请求参数结构体",
1262
1197
  "members": [
1263
1198
  {
1264
- "default": "",
1265
- "document": "渠道应用相关信息。\n此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。",
1199
+ "document": "应用相关信息。\n此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。",
1266
1200
  "example": "无",
1267
1201
  "member": "Agent",
1268
1202
  "name": "Agent",
@@ -1270,7 +1204,6 @@
1270
1204
  "type": "object"
1271
1205
  },
1272
1206
  {
1273
- "default": "",
1274
1207
  "document": "模版ID",
1275
1208
  "example": "无",
1276
1209
  "member": "string",
@@ -1279,7 +1212,6 @@
1279
1212
  "type": "string"
1280
1213
  },
1281
1214
  {
1282
- "default": "",
1283
1215
  "document": "签署流程名称,最大长度200个字符。",
1284
1216
  "example": "无",
1285
1217
  "member": "string",
@@ -1288,7 +1220,6 @@
1288
1220
  "type": "string"
1289
1221
  },
1290
1222
  {
1291
- "default": "",
1292
1223
  "document": "最大可发起签署流程份数,默认5份;发起签署流程数量超过此上限后,二维码自动失效。",
1293
1224
  "example": "无",
1294
1225
  "member": "int64",
@@ -1297,7 +1228,6 @@
1297
1228
  "type": "int"
1298
1229
  },
1299
1230
  {
1300
- "default": "",
1301
1231
  "document": "签署流程有效天数 默认7天 最高设置不超过30天",
1302
1232
  "example": "无",
1303
1233
  "member": "int64",
@@ -1306,7 +1236,6 @@
1306
1236
  "type": "int"
1307
1237
  },
1308
1238
  {
1309
- "default": "",
1310
1239
  "document": "二维码有效天数 默认7天 最高设置不超过90天",
1311
1240
  "example": "无",
1312
1241
  "member": "int64",
@@ -1315,7 +1244,6 @@
1315
1244
  "type": "int"
1316
1245
  },
1317
1246
  {
1318
- "default": "",
1319
1247
  "document": "限制二维码用户条件",
1320
1248
  "example": "无",
1321
1249
  "member": "ApproverRestriction",
@@ -1324,7 +1252,6 @@
1324
1252
  "type": "list"
1325
1253
  },
1326
1254
  {
1327
- "default": "",
1328
1255
  "document": "回调地址,最大长度1000个字符\n不传默认使用渠道应用号配置的回调地址\n回调时机:用户通过签署二维码发起合同时,企业额度不足导致失败",
1329
1256
  "example": "无",
1330
1257
  "member": "string",
@@ -1333,20 +1260,18 @@
1333
1260
  "type": "string"
1334
1261
  },
1335
1262
  {
1336
- "default": "",
1337
- "document": "用户信息",
1263
+ "document": "限制二维码用户条件(已弃用)",
1338
1264
  "example": "无",
1339
- "member": "UserInfo",
1340
- "name": "Operator",
1265
+ "member": "ApproverRestriction",
1266
+ "name": "ApproverRestrictions",
1341
1267
  "required": false,
1342
1268
  "type": "object"
1343
1269
  },
1344
1270
  {
1345
- "default": "",
1346
- "document": "限制二维码用户条件(已弃用)",
1271
+ "document": "暂未开放",
1347
1272
  "example": "无",
1348
- "member": "ApproverRestriction",
1349
- "name": "ApproverRestrictions",
1273
+ "member": "UserInfo",
1274
+ "name": "Operator",
1350
1275
  "required": false,
1351
1276
  "type": "object"
1352
1277
  }
@@ -1361,7 +1286,6 @@
1361
1286
  "example": "无",
1362
1287
  "member": "SignQrCode",
1363
1288
  "name": "QrCode",
1364
- "required": true,
1365
1289
  "type": "object",
1366
1290
  "value_allowed_null": false
1367
1291
  },
@@ -1370,7 +1294,6 @@
1370
1294
  "example": "无",
1371
1295
  "member": "SignUrl",
1372
1296
  "name": "SignUrls",
1373
- "required": true,
1374
1297
  "type": "object",
1375
1298
  "value_allowed_null": false
1376
1299
  },
@@ -1387,7 +1310,7 @@
1387
1310
  "document": "ChannelCreateReleaseFlow请求参数结构体",
1388
1311
  "members": [
1389
1312
  {
1390
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1313
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1391
1314
  "example": "无",
1392
1315
  "member": "Agent",
1393
1316
  "name": "Agent",
@@ -1427,7 +1350,7 @@
1427
1350
  "type": "string"
1428
1351
  },
1429
1352
  {
1430
- "document": "机构信息",
1353
+ "document": "暂未开放",
1431
1354
  "example": "无",
1432
1355
  "member": "OrganizationInfo",
1433
1356
  "name": "Organization",
@@ -1435,7 +1358,7 @@
1435
1358
  "type": "object"
1436
1359
  },
1437
1360
  {
1438
- "document": "用户信息",
1361
+ "document": "暂未开放",
1439
1362
  "example": "无",
1440
1363
  "member": "UserInfo",
1441
1364
  "name": "Operator",
@@ -1469,7 +1392,7 @@
1469
1392
  "document": "ChannelCreateSealPolicy请求参数结构体",
1470
1393
  "members": [
1471
1394
  {
1472
- "document": "用户渠道信息",
1395
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1473
1396
  "example": "无",
1474
1397
  "member": "Agent",
1475
1398
  "name": "Agent",
@@ -1477,7 +1400,7 @@
1477
1400
  "type": "object"
1478
1401
  },
1479
1402
  {
1480
- "document": "指定印章",
1403
+ "document": "指定印章ID",
1481
1404
  "example": "无",
1482
1405
  "member": "string",
1483
1406
  "name": "SealId",
@@ -1493,7 +1416,7 @@
1493
1416
  "type": "list"
1494
1417
  },
1495
1418
  {
1496
- "document": "企业机构信息",
1419
+ "document": "企业机构信息,不用传",
1497
1420
  "example": "无",
1498
1421
  "member": "OrganizationInfo",
1499
1422
  "name": "Organization",
@@ -1501,7 +1424,7 @@
1501
1424
  "type": "object"
1502
1425
  },
1503
1426
  {
1504
- "document": "操作人(用户)信息",
1427
+ "document": "操作人(用户)信息,不用传",
1505
1428
  "example": "无",
1506
1429
  "member": "UserInfo",
1507
1430
  "name": "Operator",
@@ -1535,7 +1458,7 @@
1535
1458
  "document": "ChannelDeleteSealPolicies请求参数结构体",
1536
1459
  "members": [
1537
1460
  {
1538
- "document": "渠道信息",
1461
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1539
1462
  "example": "无",
1540
1463
  "member": "Agent",
1541
1464
  "name": "Agent",
@@ -1559,18 +1482,18 @@
1559
1482
  "type": "list"
1560
1483
  },
1561
1484
  {
1562
- "document": "操作人(用户)信息",
1485
+ "document": "组织机构信息,不用传",
1563
1486
  "example": "无",
1564
- "member": "UserInfo",
1565
- "name": "Operator",
1487
+ "member": "OrganizationInfo",
1488
+ "name": "Organization",
1566
1489
  "required": false,
1567
1490
  "type": "object"
1568
1491
  },
1569
1492
  {
1570
- "document": "组织机构信息",
1493
+ "document": "操作人(用户)信息,不用传",
1571
1494
  "example": "无",
1572
- "member": "OrganizationInfo",
1573
- "name": "Organization",
1495
+ "member": "UserInfo",
1496
+ "name": "Operator",
1574
1497
  "required": false,
1575
1498
  "type": "object"
1576
1499
  }
@@ -1593,7 +1516,6 @@
1593
1516
  "document": "ChannelDescribeEmployees请求参数结构体",
1594
1517
  "members": [
1595
1518
  {
1596
- "default": "",
1597
1519
  "document": "返回最大数量,最大为20",
1598
1520
  "example": "无",
1599
1521
  "member": "int64",
@@ -1602,8 +1524,7 @@
1602
1524
  "type": "int"
1603
1525
  },
1604
1526
  {
1605
- "default": "",
1606
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1527
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1607
1528
  "example": "无",
1608
1529
  "member": "Agent",
1609
1530
  "name": "Agent",
@@ -1611,7 +1532,6 @@
1611
1532
  "type": "object"
1612
1533
  },
1613
1534
  {
1614
- "default": "",
1615
1535
  "document": "查询过滤实名用户,Key为Status,Values为[\"IsVerified\"]\n根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为[\"OpenId\",\"OpenId\",...]\n查询离职员工时,Key为Status,Values为[\"QuiteJob\"]",
1616
1536
  "example": "无",
1617
1537
  "member": "Filter",
@@ -1620,7 +1540,6 @@
1620
1540
  "type": "list"
1621
1541
  },
1622
1542
  {
1623
- "default": "",
1624
1543
  "document": "偏移量,默认为0,最大为20000",
1625
1544
  "example": "无",
1626
1545
  "member": "int64",
@@ -1629,8 +1548,7 @@
1629
1548
  "type": "int"
1630
1549
  },
1631
1550
  {
1632
- "default": "",
1633
- "document": "操作者的信息",
1551
+ "document": "暂未开放",
1634
1552
  "example": "无",
1635
1553
  "member": "UserInfo",
1636
1554
  "name": "Operator",
@@ -1648,7 +1566,6 @@
1648
1566
  "example": "无",
1649
1567
  "member": "Staff",
1650
1568
  "name": "Employees",
1651
- "required": true,
1652
1569
  "type": "list",
1653
1570
  "value_allowed_null": true
1654
1571
  },
@@ -1657,7 +1574,6 @@
1657
1574
  "example": "无",
1658
1575
  "member": "int64",
1659
1576
  "name": "Offset",
1660
- "required": true,
1661
1577
  "type": "int",
1662
1578
  "value_allowed_null": true
1663
1579
  },
@@ -1666,7 +1582,6 @@
1666
1582
  "example": "无",
1667
1583
  "member": "int64",
1668
1584
  "name": "Limit",
1669
- "required": true,
1670
1585
  "type": "int",
1671
1586
  "value_allowed_null": false
1672
1587
  },
@@ -1675,7 +1590,6 @@
1675
1590
  "example": "无",
1676
1591
  "member": "int64",
1677
1592
  "name": "TotalCount",
1678
- "required": true,
1679
1593
  "type": "int",
1680
1594
  "value_allowed_null": false
1681
1595
  },
@@ -1692,7 +1606,7 @@
1692
1606
  "document": "ChannelDescribeOrganizationSeals请求参数结构体",
1693
1607
  "members": [
1694
1608
  {
1695
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1609
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1696
1610
  "example": "无",
1697
1611
  "member": "Agent",
1698
1612
  "name": "Agent",
@@ -1774,8 +1688,7 @@
1774
1688
  "document": "ChannelGetTaskResultApi请求参数结构体",
1775
1689
  "members": [
1776
1690
  {
1777
- "default": "",
1778
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1691
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1779
1692
  "example": "无",
1780
1693
  "member": "Agent",
1781
1694
  "name": "Agent",
@@ -1783,7 +1696,6 @@
1783
1696
  "type": "object"
1784
1697
  },
1785
1698
  {
1786
- "default": "",
1787
1699
  "document": "任务Id,通过ChannelCreateConvertTaskApi接口获得",
1788
1700
  "example": "无",
1789
1701
  "member": "string",
@@ -1792,8 +1704,7 @@
1792
1704
  "type": "string"
1793
1705
  },
1794
1706
  {
1795
- "default": "",
1796
- "document": "操作者的信息",
1707
+ "document": "操作者的信息,不用传",
1797
1708
  "example": "无",
1798
1709
  "member": "UserInfo",
1799
1710
  "name": "Operator",
@@ -1801,7 +1712,6 @@
1801
1712
  "type": "object"
1802
1713
  },
1803
1714
  {
1804
- "default": "",
1805
1715
  "document": "暂未开放",
1806
1716
  "example": "无",
1807
1717
  "member": "OrganizationInfo",
@@ -1820,7 +1730,6 @@
1820
1730
  "example": "无",
1821
1731
  "member": "string",
1822
1732
  "name": "TaskId",
1823
- "required": true,
1824
1733
  "type": "string",
1825
1734
  "value_allowed_null": false
1826
1735
  },
@@ -1829,7 +1738,6 @@
1829
1738
  "example": "无",
1830
1739
  "member": "int64",
1831
1740
  "name": "TaskStatus",
1832
- "required": true,
1833
1741
  "type": "int",
1834
1742
  "value_allowed_null": false
1835
1743
  },
@@ -1838,7 +1746,6 @@
1838
1746
  "example": "无",
1839
1747
  "member": "string",
1840
1748
  "name": "TaskMessage",
1841
- "required": true,
1842
1749
  "type": "string",
1843
1750
  "value_allowed_null": false
1844
1751
  },
@@ -1847,7 +1754,6 @@
1847
1754
  "example": "无",
1848
1755
  "member": "string",
1849
1756
  "name": "ResourceId",
1850
- "required": true,
1851
1757
  "type": "string",
1852
1758
  "value_allowed_null": false
1853
1759
  },
@@ -1856,7 +1762,6 @@
1856
1762
  "example": "无",
1857
1763
  "member": "string",
1858
1764
  "name": "PreviewUrl",
1859
- "required": true,
1860
1765
  "type": "string",
1861
1766
  "value_allowed_null": true
1862
1767
  },
@@ -1873,8 +1778,7 @@
1873
1778
  "document": "ChannelUpdateSealStatus请求参数结构体",
1874
1779
  "members": [
1875
1780
  {
1876
- "default": "",
1877
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1781
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1878
1782
  "example": "无",
1879
1783
  "member": "Agent",
1880
1784
  "name": "Agent",
@@ -1882,7 +1786,6 @@
1882
1786
  "type": "object"
1883
1787
  },
1884
1788
  {
1885
- "default": "",
1886
1789
  "document": "操作的印章状态,DISABLE-停用印章",
1887
1790
  "example": "DISABLE",
1888
1791
  "member": "string",
@@ -1891,7 +1794,6 @@
1891
1794
  "type": "string"
1892
1795
  },
1893
1796
  {
1894
- "default": "",
1895
1797
  "document": "印章ID",
1896
1798
  "example": "无",
1897
1799
  "member": "string",
@@ -1900,7 +1802,6 @@
1900
1802
  "type": "string"
1901
1803
  },
1902
1804
  {
1903
- "default": "",
1904
1805
  "document": "操作者的信息",
1905
1806
  "example": "无",
1906
1807
  "member": "UserInfo",
@@ -1909,7 +1810,6 @@
1909
1810
  "type": "object"
1910
1811
  },
1911
1812
  {
1912
- "default": "",
1913
1813
  "document": "更新印章状态原因说明",
1914
1814
  "example": "更新原因-停用印章",
1915
1815
  "member": "string",
@@ -1936,7 +1836,6 @@
1936
1836
  "document": "ChannelVerifyPdf请求参数结构体",
1937
1837
  "members": [
1938
1838
  {
1939
- "default": "",
1940
1839
  "document": "合同Id,流程Id",
1941
1840
  "example": "无",
1942
1841
  "member": "string",
@@ -1945,8 +1844,7 @@
1945
1844
  "type": "string"
1946
1845
  },
1947
1846
  {
1948
- "default": "",
1949
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1847
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
1950
1848
  "example": "无",
1951
1849
  "member": "Agent",
1952
1850
  "name": "Agent",
@@ -1954,8 +1852,7 @@
1954
1852
  "type": "object"
1955
1853
  },
1956
1854
  {
1957
- "default": "",
1958
- "document": "操作者的信息",
1855
+ "document": "暂未开放",
1959
1856
  "example": "无",
1960
1857
  "member": "UserInfo",
1961
1858
  "name": "Operator",
@@ -1973,7 +1870,6 @@
1973
1870
  "example": "无",
1974
1871
  "member": "int64",
1975
1872
  "name": "VerifyResult",
1976
- "required": true,
1977
1873
  "type": "int",
1978
1874
  "value_allowed_null": false
1979
1875
  },
@@ -1982,7 +1878,6 @@
1982
1878
  "example": "无",
1983
1879
  "member": "PdfVerifyResult",
1984
1880
  "name": "PdfVerifyResults",
1985
- "required": true,
1986
1881
  "type": "list",
1987
1882
  "value_allowed_null": false
1988
1883
  },
@@ -2221,26 +2116,23 @@
2221
2116
  "document": "CreateChannelFlowEvidenceReport请求参数结构体",
2222
2117
  "members": [
2223
2118
  {
2224
- "default": "",
2225
- "document": "签署流程编号",
2119
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填",
2226
2120
  "example": "无",
2227
- "member": "string",
2228
- "name": "FlowId",
2121
+ "member": "Agent",
2122
+ "name": "Agent",
2229
2123
  "required": true,
2230
- "type": "string"
2124
+ "type": "object"
2231
2125
  },
2232
2126
  {
2233
- "default": "",
2234
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填",
2127
+ "document": "签署流程编号",
2235
2128
  "example": "无",
2236
- "member": "Agent",
2237
- "name": "Agent",
2129
+ "member": "string",
2130
+ "name": "FlowId",
2238
2131
  "required": true,
2239
- "type": "object"
2132
+ "type": "string"
2240
2133
  },
2241
2134
  {
2242
- "default": "",
2243
- "document": "操作者的信息",
2135
+ "document": "暂未开放",
2244
2136
  "example": "无",
2245
2137
  "member": "UserInfo",
2246
2138
  "name": "Operator",
@@ -2258,7 +2150,6 @@
2258
2150
  "example": "yDRspUUgyg17sqr1Uur7PA0xEQpJXh2b",
2259
2151
  "member": "string",
2260
2152
  "name": "ReportId",
2261
- "required": true,
2262
2153
  "type": "string",
2263
2154
  "value_allowed_null": true
2264
2155
  },
@@ -2267,7 +2158,6 @@
2267
2158
  "example": "EvidenceStatusExecuting",
2268
2159
  "member": "string",
2269
2160
  "name": "Status",
2270
- "required": true,
2271
2161
  "type": "string",
2272
2162
  "value_allowed_null": false
2273
2163
  },
@@ -2276,7 +2166,6 @@
2276
2166
  "example": "无",
2277
2167
  "member": "string",
2278
2168
  "name": "ReportUrl",
2279
- "required": true,
2280
2169
  "type": "string",
2281
2170
  "value_allowed_null": true
2282
2171
  },
@@ -2293,7 +2182,6 @@
2293
2182
  "document": "CreateConsoleLoginUrl请求参数结构体",
2294
2183
  "members": [
2295
2184
  {
2296
- "default": "",
2297
2185
  "document": "应用信息\n此接口Agent.AppId、Agent.ProxyOrganizationOpenId 和 Agent. ProxyOperator.OpenId 必填",
2298
2186
  "example": "无",
2299
2187
  "member": "Agent",
@@ -2302,7 +2190,6 @@
2302
2190
  "type": "object"
2303
2191
  },
2304
2192
  {
2305
- "default": "",
2306
2193
  "document": "渠道子客企业名称,最大长度64个字符",
2307
2194
  "example": "无",
2308
2195
  "member": "string",
@@ -2311,7 +2198,6 @@
2311
2198
  "type": "string"
2312
2199
  },
2313
2200
  {
2314
- "default": "",
2315
2201
  "document": "渠道子客企业经办人的姓名,最大长度50个字符",
2316
2202
  "example": "无",
2317
2203
  "member": "string",
@@ -2320,7 +2206,6 @@
2320
2206
  "type": "string"
2321
2207
  },
2322
2208
  {
2323
- "default": "",
2324
2209
  "document": "PC控制台指定模块,文件/合同管理:\"DOCUMENT\",模板管理:\"TEMPLATE\",印章管理:\"SEAL\",组织架构/人员:\"OPERATOR\",空字符串:\"账号信息\"。 EndPoint为\"CHANNEL\"/\"APP\"只支持\"SEAL\"-印章管理",
2325
2210
  "example": "无",
2326
2211
  "member": "string",
@@ -2329,7 +2214,6 @@
2329
2214
  "type": "string"
2330
2215
  },
2331
2216
  {
2332
- "default": "",
2333
2217
  "document": "控制台指定模块Id",
2334
2218
  "example": "无",
2335
2219
  "member": "string",
@@ -2338,7 +2222,6 @@
2338
2222
  "type": "string"
2339
2223
  },
2340
2224
  {
2341
- "default": "",
2342
2225
  "document": "渠道子客企业统一社会信用代码,最大长度200个字符",
2343
2226
  "example": "无",
2344
2227
  "member": "string",
@@ -2347,7 +2230,6 @@
2347
2230
  "type": "string"
2348
2231
  },
2349
2232
  {
2350
- "default": "",
2351
2233
  "document": "是否展示左侧菜单栏 是:ENABLE(默认) 否:DISABLE",
2352
2234
  "example": "无",
2353
2235
  "member": "string",
@@ -2356,7 +2238,6 @@
2356
2238
  "type": "string"
2357
2239
  },
2358
2240
  {
2359
- "default": "",
2360
2241
  "document": "链接跳转类型:\"PC\"-PC控制台,“CHANNEL”-H5跳转到电子签小程序;“APP”-第三方APP或小程序跳转电子签小程序,默认为PC控制台",
2361
2242
  "example": "无",
2362
2243
  "member": "string",
@@ -2365,7 +2246,6 @@
2365
2246
  "type": "string"
2366
2247
  },
2367
2248
  {
2368
- "default": "",
2369
2249
  "document": "触发自动跳转事件,仅对App类型有效,\"VERIFIED\":企业认证完成/员工认证完成后跳回原App/小程序",
2370
2250
  "example": "无",
2371
2251
  "member": "string",
@@ -2374,22 +2254,20 @@
2374
2254
  "type": "string"
2375
2255
  },
2376
2256
  {
2377
- "default": "",
2378
- "document": "操作者的信息",
2379
- "example": "无",
2380
- "member": "UserInfo",
2381
- "name": "Operator",
2382
- "required": false,
2383
- "type": "object"
2384
- },
2385
- {
2386
- "default": "",
2387
2257
  "document": "支持的授权方式,授权方式: \"1\" - 上传授权书认证 \"2\" - 法定代表人认证",
2388
2258
  "example": "无",
2389
2259
  "member": "int64",
2390
2260
  "name": "AuthorizationTypes",
2391
2261
  "required": false,
2392
2262
  "type": "list"
2263
+ },
2264
+ {
2265
+ "document": "暂未开放",
2266
+ "example": "无",
2267
+ "member": "UserInfo",
2268
+ "name": "Operator",
2269
+ "required": false,
2270
+ "type": "object"
2393
2271
  }
2394
2272
  ],
2395
2273
  "type": "object"
@@ -2402,7 +2280,6 @@
2402
2280
  "example": "无",
2403
2281
  "member": "string",
2404
2282
  "name": "ConsoleUrl",
2405
- "required": true,
2406
2283
  "type": "string",
2407
2284
  "value_allowed_null": false
2408
2285
  },
@@ -2411,7 +2288,6 @@
2411
2288
  "example": "无",
2412
2289
  "member": "bool",
2413
2290
  "name": "IsActivated",
2414
- "required": true,
2415
2291
  "type": "bool",
2416
2292
  "value_allowed_null": false
2417
2293
  },
@@ -2420,7 +2296,6 @@
2420
2296
  "example": "无",
2421
2297
  "member": "bool",
2422
2298
  "name": "ProxyOperatorIsVerified",
2423
- "required": true,
2424
2299
  "type": "bool",
2425
2300
  "value_allowed_null": false
2426
2301
  },
@@ -2437,8 +2312,7 @@
2437
2312
  "document": "CreateFlowsByTemplates请求参数结构体",
2438
2313
  "members": [
2439
2314
  {
2440
- "default": "",
2441
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
2315
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
2442
2316
  "example": "无",
2443
2317
  "member": "Agent",
2444
2318
  "name": "Agent",
@@ -2446,7 +2320,6 @@
2446
2320
  "type": "object"
2447
2321
  },
2448
2322
  {
2449
- "default": "",
2450
2323
  "document": "多个合同(签署流程)信息,最多支持20个",
2451
2324
  "example": "无",
2452
2325
  "member": "FlowInfo",
@@ -2455,7 +2328,6 @@
2455
2328
  "type": "list"
2456
2329
  },
2457
2330
  {
2458
- "default": "",
2459
2331
  "document": "是否为预览模式;默认为false,即非预览模式,此时发起合同并返回FlowIds;若为预览模式,不会发起合同,会返回PreviewUrls;\n预览链接有效期300秒;\n同时,如果预览的文件中指定了动态表格控件,需要进行异步合成;此时此接口返回的是合成前的文档预览链接,而合成完成后的文档预览链接会通过:回调通知的方式、或使用返回的TaskInfo中的TaskId通过ChannelGetTaskResultApi接口查询;",
2460
2332
  "example": "false",
2461
2333
  "member": "bool",
@@ -2464,7 +2336,6 @@
2464
2336
  "type": "bool"
2465
2337
  },
2466
2338
  {
2467
- "default": "",
2468
2339
  "document": "预览链接类型 默认:0-文件流, 1- H5链接 注意:此参数在NeedPreview 为true 时有效,",
2469
2340
  "example": "0",
2470
2341
  "member": "int64",
@@ -2473,8 +2344,7 @@
2473
2344
  "type": "int"
2474
2345
  },
2475
2346
  {
2476
- "default": "",
2477
- "document": "操作者的信息",
2347
+ "document": "操作者的信息,不用传",
2478
2348
  "example": "无",
2479
2349
  "member": "UserInfo",
2480
2350
  "name": "Operator",
@@ -2492,7 +2362,6 @@
2492
2362
  "example": "[\"xx\",\"yy\"]",
2493
2363
  "member": "string",
2494
2364
  "name": "FlowIds",
2495
- "required": true,
2496
2365
  "type": "list",
2497
2366
  "value_allowed_null": false
2498
2367
  },
@@ -2501,7 +2370,6 @@
2501
2370
  "example": "[\"\",\"\"]",
2502
2371
  "member": "string",
2503
2372
  "name": "CustomerData",
2504
- "required": true,
2505
2373
  "type": "list",
2506
2374
  "value_allowed_null": false
2507
2375
  },
@@ -2510,7 +2378,6 @@
2510
2378
  "example": "[\"\",\"\"]",
2511
2379
  "member": "string",
2512
2380
  "name": "ErrorMessages",
2513
- "required": true,
2514
2381
  "type": "list",
2515
2382
  "value_allowed_null": false
2516
2383
  },
@@ -2519,7 +2386,6 @@
2519
2386
  "example": "[\"xx\",\"yy\"]",
2520
2387
  "member": "string",
2521
2388
  "name": "PreviewUrls",
2522
- "required": true,
2523
2389
  "type": "list",
2524
2390
  "value_allowed_null": false
2525
2391
  },
@@ -2528,7 +2394,6 @@
2528
2394
  "example": "无",
2529
2395
  "member": "TaskInfo",
2530
2396
  "name": "TaskInfos",
2531
- "required": true,
2532
2397
  "type": "list",
2533
2398
  "value_allowed_null": false
2534
2399
  },
@@ -2545,8 +2410,7 @@
2545
2410
  "document": "CreateSealByImage请求参数结构体",
2546
2411
  "members": [
2547
2412
  {
2548
- "default": "",
2549
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
2413
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
2550
2414
  "example": "无",
2551
2415
  "member": "Agent",
2552
2416
  "name": "Agent",
@@ -2554,7 +2418,6 @@
2554
2418
  "type": "object"
2555
2419
  },
2556
2420
  {
2557
- "default": "",
2558
2421
  "document": "印章名称,最大长度不超过50字符",
2559
2422
  "example": "无",
2560
2423
  "member": "string",
@@ -2563,7 +2426,6 @@
2563
2426
  "type": "string"
2564
2427
  },
2565
2428
  {
2566
- "default": "",
2567
2429
  "document": "印章图片base64,大小不超过10M(原始图片不超过7.6M)",
2568
2430
  "example": "无",
2569
2431
  "member": "string",
@@ -2572,7 +2434,6 @@
2572
2434
  "type": "string"
2573
2435
  },
2574
2436
  {
2575
- "default": "",
2576
2437
  "document": "操作者的信息",
2577
2438
  "example": "无",
2578
2439
  "member": "UserInfo",
@@ -2591,7 +2452,6 @@
2591
2452
  "example": "无",
2592
2453
  "member": "string",
2593
2454
  "name": "SealId",
2594
- "required": true,
2595
2455
  "type": "string",
2596
2456
  "value_allowed_null": false
2597
2457
  },
@@ -2608,8 +2468,7 @@
2608
2468
  "document": "CreateSignUrls请求参数结构体",
2609
2469
  "members": [
2610
2470
  {
2611
- "default": "",
2612
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
2471
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
2613
2472
  "example": "无",
2614
2473
  "member": "Agent",
2615
2474
  "name": "Agent",
@@ -2617,7 +2476,6 @@
2617
2476
  "type": "object"
2618
2477
  },
2619
2478
  {
2620
- "default": "",
2621
2479
  "document": "签署流程编号数组,最多支持100个。(备注:该参数和合同组编号必须二选一)",
2622
2480
  "example": "[\"xxx\", \"yyy\"]",
2623
2481
  "member": "string",
@@ -2626,7 +2484,6 @@
2626
2484
  "type": "list"
2627
2485
  },
2628
2486
  {
2629
- "default": "",
2630
2487
  "document": "合同组编号(备注:该参数和合同(流程)编号数组必须二选一)",
2631
2488
  "example": "无",
2632
2489
  "member": "string",
@@ -2635,7 +2492,6 @@
2635
2492
  "type": "string"
2636
2493
  },
2637
2494
  {
2638
- "default": "",
2639
2495
  "document": "签署链接类型:“WEIXINAPP”-短链直接跳小程序;“CHANNEL”-跳转H5页面;“APP”-第三方APP或小程序跳转电子签小程序;\"LONGURL2WEIXINAPP\"-长链接跳转小程序;默认“WEIXINAPP”类型,即跳转至小程序;",
2640
2496
  "example": "”WEIXINAPP“",
2641
2497
  "member": "string",
@@ -2644,7 +2500,6 @@
2644
2500
  "type": "string"
2645
2501
  },
2646
2502
  {
2647
- "default": "",
2648
2503
  "document": "签署链接生成类型,默认是 \"ALL\";\n\"ALL\":全部签署方签署链接,此时不会给自动签署的签署方创建签署链接;\n\"CHANNEL\":渠道合作企业;\n\"NOT_CHANNEL\":非渠道合作企业;\n\"PERSON\":个人;\n\"FOLLOWER\":关注方,目前是合同抄送方;",
2649
2504
  "example": "CHANNEL",
2650
2505
  "member": "string",
@@ -2653,7 +2508,6 @@
2653
2508
  "type": "string"
2654
2509
  },
2655
2510
  {
2656
- "default": "",
2657
2511
  "document": "非渠道合作企业参与方的企业名称,GenerateType为\"NOT_CHANNEL\"时必填",
2658
2512
  "example": "测试企业",
2659
2513
  "member": "string",
@@ -2662,7 +2516,6 @@
2662
2516
  "type": "string"
2663
2517
  },
2664
2518
  {
2665
- "default": "",
2666
2519
  "document": "参与人姓名,GenerateType为\"PERSON\"时必填",
2667
2520
  "example": "张三",
2668
2521
  "member": "string",
@@ -2671,7 +2524,6 @@
2671
2524
  "type": "string"
2672
2525
  },
2673
2526
  {
2674
- "default": "",
2675
2527
  "document": "参与人手机号;\nGenerateType为\"PERSON\"或\"FOLLOWER\"时必填",
2676
2528
  "example": "xxx",
2677
2529
  "member": "string",
@@ -2680,7 +2532,6 @@
2680
2532
  "type": "string"
2681
2533
  },
2682
2534
  {
2683
- "default": "",
2684
2535
  "document": "渠道合作企业的企业Id,GenerateType为\"CHANNEL\"时必填",
2685
2536
  "example": "xxx",
2686
2537
  "member": "string",
@@ -2689,8 +2540,7 @@
2689
2540
  "type": "string"
2690
2541
  },
2691
2542
  {
2692
- "default": "",
2693
- "document": "渠道合作企业参与人OpenId,GenerateType为\"CHANNEL\"时可用,指定到具体参与人",
2543
+ "document": "渠道合作企业参与人OpenId,GenerateType为\"CHANNEL\"时可用,指定到具体参与人, 仅展示已经实名的经办人信息",
2694
2544
  "example": "xxx",
2695
2545
  "member": "string",
2696
2546
  "name": "OpenId",
@@ -2698,7 +2548,6 @@
2698
2548
  "type": "string"
2699
2549
  },
2700
2550
  {
2701
- "default": "",
2702
2551
  "document": "Endpoint为\"APP\" 类型的签署链接,可以设置此值;支持调用方小程序打开签署链接,在电子签小程序完成签署后自动回跳至调用方小程序",
2703
2552
  "example": "false",
2704
2553
  "member": "bool",
@@ -2707,7 +2556,6 @@
2707
2556
  "type": "bool"
2708
2557
  },
2709
2558
  {
2710
- "default": "",
2711
2559
  "document": "签署完之后的H5页面的跳转链接,针对Endpoint为CHANNEL时有效,最大长度1000个字符。",
2712
2560
  "example": "“https://qq.com”",
2713
2561
  "member": "string",
@@ -2716,8 +2564,7 @@
2716
2564
  "type": "string"
2717
2565
  },
2718
2566
  {
2719
- "default": "",
2720
- "document": "操作者的信息",
2567
+ "document": "暂未开放",
2721
2568
  "example": "无",
2722
2569
  "member": "UserInfo",
2723
2570
  "name": "Operator",
@@ -2735,7 +2582,6 @@
2735
2582
  "example": "无",
2736
2583
  "member": "SignUrlInfo",
2737
2584
  "name": "SignUrlInfos",
2738
- "required": true,
2739
2585
  "type": "list",
2740
2586
  "value_allowed_null": false
2741
2587
  },
@@ -2744,7 +2590,6 @@
2744
2590
  "example": "[\"xx\",\"yy\"]",
2745
2591
  "member": "string",
2746
2592
  "name": "ErrorMessages",
2747
- "required": true,
2748
2593
  "type": "list",
2749
2594
  "value_allowed_null": false
2750
2595
  },
@@ -2787,8 +2632,7 @@
2787
2632
  "document": "DescribeChannelFlowEvidenceReport请求参数结构体",
2788
2633
  "members": [
2789
2634
  {
2790
- "default": "",
2791
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填",
2635
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填",
2792
2636
  "example": "无",
2793
2637
  "member": "Agent",
2794
2638
  "name": "Agent",
@@ -2796,7 +2640,6 @@
2796
2640
  "type": "object"
2797
2641
  },
2798
2642
  {
2799
- "default": "",
2800
2643
  "document": "出证报告编号",
2801
2644
  "example": "无",
2802
2645
  "member": "string",
@@ -2805,8 +2648,7 @@
2805
2648
  "type": "string"
2806
2649
  },
2807
2650
  {
2808
- "default": "",
2809
- "document": "操作者的信息",
2651
+ "document": "暂未开放",
2810
2652
  "example": "无",
2811
2653
  "member": "UserInfo",
2812
2654
  "name": "Operator",
@@ -2824,7 +2666,6 @@
2824
2666
  "example": "无",
2825
2667
  "member": "string",
2826
2668
  "name": "ReportUrl",
2827
- "required": true,
2828
2669
  "type": "string",
2829
2670
  "value_allowed_null": true
2830
2671
  },
@@ -2833,7 +2674,6 @@
2833
2674
  "example": "EvidenceStatusExecuting",
2834
2675
  "member": "string",
2835
2676
  "name": "Status",
2836
- "required": true,
2837
2677
  "type": "string",
2838
2678
  "value_allowed_null": false
2839
2679
  },
@@ -2850,7 +2690,7 @@
2850
2690
  "document": "DescribeExtendedServiceAuthInfo请求参数结构体",
2851
2691
  "members": [
2852
2692
  {
2853
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填\n\n注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId\n",
2693
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填\n\n注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId\n",
2854
2694
  "example": "无",
2855
2695
  "member": "Agent",
2856
2696
  "name": "Agent",
@@ -2884,8 +2724,7 @@
2884
2724
  "document": "DescribeFlowDetailInfo请求参数结构体",
2885
2725
  "members": [
2886
2726
  {
2887
- "default": "",
2888
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
2727
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
2889
2728
  "example": "无",
2890
2729
  "member": "Agent",
2891
2730
  "name": "Agent",
@@ -2893,7 +2732,6 @@
2893
2732
  "type": "object"
2894
2733
  },
2895
2734
  {
2896
- "default": "",
2897
2735
  "document": "合同(流程)编号数组,最多支持100个。\n(备注:该参数和合同组编号必须二选一)",
2898
2736
  "example": "无",
2899
2737
  "member": "string",
@@ -2902,22 +2740,20 @@
2902
2740
  "type": "list"
2903
2741
  },
2904
2742
  {
2905
- "default": "",
2906
- "document": "操作者的信息",
2907
- "example": "无",
2908
- "member": "UserInfo",
2909
- "name": "Operator",
2910
- "required": false,
2911
- "type": "object"
2912
- },
2913
- {
2914
- "default": "",
2915
2743
  "document": "合同组编号(备注:该参数和合同(流程)编号数组必须二选一)",
2916
2744
  "example": "无",
2917
2745
  "member": "string",
2918
2746
  "name": "FlowGroupId",
2919
2747
  "required": false,
2920
2748
  "type": "string"
2749
+ },
2750
+ {
2751
+ "document": "暂未开放",
2752
+ "example": "无",
2753
+ "member": "UserInfo",
2754
+ "name": "Operator",
2755
+ "required": false,
2756
+ "type": "object"
2921
2757
  }
2922
2758
  ],
2923
2759
  "type": "object"
@@ -2930,7 +2766,6 @@
2930
2766
  "example": "无",
2931
2767
  "member": "string",
2932
2768
  "name": "ApplicationId",
2933
- "required": true,
2934
2769
  "type": "string",
2935
2770
  "value_allowed_null": false
2936
2771
  },
@@ -2939,7 +2774,6 @@
2939
2774
  "example": "无",
2940
2775
  "member": "string",
2941
2776
  "name": "ProxyOrganizationOpenId",
2942
- "required": true,
2943
2777
  "type": "string",
2944
2778
  "value_allowed_null": false
2945
2779
  },
@@ -2948,7 +2782,6 @@
2948
2782
  "example": "无",
2949
2783
  "member": "FlowDetailInfo",
2950
2784
  "name": "FlowInfo",
2951
- "required": true,
2952
2785
  "type": "list",
2953
2786
  "value_allowed_null": true
2954
2787
  },
@@ -2957,7 +2790,6 @@
2957
2790
  "example": "无",
2958
2791
  "member": "string",
2959
2792
  "name": "FlowGroupId",
2960
- "required": true,
2961
2793
  "type": "string",
2962
2794
  "value_allowed_null": true
2963
2795
  },
@@ -2966,7 +2798,6 @@
2966
2798
  "example": "无",
2967
2799
  "member": "string",
2968
2800
  "name": "FlowGroupName",
2969
- "required": true,
2970
2801
  "type": "string",
2971
2802
  "value_allowed_null": true
2972
2803
  },
@@ -2983,8 +2814,7 @@
2983
2814
  "document": "DescribeResourceUrlsByFlows请求参数结构体",
2984
2815
  "members": [
2985
2816
  {
2986
- "default": "",
2987
- "document": "渠道应用相关信息。\n此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
2817
+ "document": "应用相关信息。\n此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
2988
2818
  "example": "无",
2989
2819
  "member": "Agent",
2990
2820
  "name": "Agent",
@@ -2992,7 +2822,6 @@
2992
2822
  "type": "object"
2993
2823
  },
2994
2824
  {
2995
- "default": "",
2996
2825
  "document": "查询资源所对应的签署流程Id,最多支持50个",
2997
2826
  "example": "\"xxx\"",
2998
2827
  "member": "string",
@@ -3001,8 +2830,7 @@
3001
2830
  "type": "list"
3002
2831
  },
3003
2832
  {
3004
- "default": "",
3005
- "document": "操作者的信息",
2833
+ "document": "操作者的信息,不用传",
3006
2834
  "example": "无",
3007
2835
  "member": "UserInfo",
3008
2836
  "name": "Operator",
@@ -3020,7 +2848,6 @@
3020
2848
  "example": "无",
3021
2849
  "member": "FlowResourceUrlInfo",
3022
2850
  "name": "FlowResourceUrlInfos",
3023
- "required": true,
3024
2851
  "type": "list",
3025
2852
  "value_allowed_null": false
3026
2853
  },
@@ -3029,7 +2856,6 @@
3029
2856
  "example": "[\"\",\"\"]",
3030
2857
  "member": "string",
3031
2858
  "name": "ErrorMessages",
3032
- "required": true,
3033
2859
  "type": "list",
3034
2860
  "value_allowed_null": false
3035
2861
  },
@@ -3046,8 +2872,7 @@
3046
2872
  "document": "DescribeTemplates请求参数结构体",
3047
2873
  "members": [
3048
2874
  {
3049
- "default": "",
3050
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
2875
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
3051
2876
  "example": "无",
3052
2877
  "member": "Agent",
3053
2878
  "name": "Agent",
@@ -3055,7 +2880,6 @@
3055
2880
  "type": "object"
3056
2881
  },
3057
2882
  {
3058
- "default": "",
3059
2883
  "document": "模板唯一标识,查询单个模板时使用",
3060
2884
  "example": "无",
3061
2885
  "member": "string",
@@ -3064,7 +2888,6 @@
3064
2888
  "type": "string"
3065
2889
  },
3066
2890
  {
3067
- "default": "",
3068
2891
  "document": "查询内容:0-模板列表及详情(默认),1-仅模板列表",
3069
2892
  "example": "无",
3070
2893
  "member": "int64",
@@ -3073,7 +2896,6 @@
3073
2896
  "type": "int"
3074
2897
  },
3075
2898
  {
3076
- "default": "",
3077
2899
  "document": "查询个数,默认20,最大100;在查询列表的时候有效",
3078
2900
  "example": "无",
3079
2901
  "member": "uint64",
@@ -3082,7 +2904,6 @@
3082
2904
  "type": "int"
3083
2905
  },
3084
2906
  {
3085
- "default": "",
3086
2907
  "document": "查询偏移位置,默认0;在查询列表的时候有效",
3087
2908
  "example": "无",
3088
2909
  "member": "uint64",
@@ -3091,7 +2912,6 @@
3091
2912
  "type": "int"
3092
2913
  },
3093
2914
  {
3094
- "default": "",
3095
2915
  "document": "是否返回所有组件信息。默认false,只返回发起方控件;true,返回所有签署方控件",
3096
2916
  "example": "无",
3097
2917
  "member": "bool",
@@ -3100,7 +2920,6 @@
3100
2920
  "type": "bool"
3101
2921
  },
3102
2922
  {
3103
- "default": "",
3104
2923
  "document": "模糊搜索模板名称,最大长度200",
3105
2924
  "example": "无",
3106
2925
  "member": "string",
@@ -3109,7 +2928,6 @@
3109
2928
  "type": "string"
3110
2929
  },
3111
2930
  {
3112
- "default": "",
3113
2931
  "document": "操作者的信息",
3114
2932
  "example": "无",
3115
2933
  "member": "UserInfo",
@@ -3118,7 +2936,6 @@
3118
2936
  "type": "object"
3119
2937
  },
3120
2938
  {
3121
- "default": "",
3122
2939
  "document": "是否获取模板预览链接",
3123
2940
  "example": "无",
3124
2941
  "member": "bool",
@@ -3127,7 +2944,6 @@
3127
2944
  "type": "bool"
3128
2945
  },
3129
2946
  {
3130
- "default": "",
3131
2947
  "document": "是否获取模板的PDF文件链接-渠道版需要开启白名单时才能使用。",
3132
2948
  "example": "无",
3133
2949
  "member": "bool",
@@ -3136,7 +2952,6 @@
3136
2952
  "type": "bool"
3137
2953
  },
3138
2954
  {
3139
- "default": "",
3140
2955
  "document": "渠道模板ID",
3141
2956
  "example": "无",
3142
2957
  "member": "string",
@@ -3155,7 +2970,6 @@
3155
2970
  "example": "无",
3156
2971
  "member": "TemplateInfo",
3157
2972
  "name": "Templates",
3158
- "required": true,
3159
2973
  "type": "list",
3160
2974
  "value_allowed_null": false
3161
2975
  },
@@ -3164,7 +2978,6 @@
3164
2978
  "example": "无",
3165
2979
  "member": "int64",
3166
2980
  "name": "TotalCount",
3167
- "required": true,
3168
2981
  "type": "int",
3169
2982
  "value_allowed_null": false
3170
2983
  },
@@ -3173,7 +2986,6 @@
3173
2986
  "example": "无",
3174
2987
  "member": "uint64",
3175
2988
  "name": "Limit",
3176
- "required": true,
3177
2989
  "type": "int",
3178
2990
  "value_allowed_null": false
3179
2991
  },
@@ -3182,7 +2994,6 @@
3182
2994
  "example": "无",
3183
2995
  "member": "uint64",
3184
2996
  "name": "Offset",
3185
- "required": true,
3186
2997
  "type": "int",
3187
2998
  "value_allowed_null": false
3188
2999
  },
@@ -3199,7 +3010,6 @@
3199
3010
  "document": "DescribeUsage请求参数结构体",
3200
3011
  "members": [
3201
3012
  {
3202
- "default": "",
3203
3013
  "document": "应用信息,此接口Agent.AppId必填",
3204
3014
  "example": "无",
3205
3015
  "member": "Agent",
@@ -3208,7 +3018,6 @@
3208
3018
  "type": "object"
3209
3019
  },
3210
3020
  {
3211
- "default": "",
3212
3021
  "document": "开始时间,例如:2021-03-21",
3213
3022
  "example": "无",
3214
3023
  "member": "date",
@@ -3217,7 +3026,6 @@
3217
3026
  "type": "string"
3218
3027
  },
3219
3028
  {
3220
- "default": "",
3221
3029
  "document": "结束时间,例如:2021-06-21;\n开始时间到结束时间的区间长度小于等于90天。",
3222
3030
  "example": "无",
3223
3031
  "member": "date",
@@ -3226,7 +3034,6 @@
3226
3034
  "type": "string"
3227
3035
  },
3228
3036
  {
3229
- "default": "",
3230
3037
  "document": "是否汇总数据,默认不汇总。\n不汇总:返回在统计区间内渠道下所有企业的每日明细,即每个企业N条数据,N为统计天数;\n汇总:返回在统计区间内渠道下所有企业的汇总后数据,即每个企业一条数据;",
3231
3038
  "example": "无",
3232
3039
  "member": "bool",
@@ -3235,7 +3042,6 @@
3235
3042
  "type": "bool"
3236
3043
  },
3237
3044
  {
3238
- "default": "",
3239
3045
  "document": "单次返回的最多条目数量。默认为1000,且不能超过1000。",
3240
3046
  "example": "无",
3241
3047
  "member": "uint64",
@@ -3244,7 +3050,6 @@
3244
3050
  "type": "int"
3245
3051
  },
3246
3052
  {
3247
- "default": "",
3248
3053
  "document": "偏移量,默认是0。",
3249
3054
  "example": "无",
3250
3055
  "member": "uint64",
@@ -3253,8 +3058,7 @@
3253
3058
  "type": "int"
3254
3059
  },
3255
3060
  {
3256
- "default": "",
3257
- "document": "操作者的信息",
3061
+ "document": "暂未开放",
3258
3062
  "example": "无",
3259
3063
  "member": "UserInfo",
3260
3064
  "name": "Operator",
@@ -3272,7 +3076,6 @@
3272
3076
  "example": "无",
3273
3077
  "member": "uint64",
3274
3078
  "name": "Total",
3275
- "required": true,
3276
3079
  "type": "int",
3277
3080
  "value_allowed_null": false
3278
3081
  },
@@ -3281,7 +3084,6 @@
3281
3084
  "example": "无",
3282
3085
  "member": "UsageDetail",
3283
3086
  "name": "Details",
3284
- "required": true,
3285
3087
  "type": "list",
3286
3088
  "value_allowed_null": true
3287
3089
  },
@@ -4131,8 +3933,7 @@
4131
3933
  "document": "GetDownloadFlowUrl请求参数结构体",
4132
3934
  "members": [
4133
3935
  {
4134
- "default": "",
4135
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
3936
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
4136
3937
  "example": "无",
4137
3938
  "member": "Agent",
4138
3939
  "name": "Agent",
@@ -4140,7 +3941,6 @@
4140
3941
  "type": "object"
4141
3942
  },
4142
3943
  {
4143
- "default": "",
4144
3944
  "document": "文件夹数组,签署流程总数不能超过50个,一个文件夹下,不能超过20个签署流程",
4145
3945
  "example": "无",
4146
3946
  "member": "DownloadFlowInfo",
@@ -4149,8 +3949,7 @@
4149
3949
  "type": "list"
4150
3950
  },
4151
3951
  {
4152
- "default": "",
4153
- "document": "操作者的信息",
3952
+ "document": "操作者的信息,不用传",
4154
3953
  "example": "无",
4155
3954
  "member": "UserInfo",
4156
3955
  "name": "Operator",
@@ -4168,7 +3967,6 @@
4168
3967
  "example": "无",
4169
3968
  "member": "string",
4170
3969
  "name": "DownLoadUrl",
4171
- "required": true,
4172
3970
  "type": "string",
4173
3971
  "value_allowed_null": false
4174
3972
  },
@@ -4185,7 +3983,7 @@
4185
3983
  "document": "ModifyExtendedService请求参数结构体",
4186
3984
  "members": [
4187
3985
  {
4188
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。\n\n注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId",
3986
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。\n\n注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId",
4189
3987
  "example": "无",
4190
3988
  "member": "Agent",
4191
3989
  "name": "Agent",
@@ -4351,8 +4149,7 @@
4351
4149
  "document": "OperateChannelTemplate请求参数结构体",
4352
4150
  "members": [
4353
4151
  {
4354
- "default": "",
4355
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
4152
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
4356
4153
  "example": "无",
4357
4154
  "member": "Agent",
4358
4155
  "name": "Agent",
@@ -4360,7 +4157,6 @@
4360
4157
  "type": "object"
4361
4158
  },
4362
4159
  {
4363
- "default": "",
4364
4160
  "document": "操作类型,查询:\"SELECT\",删除:\"DELETE\",更新:\"UPDATE\"",
4365
4161
  "example": "无",
4366
4162
  "member": "string",
@@ -4369,7 +4165,6 @@
4369
4165
  "type": "string"
4370
4166
  },
4371
4167
  {
4372
- "default": "",
4373
4168
  "document": "渠道方模板库模板唯一标识",
4374
4169
  "example": "无",
4375
4170
  "member": "string",
@@ -4378,7 +4173,6 @@
4378
4173
  "type": "string"
4379
4174
  },
4380
4175
  {
4381
- "default": "",
4382
4176
  "document": "合作企业方第三方机构唯一标识数据,支持多个, 用\",\"进行分隔",
4383
4177
  "example": "无",
4384
4178
  "member": "string",
@@ -4387,7 +4181,6 @@
4387
4181
  "type": "string"
4388
4182
  },
4389
4183
  {
4390
- "default": "",
4391
4184
  "document": "模板可见性, 全部可见-\"all\", 部分可见-\"part\"",
4392
4185
  "example": "无",
4393
4186
  "member": "string",
@@ -4396,8 +4189,7 @@
4396
4189
  "type": "string"
4397
4190
  },
4398
4191
  {
4399
- "default": "",
4400
- "document": "操作者的信息",
4192
+ "document": "暂未开放",
4401
4193
  "example": "无",
4402
4194
  "member": "UserInfo",
4403
4195
  "name": "Operator",
@@ -4415,7 +4207,6 @@
4415
4207
  "example": "无",
4416
4208
  "member": "string",
4417
4209
  "name": "AppId",
4418
- "required": true,
4419
4210
  "type": "string",
4420
4211
  "value_allowed_null": true
4421
4212
  },
@@ -4424,7 +4215,6 @@
4424
4215
  "example": "无",
4425
4216
  "member": "string",
4426
4217
  "name": "TemplateId",
4427
- "required": true,
4428
4218
  "type": "string",
4429
4219
  "value_allowed_null": true
4430
4220
  },
@@ -4433,7 +4223,6 @@
4433
4223
  "example": "all-success",
4434
4224
  "member": "string",
4435
4225
  "name": "OperateResult",
4436
- "required": true,
4437
4226
  "type": "string",
4438
4227
  "value_allowed_null": true
4439
4228
  },
@@ -4442,7 +4231,6 @@
4442
4231
  "example": "SELECT",
4443
4232
  "member": "string",
4444
4233
  "name": "AuthTag",
4445
- "required": true,
4446
4234
  "type": "string",
4447
4235
  "value_allowed_null": true
4448
4236
  },
@@ -4451,7 +4239,6 @@
4451
4239
  "example": "无",
4452
4240
  "member": "string",
4453
4241
  "name": "ProxyOrganizationOpenIds",
4454
- "required": true,
4455
4242
  "type": "list",
4456
4243
  "value_allowed_null": true
4457
4244
  },
@@ -4460,7 +4247,6 @@
4460
4247
  "example": "无",
4461
4248
  "member": "AuthFailMessage",
4462
4249
  "name": "FailMessageList",
4463
- "required": true,
4464
4250
  "type": "list",
4465
4251
  "value_allowed_null": true
4466
4252
  },
@@ -4679,8 +4465,7 @@
4679
4465
  "document": "PrepareFlows请求参数结构体",
4680
4466
  "members": [
4681
4467
  {
4682
- "default": "",
4683
- "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
4468
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。",
4684
4469
  "example": "无",
4685
4470
  "member": "Agent",
4686
4471
  "name": "Agent",
@@ -4688,7 +4473,6 @@
4688
4473
  "type": "object"
4689
4474
  },
4690
4475
  {
4691
- "default": "",
4692
4476
  "document": "多个合同(签署流程)信息,最大支持20个签署流程。",
4693
4477
  "example": "无",
4694
4478
  "member": "FlowInfo",
@@ -4697,7 +4481,6 @@
4697
4481
  "type": "list"
4698
4482
  },
4699
4483
  {
4700
- "default": "",
4701
4484
  "document": "操作完成后的跳转地址,最大长度200",
4702
4485
  "example": "无",
4703
4486
  "member": "string",
@@ -4706,8 +4489,7 @@
4706
4489
  "type": "string"
4707
4490
  },
4708
4491
  {
4709
- "default": "",
4710
- "document": "操作者的信息",
4492
+ "document": "暂未开放",
4711
4493
  "example": "无",
4712
4494
  "member": "UserInfo",
4713
4495
  "name": "Operator",
@@ -4725,7 +4507,6 @@
4725
4507
  "example": "https://ess.tencent.com",
4726
4508
  "member": "string",
4727
4509
  "name": "ConfirmUrl",
4728
- "required": true,
4729
4510
  "type": "string",
4730
4511
  "value_allowed_null": false
4731
4512
  },
@@ -5494,8 +5275,7 @@
5494
5275
  "document": "SyncProxyOrganizationOperators请求参数结构体",
5495
5276
  "members": [
5496
5277
  {
5497
- "default": "",
5498
- "document": "渠道应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。",
5278
+ "document": "应用相关信息。 此接口Agent.AppId 和 Agent.ProxyOrganizationOpenId必填。",
5499
5279
  "example": "无",
5500
5280
  "member": "Agent",
5501
5281
  "name": "Agent",
@@ -5503,7 +5283,6 @@
5503
5283
  "type": "object"
5504
5284
  },
5505
5285
  {
5506
- "default": "",
5507
5286
  "document": "操作类型,新增:\"CREATE\",修改:\"UPDATE\",离职:\"RESIGN\"",
5508
5287
  "example": "无",
5509
5288
  "member": "string",
@@ -5512,7 +5291,6 @@
5512
5291
  "type": "string"
5513
5292
  },
5514
5293
  {
5515
- "default": "",
5516
5294
  "document": "经办人信息列表,最大长度200",
5517
5295
  "example": "无",
5518
5296
  "member": "ProxyOrganizationOperator",
@@ -5521,8 +5299,7 @@
5521
5299
  "type": "list"
5522
5300
  },
5523
5301
  {
5524
- "default": "",
5525
- "document": "操作者的信息",
5302
+ "document": "暂未开放",
5526
5303
  "example": "无",
5527
5304
  "member": "UserInfo",
5528
5305
  "name": "Operator",
@@ -5540,7 +5317,6 @@
5540
5317
  "example": "1",
5541
5318
  "member": "int64",
5542
5319
  "name": "Status",
5543
- "required": true,
5544
5320
  "type": "int",
5545
5321
  "value_allowed_null": true
5546
5322
  },
@@ -5549,7 +5325,6 @@
5549
5325
  "example": "无",
5550
5326
  "member": "SyncFailReason",
5551
5327
  "name": "FailedList",
5552
- "required": true,
5553
5328
  "type": "list",
5554
5329
  "value_allowed_null": true
5555
5330
  },
@@ -5566,7 +5341,6 @@
5566
5341
  "document": "SyncProxyOrganization请求参数结构体",
5567
5342
  "members": [
5568
5343
  {
5569
- "default": "",
5570
5344
  "document": "应用信息\n此接口Agent.AppId、Agent.ProxyOrganizationOpenId必填",
5571
5345
  "example": "无",
5572
5346
  "member": "Agent",
@@ -5575,7 +5349,6 @@
5575
5349
  "type": "object"
5576
5350
  },
5577
5351
  {
5578
- "default": "",
5579
5352
  "document": "渠道侧合作企业名称,最大长度64个字符",
5580
5353
  "example": "无",
5581
5354
  "member": "string",
@@ -5584,7 +5357,6 @@
5584
5357
  "type": "string"
5585
5358
  },
5586
5359
  {
5587
- "default": "",
5588
5360
  "document": "营业执照正面照(PNG或JPG) base64格式, 大小不超过5M",
5589
5361
  "example": "无",
5590
5362
  "member": "string",
@@ -5593,7 +5365,6 @@
5593
5365
  "type": "string"
5594
5366
  },
5595
5367
  {
5596
- "default": "",
5597
5368
  "document": "渠道侧合作企业统一社会信用代码,最大长度200个字符",
5598
5369
  "example": "无",
5599
5370
  "member": "string",
@@ -5602,7 +5373,6 @@
5602
5373
  "type": "string"
5603
5374
  },
5604
5375
  {
5605
- "default": "",
5606
5376
  "document": "渠道侧合作企业法人/负责人姓名",
5607
5377
  "example": "无",
5608
5378
  "member": "string",
@@ -5611,8 +5381,7 @@
5611
5381
  "type": "string"
5612
5382
  },
5613
5383
  {
5614
- "default": "",
5615
- "document": "操作者的信息",
5384
+ "document": "暂未开放",
5616
5385
  "example": "无",
5617
5386
  "member": "UserInfo",
5618
5387
  "name": "Operator",