tccli 3.0.1083.1__py2.py3-none-any.whl → 3.0.1084.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.
Files changed (37) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdb/v20170320/CreateCloneInstance.md +5 -5
  3. tccli/examples/ckafka/v20190819/DescribeGroupInfo.md +2 -2
  4. tccli/examples/ckafka/v20190819/ModifyAclRule.md +1 -1
  5. tccli/examples/ess/v20201111/CreateFlowApprovers.md +34 -0
  6. tccli/examples/ess/v20201111/CreateFlowGroupByFiles.md +168 -0
  7. tccli/examples/ess/v20201111/CreateFlowGroupByTemplates.md +98 -0
  8. tccli/examples/ess/v20201111/CreateSchemeUrl.md +31 -3
  9. tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +41 -0
  10. tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByFiles.md +171 -0
  11. tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByTemplates.md +92 -0
  12. tccli/examples/essbasic/v20210526/CreateSignUrls.md +52 -0
  13. tccli/examples/faceid/v20180301/GetFaceIdRiskInfo.md +26 -0
  14. tccli/examples/faceid/v20180301/GetFaceidRiskInfoToken.md +22 -0
  15. tccli/examples/live/v20180801/CreateLiveTimeShiftTemplate.md +8 -8
  16. tccli/examples/wedata/v20210820/ModifyTaskInfo.md +79 -29
  17. tccli/services/cdb/v20170320/api.json +75 -21
  18. tccli/services/cdb/v20170320/examples.json +2 -2
  19. tccli/services/ckafka/v20190819/api.json +21 -20
  20. tccli/services/ckafka/v20190819/examples.json +2 -2
  21. tccli/services/ess/v20201111/api.json +124 -12
  22. tccli/services/ess/v20201111/examples.json +26 -2
  23. tccli/services/essbasic/v20210526/api.json +121 -9
  24. tccli/services/essbasic/v20210526/examples.json +24 -0
  25. tccli/services/faceid/faceid_client.py +136 -30
  26. tccli/services/faceid/v20180301/api.json +147 -0
  27. tccli/services/faceid/v20180301/examples.json +16 -0
  28. tccli/services/live/v20180801/api.json +1 -1
  29. tccli/services/live/v20180801/examples.json +2 -2
  30. tccli/services/oceanus/v20190422/api.json +1 -1
  31. tccli/services/wedata/v20210820/api.json +29 -2
  32. tccli/services/wedata/v20210820/examples.json +8 -2
  33. {tccli-3.0.1083.1.dist-info → tccli-3.0.1084.1.dist-info}/METADATA +2 -2
  34. {tccli-3.0.1083.1.dist-info → tccli-3.0.1084.1.dist-info}/RECORD +37 -35
  35. {tccli-3.0.1083.1.dist-info → tccli-3.0.1084.1.dist-info}/WHEEL +0 -0
  36. {tccli-3.0.1083.1.dist-info → tccli-3.0.1084.1.dist-info}/entry_points.txt +0 -0
  37. {tccli-3.0.1083.1.dist-info → tccli-3.0.1084.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1083.1'
1
+ __version__ = '3.0.1084.1'
@@ -1,17 +1,17 @@
1
1
  **Example 1: 克隆实例并回档到指定时间**
2
2
 
3
-
3
+ 克隆实例并回档到指定时间
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli cdb CreateCloneInstance --cli-unfold-argument \
9
- --InstanceId cdb-9303wd4x \
10
- --SpecifiedRollbackTime 2020-08-0116:27:43 \
11
9
  --UniqVpcId vpc-594gwq4l \
10
+ --InstanceId cdb-9303wd4x \
11
+ --Volume 50 \
12
12
  --UniqSubnetId subnet-dz5pj862 \
13
- --Memory 1000 \
14
- --Volume 50
13
+ --SpecifiedRollbackTime 2020-08-0116:27:43 \
14
+ --Memory 1000
15
15
  ```
16
16
 
17
17
  Output:
@@ -6,8 +6,8 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli ckafka DescribeGroupInfo --cli-unfold-argument \
9
- --InstanceId xxxx \
10
- --GroupList xx
9
+ --InstanceId ckafka-ivn43n20 \
10
+ --GroupList groupName
11
11
  ```
12
12
 
13
13
  Output:
@@ -1,6 +1,6 @@
1
1
  **Example 1: 修改ACL规则示范**
2
2
 
3
-
3
+ 修改ACL规则示范
4
4
 
5
5
  Input:
6
6
 
@@ -226,3 +226,37 @@ Output:
226
226
  }
227
227
  ```
228
228
 
229
+ **Example 8: B2C签署,补充合同组动态签署人信息**
230
+
231
+ 在B2C签署中,双方签署方未指定具体签署人时,需要进行补充。
232
+ 注:
233
+ `1.补充动态签署人时FillApproverType传值为1 `
234
+ `2.补充合同组动态签署人每个签署方都需指定FlowId`
235
+
236
+ Input:
237
+
238
+ ```
239
+ tccli ess CreateFlowApprovers --cli-unfold-argument \
240
+ --Operator.UserId yDRCLUUgygq2xun5UuO4zjEwg0vjoimj \
241
+ --FlowGroupId yDCVMUUckpwytlc2UE1RW1FSgWksaiI3 \
242
+ --FillApproverType 1 \
243
+ --Approvers.0.RecipientId yDRS4UUgygqdcj51UuO4zjEyWTmzsIAR \
244
+ --Approvers.0.ApproverName 典子谦 \
245
+ --Approvers.0.ApproverMobile 13200000000 \
246
+ --Approvers.0.OrganizationName ***有限公司 \
247
+ --Approvers.0.FlowId yDCVMUUckpwytlcrUE1RW1Fvnl52FPBB \
248
+ --Approvers.1.RecipientId yDRS4UUgygqdcj2tUuO4zjEEFuP35Swc \
249
+ --Approvers.1.ApproverName 张三 \
250
+ --Approvers.1.ApproverMobile 18888888888 \
251
+ --Approvers.1.FlowId yDCVMUUckpwytlc5UE1RW1FwLn7Hcn01
252
+ ```
253
+
254
+ Output:
255
+ ```
256
+ {
257
+ "Response": {
258
+ "RequestId": "s1234345677xxxx"
259
+ }
260
+ }
261
+ ```
262
+
@@ -337,3 +337,171 @@ Output:
337
337
  }
338
338
  ```
339
339
 
340
+ **Example 4: 创建一个有3份子合同的合同组签署流程(B2B、B2B、B2C),指定每个子合同第一方为动态签署方**
341
+
342
+ 1. 子合同1为B2B合同(Approvers中包含两个ApproverInfo元素);
343
+ 2. 子合同1、2为普通B2B合同(Approvers中包含两个ApproverInfo元素,且ApproverType都是0);
344
+ 3. 子合同3为普通B2C合同(Approvers中包含两个ApproverInfo元素,C端签署人的ApproverType为1)。
345
+ 4.三份子合同第一方签署方均指定为动态签署方(即不指定具体签署人,FillType=1),可在发起后再进行补充。
346
+
347
+ Input:
348
+
349
+ ```
350
+ tccli ess CreateFlowGroupByFiles --cli-unfold-argument \
351
+ --Operator.UserId yDwf2UUckps3me1aUuRbyBJvD8CIgM4K \
352
+ --FlowGroupName 示例合同组-有3份子合同 \
353
+ --FlowGroupInfos.0.FileIds yDwgAUUckp1tbkbgUukJIiCyj7014en1 \
354
+ --FlowGroupInfos.0.FlowName 子合同1-B2B(发起方企业自动签署) \
355
+ --FlowGroupInfos.0.FlowDescription 子合同1 \
356
+ --FlowGroupInfos.0.FlowType 示例合同 \
357
+ --FlowGroupInfos.0.Approvers.0.ApproverType 0 \
358
+ --FlowGroupInfos.0.Approvers.0.ApproverRoleName 甲方 \
359
+ --FlowGroupInfos.0.Approvers.0.ApproverOption.FillType 1 \
360
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentWidth 100 \
361
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.FileIndex 0 \
362
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentType SIGN_SEAL \
363
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentPage 1 \
364
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentRequired True \
365
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentPosX 100 \
366
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentPosY 100 \
367
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentHeight 100 \
368
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentValue yDxMjUyKQDN7EkUuO4zjEBpGXvHEACSA \
369
+ --FlowGroupInfos.0.Approvers.1.ApproverName 张三 \
370
+ --FlowGroupInfos.0.Approvers.1.ApproverType 0 \
371
+ --FlowGroupInfos.0.Approvers.1.OrganizationName 张三示例企业 \
372
+ --FlowGroupInfos.0.Approvers.1.ApproverMobile 18888888888 \
373
+ --FlowGroupInfos.0.Approvers.1.ApproverRoleName 乙方 \
374
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentWidth 100 \
375
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.FileIndex 0 \
376
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentType SIGN_SEAL \
377
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentPage 1 \
378
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentRequired True \
379
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentPosX 100 \
380
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentPosY 200 \
381
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentHeight 100 \
382
+ --FlowGroupInfos.0.Unordered True \
383
+ --FlowGroupInfos.1.FileIds yDwgAUUckp1tbkbgUukJIiCyj7014en2 \
384
+ --FlowGroupInfos.1.FlowName 子合同2-普通B2B \
385
+ --FlowGroupInfos.1.FlowDescription 子合同2 \
386
+ --FlowGroupInfos.1.FlowType 示例合同 \
387
+ --FlowGroupInfos.1.CallbackUrl \
388
+ --FlowGroupInfos.1.Approvers.0.ApproverType 0 \
389
+ --FlowGroupInfos.1.Approvers.0.ApproverRoleName 甲方 \
390
+ --FlowGroupInfos.1.Approvers.0.ApproverOption.FillType 1 \
391
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentWidth 100 \
392
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.FileIndex 0 \
393
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentType SIGN_SEAL \
394
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentPage 1 \
395
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentRequired True \
396
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentPosX 100 \
397
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentPosY 100 \
398
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentHeight 100 \
399
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentValue \
400
+ --FlowGroupInfos.1.Approvers.1.ApproverType 0 \
401
+ --FlowGroupInfos.1.Approvers.1.OrganizationName 李四示例企业 \
402
+ --FlowGroupInfos.1.Approvers.1.ApproverName 李四 \
403
+ --FlowGroupInfos.1.Approvers.1.ApproverMobile 15100000000 \
404
+ --FlowGroupInfos.1.Approvers.1.ApproverRoleName 乙方 \
405
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentWidth 100 \
406
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.FileIndex 0 \
407
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentType SIGN_SEAL \
408
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentPage 1 \
409
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentRequired True \
410
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentPosX 100 \
411
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentPosY 200 \
412
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentHeight 100 \
413
+ --FlowGroupInfos.1.Unordered True \
414
+ --FlowGroupInfos.2.FileIds yDwgAUUckp1tbkbgUukJIiCyj7014en3 \
415
+ --FlowGroupInfos.2.FlowName 子合同3-普通B2C \
416
+ --FlowGroupInfos.2.Deadline 0 \
417
+ --FlowGroupInfos.2.FlowDescription 子合同3 \
418
+ --FlowGroupInfos.2.FlowType 示例合同 \
419
+ --FlowGroupInfos.2.Approvers.0.ApproverType 0 \
420
+ --FlowGroupInfos.2.Approvers.0.ApproverRoleName 甲方 \
421
+ --FlowGroupInfos.2.Approvers.0.ApproverOption.FillType 1 \
422
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentWidth 100 \
423
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.FileIndex 0 \
424
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentType SIGN_SEAL \
425
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentPage 1 \
426
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentRequired True \
427
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentPosX 100 \
428
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentPosY 100 \
429
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentHeight 100 \
430
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentValue \
431
+ --FlowGroupInfos.2.Approvers.1.ApproverType 1 \
432
+ --FlowGroupInfos.2.Approvers.1.ApproverName 典子谦 \
433
+ --FlowGroupInfos.2.Approvers.1.ApproverMobile 13200000000 \
434
+ --FlowGroupInfos.2.Approvers.1.ApproverRoleName 乙方 \
435
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentWidth 100 \
436
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.FileIndex 0 \
437
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentType SIGN_SIGNATURE \
438
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentPage 1 \
439
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentRequired True \
440
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentPosX 100 \
441
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentPosY 200 \
442
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentHeight 100 \
443
+ --FlowGroupInfos.2.Unordered True
444
+ ```
445
+
446
+ Output:
447
+ ```
448
+ {
449
+ "Response": {
450
+ "Approvers": [
451
+ {
452
+ "Approvers": [
453
+ {
454
+ "ApproverRoleName": "甲方",
455
+ "RecipientId": "yDCVHUUnh3kgwiU90l6PyV6AkMyS0Lgx",
456
+ "SignId": "yDCVHUUnh3kgwxU90l6PBcCQi6YAeZWy"
457
+ },
458
+ {
459
+ "ApproverRoleName": "乙方",
460
+ "RecipientId": "yDCVHUUckpwbqu80UuyXGHSwrgMinnSy",
461
+ "SignId": "yDCVHUUckpwbqu8dUuyXGHSxa5F93K42"
462
+ }
463
+ ],
464
+ "FlowId": "yDCVHUUnh3kgw9U90l6PzoNCAOlgR7xB"
465
+ },
466
+ {
467
+ "Approvers": [
468
+ {
469
+ "ApproverRoleName": "甲方",
470
+ "RecipientId": "yDCVHUUckpwbqu8lUuyXGHS8vq7fLMsd",
471
+ "SignId": "yDCVHUUckpwbquh6UuyXGHSqnN3pYpMd"
472
+ },
473
+ {
474
+ "ApproverRoleName": "乙方",
475
+ "RecipientId": "yDCVHUUnh3kgweU90l6Pwb6QiWJk1MYw",
476
+ "SignId": "yDCVHUUnh3kgw4U90l6PxzLSFtwfT2XS"
477
+ }
478
+ ],
479
+ "FlowId": "yDCVHUUnh3kgw7U90l6PwAC1pTEPzQFy"
480
+ },
481
+ {
482
+ "Approvers": [
483
+ {
484
+ "ApproverRoleName": "甲方",
485
+ "RecipientId": "yDCVHUUckpwbquhfUuyXGHSR8P1F70ug",
486
+ "SignId": "yDCVHUUckpwbquhbUuyXGHSRsxjHubmd"
487
+ },
488
+ {
489
+ "ApproverRoleName": "乙方",
490
+ "RecipientId": "yDCVHUUckpwbqu8vUuyXGHSBxLkLVZWR",
491
+ "SignId": "yDCVHUUckpwbqu8sUuyXGHSw1pO8DoHP"
492
+ }
493
+ ],
494
+ "FlowId": "yDCVHUUckpwbquhuUuyXGHS8IdZrFis5"
495
+ }
496
+ ],
497
+ "FlowGroupId": "yDCVHUUnh3kgwfU90l6PCbX2FydFwrHu",
498
+ "FlowIds": [
499
+ "yDCVHUUnh3kgw9U90l6PzoNCAOlgR7xB",
500
+ "yDCVHUUnh3kgw7U90l6PwAC1pTEPzQFy",
501
+ "yDCVHUUckpwbquhuUuyXGHS8IdZrFis5"
502
+ ],
503
+ "RequestId": "s1711349304019043831"
504
+ }
505
+ }
506
+ ```
507
+
@@ -259,3 +259,101 @@ Output:
259
259
  }
260
260
  ```
261
261
 
262
+ **Example 5: 创建一个有两份子合同的合同组签署流程(B2B、B2C),指定每个子合同第一方为动态签署方**
263
+
264
+ 1. 子合同1为B2C合同,Approvers中包含两个ApproverInfo元素,C端签署人ApproverType为1,企业签署人ApproverType为0
265
+
266
+ 2. 子合同1使用模板yDwXhUUckp7fs563UyNzLyWRHKWco8JV发起B端自动签署合同。需要确保在创建模板时,模板中已经指定了本企业的印章控件,否则合同发起将会失败。
267
+
268
+ 3. 子合同2为B2B合同,Approvers中包含两个ApproverInfo元素,企业签署人ApproverType为0。
269
+
270
+ 4.两份字合同指定一份为动态签署方(即不指定具体签署人,FillType=1),可在发起后再进行补充。
271
+
272
+ Input:
273
+
274
+ ```
275
+ tccli ess CreateFlowGroupByTemplates --cli-unfold-argument \
276
+ --Operator.UserId yDRCLUUgygq2xun5UuO4zjEwg0vjoimj \
277
+ --FlowGroupName 示例合同组-有2份子合同 \
278
+ --FlowGroupInfos.0.TemplateId yDwXhUUckp7fs563UyNzLyWRHKWco8JV \
279
+ --FlowGroupInfos.0.FlowName 子合同1-B2C \
280
+ --FlowGroupInfos.0.Components.0.ComponentName 单行文本 \
281
+ --FlowGroupInfos.0.Components.0.ComponentValue 单行文本测试 \
282
+ --FlowGroupInfos.0.Components.0.ComponentType TEXT \
283
+ --FlowGroupInfos.0.Components.0.FileIndex 0 \
284
+ --FlowGroupInfos.0.Components.0.ComponentHeight 0 \
285
+ --FlowGroupInfos.0.Components.0.ComponentWidth 0 \
286
+ --FlowGroupInfos.0.Components.0.ComponentPage 0 \
287
+ --FlowGroupInfos.0.Components.0.ComponentPosX 0 \
288
+ --FlowGroupInfos.0.Components.0.ComponentPosY 0 \
289
+ --FlowGroupInfos.0.FlowDescription 子合同1 \
290
+ --FlowGroupInfos.0.FlowType 示例合同 \
291
+ --FlowGroupInfos.0.Approvers.0.ApproverType 0 \
292
+ --FlowGroupInfos.0.Approvers.0.ApproverRoleName 甲方 \
293
+ --FlowGroupInfos.0.Approvers.0.ApproverOption.FillType 1 \
294
+ --FlowGroupInfos.0.Approvers.1.ApproverName 张三 \
295
+ --FlowGroupInfos.0.Approvers.1.ApproverType 1 \
296
+ --FlowGroupInfos.0.Approvers.1.ApproverMobile 18888888888 \
297
+ --FlowGroupInfos.0.Approvers.1.ApproverRoleName 乙方 \
298
+ --FlowGroupInfos.0.Unordered True \
299
+ --FlowGroupInfos.1.TemplateId yDwJ5UUckpk84g04UyPWcjIEMPGLGe3z \
300
+ --FlowGroupInfos.1.FlowName 子合同2 \
301
+ --FlowGroupInfos.1.FlowDescription 子合同2-B2B \
302
+ --FlowGroupInfos.1.FlowType 示例合同 \
303
+ --FlowGroupInfos.1.Approvers.0.ApproverType 0 \
304
+ --FlowGroupInfos.1.Approvers.0.ApproverRoleName 甲方 \
305
+ --FlowGroupInfos.1.Approvers.0.ApproverOption.FillType 1 \
306
+ --FlowGroupInfos.1.Approvers.1.ApproverName 李四 \
307
+ --FlowGroupInfos.1.Approvers.1.ApproverType 0 \
308
+ --FlowGroupInfos.1.Approvers.1.ApproverMobile 15100000000 \
309
+ --FlowGroupInfos.1.Approvers.1.OrganizationName 李四示例企业 \
310
+ --FlowGroupInfos.1.Approvers.1.ApproverRoleName 乙方 \
311
+ --FlowGroupInfos.1.Unordered True
312
+ ```
313
+
314
+ Output:
315
+ ```
316
+ {
317
+ "Response": {
318
+ "Approvers": [
319
+ {
320
+ "Approvers": [
321
+ {
322
+ "ApproverRoleName": "甲方",
323
+ "RecipientId": "yDCVHUUckpwbqoyiUx2jLf4wRXKt9ZGp",
324
+ "SignId": "yDCVHUUckpwbquhsUuyXGHSSbBKWsTXF"
325
+ },
326
+ {
327
+ "ApproverRoleName": "乙方",
328
+ "RecipientId": "yDCVHUUckpwbqoyeUx2jLf48NQhgRXND",
329
+ "SignId": "yDCVHUUckpwbquh8UuyXGHSyoakAk3Fo"
330
+ }
331
+ ],
332
+ "FlowId": "yDCVHUUckpwbquh1UuyXGHSwzvgoRD2j"
333
+ },
334
+ {
335
+ "Approvers": [
336
+ {
337
+ "ApproverRoleName": "甲方",
338
+ "RecipientId": "yDCVHUUckpwbqoyiUx2jLf4wRXKt9ZGp",
339
+ "SignId": "yDCVHUUckpwbquhjUuyXGHS1fHzeMsOc"
340
+ },
341
+ {
342
+ "ApproverRoleName": "乙方",
343
+ "RecipientId": "yDCVHUUckpwbqoyeUx2jLf48NQhgRXND",
344
+ "SignId": "yDCVHUUckpwbquhhUuyXGHSuZutTpZ47"
345
+ }
346
+ ],
347
+ "FlowId": "yDCVHUUckpwbquhqUuyXGHSvjmlRJtKP"
348
+ }
349
+ ],
350
+ "FlowGroupId": "yDCVHUUckpwbquh3UuyXGHSkeqSxHjw8",
351
+ "FlowIds": [
352
+ "yDCVHUUckpwbquh1UuyXGHSwzvgoRD2j",
353
+ "yDCVHUUckpwbquhqUuyXGHSvjmlRJtKP"
354
+ ],
355
+ "RequestId": "s1711350937322945880"
356
+ }
357
+ }
358
+ ```
359
+
@@ -117,7 +117,7 @@ Output:
117
117
  **Example 5: 获取动态签署人补充链接(短链)**
118
118
 
119
119
  获取动态签署人补充链接,创建合同时未指定具体签署人,可获取链接后推送给指定的人进行补充
120
- 注:`获取动态签署人补充链接需指定PathType值为,即跳转到合同封面页,并且指定对应签署节点的签署角色编号即RecipientId`
120
+ 注:`获取动态签署人补充链接需指定PathType值为1或3,即跳转到合同封面页,并且指定对应签署节点的签署角色编号即RecipientId`
121
121
 
122
122
  Input:
123
123
 
@@ -126,8 +126,6 @@ tccli ess CreateSchemeUrl --cli-unfold-argument \
126
126
  --FlowId yDwq7UU*Uu1vFD6uHSIyKQPf \
127
127
  --RecipientId yDw7aUUckpkxxmljUE0xkKk1DlvwRdfK \
128
128
  --PathType 3 \
129
- --Name 典子谦 \
130
- --Mobile 13200000000 \
131
129
  --EndPoint HTTP_SHORT_URL \
132
130
  --Operator.UserId yDRCLUUgygq2xun5UuO4zjEwg0vjoimj
133
131
  ```
@@ -203,3 +201,33 @@ Output:
203
201
  }
204
202
  ```
205
203
 
204
+ **Example 8: 获取合同组动态签署人的领取链接以及二维码**
205
+
206
+ 获取动态签署人补充链接,创建合同组时未指定具体签署人,可获取链接后推送给指定的人进行补充
207
+ 注:`获取动态签署人补充链接需指定PathType值为1或3,即跳转到合同封面页,并且指定对应签署节点的签署角色编号即RecipientId`
208
+
209
+ Input:
210
+
211
+ ```
212
+ tccli ess CreateSchemeUrl --cli-unfold-argument \
213
+ --FlowGroupId yDwq7UUckpknjh4hUu1vFD6uHSIyKQPf \
214
+ --FlowGroupUrlInfo.FlowGroupApproverInfos.0.FlowId yDCVHUUckpwbquk8UuyXGHS86DkTCzfY \
215
+ --FlowGroupUrlInfo.FlowGroupApproverInfos.0.RecipientId yDCVHUUckpwbqoyiUx2jLf4wRXKt9ZGp \
216
+ --FlowGroupUrlInfo.FlowGroupApproverInfos.1.FlowId yDCVHUUckpwbquk2UuyXGHSuTPHxyR6u \
217
+ --FlowGroupUrlInfo.FlowGroupApproverInfos.1.RecipientId yDCVHUUckpwbqoyeUx2jLf48NQhgRXND \
218
+ --PathType 1 \
219
+ --EndPoint HTTP_SHORT_URL \
220
+ --Operator.UserId yDRCLUUgygq2xun5UuO4zjEwg0vjoimj
221
+ ```
222
+
223
+ Output:
224
+ ```
225
+ {
226
+ "Response": {
227
+ "RequestId": "s1711335464242636975",
228
+ "SchemeQrcodeUrl": "https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.JPG?hkey=5d92f0db15e6******0a251eda6ea8b",
229
+ "SchemeUrl": "https://test.essurl.cn/yG*****us"
230
+ }
231
+ }
232
+ ```
233
+
@@ -114,3 +114,44 @@ Output:
114
114
  }
115
115
  ```
116
116
 
117
+ **Example 4: B2C签署,补充合同组两方动态签署人信息**
118
+
119
+ 在B2C签署中,双方签署方未指定具体签署人时,需要进行补充。
120
+ 注:`补充动态签署人时FillApproverType传值为1 `
121
+
122
+ Input:
123
+
124
+ ```
125
+ tccli essbasic ChannelCreateFlowApprovers --cli-unfold-argument \
126
+ --Operator.OpenId \
127
+ --Operator.ClientIp \
128
+ --Operator.CustomUserId \
129
+ --Operator.ProxyIp \
130
+ --Operator.Channel \
131
+ --Agent.ProxyAppId c17bdf9c2a7bdcb32611f4d0200fef3d \
132
+ --Agent.ProxyOrganizationOpenId d7c13a8b81340cce9e3968c0ee248f04 \
133
+ --Agent.ProxyOperator.OpenId 00498cc8500be9cxxxxxxx3aff766cac \
134
+ --Agent.AppId 65fb0c591044be8a1f60aa382cc5ed0e \
135
+ --FlowGroupId 111111***22222 \
136
+ --FillApproverType 1 \
137
+ --Approvers.0.RecipientId yDRS4UUgygqdcj51UuO4zjEyWTmzsIAR \
138
+ --Approvers.0.ApproverName 典子谦 \
139
+ --Approvers.0.ApproverMobile 13200000000 \
140
+ --Approvers.0.OrganizationName ***有限公司 \
141
+ --Approvers.0.FlowId yDCVMUUckpwytrk2UE1RW1FSR2BqdoGS \
142
+ --Approvers.1.RecipientId yDCVMUUckpwytrksUE1RW1FRR08t7Lxf \
143
+ --Approvers.1.ApproverName 典子谦 \
144
+ --Approvers.1.ApproverMobile 13200000000 \
145
+ --Approvers.1.OrganizationName ***有限公司 \
146
+ --Approvers.1.FlowId yDCVMUUckpwytrk2UE1RW1FSR2BqdoGS
147
+ ```
148
+
149
+ Output:
150
+ ```
151
+ {
152
+ "Response": {
153
+ "RequestId": "5beb5f54-cf3d-4c26-a4ee-a97c85196a3e"
154
+ }
155
+ }
156
+ ```
157
+
@@ -127,3 +127,174 @@ Output:
127
127
  }
128
128
  ```
129
129
 
130
+ **Example 2: 创建三个合同组成的合同组,指定每个子合同第一方为动态签署方**
131
+
132
+ 1. 入参中FlowFileInfos有三个元素, 表示三个合同组成此合同组
133
+ 2. 每个合同都是B2C合同
134
+ 3.三份子合同均指定一方为动态签署方(即不指定具体签署人,FillType=1),可在发起后再进行补充。
135
+
136
+ Input:
137
+
138
+ ```
139
+ tccli essbasic ChannelCreateFlowGroupByFiles --cli-unfold-argument \
140
+ --Agent.ProxyOperator.OpenId kevin \
141
+ --Agent.ProxyOrganizationOpenId zk_online_org \
142
+ --Agent.AppId 394fc83e7a1cc97ba27c3342f425c836 \
143
+ --FlowGroupName 采购合同 \
144
+ --FlowFileInfos.0.FileIds yDR1nUU06b46rUy0fKyKocxqVM6QwE88 \
145
+ --FlowFileInfos.0.FlowName 番茄的采购合同 \
146
+ --FlowFileInfos.0.Deadline 0 \
147
+ --FlowFileInfos.0.FlowDescription 2023年番茄的采购50吨合同 \
148
+ --FlowFileInfos.0.FlowType 采购合同 \
149
+ --FlowFileInfos.0.CallbackUrl \
150
+ --FlowFileInfos.0.FlowApprovers.0.ApproverType ENTERPRISESERVER \
151
+ --FlowFileInfos.0.FlowApprovers.0.ApproverOption.FillType 1 \
152
+ --FlowFileInfos.0.FlowApprovers.0.SignComponents.0.ComponentWidth 100 \
153
+ --FlowFileInfos.0.FlowApprovers.0.SignComponents.0.FileIndex 0 \
154
+ --FlowFileInfos.0.FlowApprovers.0.SignComponents.0.ComponentType SIGN_SEAL \
155
+ --FlowFileInfos.0.FlowApprovers.0.SignComponents.0.ComponentPage 1 \
156
+ --FlowFileInfos.0.FlowApprovers.0.SignComponents.0.ComponentRequired True \
157
+ --FlowFileInfos.0.FlowApprovers.0.SignComponents.0.ComponentPosX 100 \
158
+ --FlowFileInfos.0.FlowApprovers.0.SignComponents.0.ComponentPosY 100 \
159
+ --FlowFileInfos.0.FlowApprovers.0.SignComponents.0.ComponentHeight 100 \
160
+ --FlowFileInfos.0.FlowApprovers.0.SignComponents.0.ComponentValue yDR1kUU0zproxUy0fKyKg4XBzdcXcTBg \
161
+ --FlowFileInfos.0.FlowApprovers.1.Name 典子谦 \
162
+ --FlowFileInfos.0.FlowApprovers.1.ApproverType PERSON \
163
+ --FlowFileInfos.0.FlowApprovers.1.Mobile 13200000000 \
164
+ --FlowFileInfos.0.FlowApprovers.1.SignComponents.0.ComponentWidth 100 \
165
+ --FlowFileInfos.0.FlowApprovers.1.SignComponents.0.FileIndex 0 \
166
+ --FlowFileInfos.0.FlowApprovers.1.SignComponents.0.ComponentType SIGN_SIGNATURE \
167
+ --FlowFileInfos.0.FlowApprovers.1.SignComponents.0.ComponentPage 1 \
168
+ --FlowFileInfos.0.FlowApprovers.1.SignComponents.0.ComponentRequired True \
169
+ --FlowFileInfos.0.FlowApprovers.1.SignComponents.0.ComponentPosX 100 \
170
+ --FlowFileInfos.0.FlowApprovers.1.SignComponents.0.ComponentPosY 200 \
171
+ --FlowFileInfos.0.FlowApprovers.1.SignComponents.0.ComponentHeight 100 \
172
+ --FlowFileInfos.0.CustomerData 5ZCI5ZCM5Lus5ZCI5ZCM5Lus \
173
+ --FlowFileInfos.0.Unordered True \
174
+ --FlowFileInfos.0.NeedSignReview False \
175
+ --FlowFileInfos.1.FileIds yDR1nUU06b46rUy0fKyKocxqVM6QwE88 \
176
+ --FlowFileInfos.1.FlowName 黄瓜的采购合同 \
177
+ --FlowFileInfos.1.Deadline 0 \
178
+ --FlowFileInfos.1.FlowDescription 2023年黄瓜的采购50吨合同 \
179
+ --FlowFileInfos.1.FlowType 采购合同 \
180
+ --FlowFileInfos.1.CallbackUrl \
181
+ --FlowFileInfos.1.FlowApprovers.0.ApproverType ENTERPRISESERVER \
182
+ --FlowFileInfos.1.FlowApprovers.0.ApproverOption.FillType 1 \
183
+ --FlowFileInfos.1.FlowApprovers.0.SignComponents.0.ComponentWidth 100 \
184
+ --FlowFileInfos.1.FlowApprovers.0.SignComponents.0.FileIndex 0 \
185
+ --FlowFileInfos.1.FlowApprovers.0.SignComponents.0.ComponentType SIGN_SEAL \
186
+ --FlowFileInfos.1.FlowApprovers.0.SignComponents.0.ComponentPage 1 \
187
+ --FlowFileInfos.1.FlowApprovers.0.SignComponents.0.ComponentRequired True \
188
+ --FlowFileInfos.1.FlowApprovers.0.SignComponents.0.ComponentPosX 100 \
189
+ --FlowFileInfos.1.FlowApprovers.0.SignComponents.0.ComponentPosY 100 \
190
+ --FlowFileInfos.1.FlowApprovers.0.SignComponents.0.ComponentHeight 100 \
191
+ --FlowFileInfos.1.FlowApprovers.0.SignComponents.0.ComponentValue yDR1kUU0zproxUy0fKyKg4XBzdcXcTBg \
192
+ --FlowFileInfos.1.FlowApprovers.1.Name 典子谦 \
193
+ --FlowFileInfos.1.FlowApprovers.1.ApproverType PERSON \
194
+ --FlowFileInfos.1.FlowApprovers.1.Mobile 13200000000 \
195
+ --FlowFileInfos.1.FlowApprovers.1.SignComponents.0.ComponentWidth 100 \
196
+ --FlowFileInfos.1.FlowApprovers.1.SignComponents.0.FileIndex 0 \
197
+ --FlowFileInfos.1.FlowApprovers.1.SignComponents.0.ComponentType SIGN_SIGNATURE \
198
+ --FlowFileInfos.1.FlowApprovers.1.SignComponents.0.ComponentPage 1 \
199
+ --FlowFileInfos.1.FlowApprovers.1.SignComponents.0.ComponentRequired True \
200
+ --FlowFileInfos.1.FlowApprovers.1.SignComponents.0.ComponentPosX 100 \
201
+ --FlowFileInfos.1.FlowApprovers.1.SignComponents.0.ComponentPosY 200 \
202
+ --FlowFileInfos.1.FlowApprovers.1.SignComponents.0.ComponentHeight 100 \
203
+ --FlowFileInfos.1.CustomerData 5paw55qE5a2Q5ZCI5ZCMMg== \
204
+ --FlowFileInfos.1.Unordered True \
205
+ --FlowFileInfos.1.NeedSignReview False \
206
+ --FlowFileInfos.2.FileIds yDR1nUU06b46rUy0fKyKocxqVM6QwE88 \
207
+ --FlowFileInfos.2.FlowName 马铃薯的采购合同 \
208
+ --FlowFileInfos.2.Deadline 0 \
209
+ --FlowFileInfos.2.FlowDescription 2023年马铃薯的采购50吨合同 \
210
+ --FlowFileInfos.2.FlowType 采购合同 \
211
+ --FlowFileInfos.2.CallbackUrl \
212
+ --FlowFileInfos.2.FlowApprovers.0.ApproverType ENTERPRISESERVER \
213
+ --FlowFileInfos.2.FlowApprovers.0.ApproverOption.FillType 1 \
214
+ --FlowFileInfos.2.FlowApprovers.0.SignComponents.0.ComponentWidth 100 \
215
+ --FlowFileInfos.2.FlowApprovers.0.SignComponents.0.FileIndex 0 \
216
+ --FlowFileInfos.2.FlowApprovers.0.SignComponents.0.ComponentType SIGN_SEAL \
217
+ --FlowFileInfos.2.FlowApprovers.0.SignComponents.0.ComponentPage 1 \
218
+ --FlowFileInfos.2.FlowApprovers.0.SignComponents.0.ComponentRequired True \
219
+ --FlowFileInfos.2.FlowApprovers.0.SignComponents.0.ComponentPosX 100 \
220
+ --FlowFileInfos.2.FlowApprovers.0.SignComponents.0.ComponentPosY 100 \
221
+ --FlowFileInfos.2.FlowApprovers.0.SignComponents.0.ComponentHeight 100 \
222
+ --FlowFileInfos.2.FlowApprovers.0.SignComponents.0.ComponentValue yDR1kUU0zproxUy0fKyKg4XBzdcXcTBg \
223
+ --FlowFileInfos.2.FlowApprovers.1.Name 典子谦 \
224
+ --FlowFileInfos.2.FlowApprovers.1.ApproverType PERSON \
225
+ --FlowFileInfos.2.FlowApprovers.1.Mobile 13200000000 \
226
+ --FlowFileInfos.2.FlowApprovers.1.SignComponents.0.ComponentWidth 100 \
227
+ --FlowFileInfos.2.FlowApprovers.1.SignComponents.0.FileIndex 0 \
228
+ --FlowFileInfos.2.FlowApprovers.1.SignComponents.0.ComponentType SIGN_SIGNATURE \
229
+ --FlowFileInfos.2.FlowApprovers.1.SignComponents.0.ComponentPage 1 \
230
+ --FlowFileInfos.2.FlowApprovers.1.SignComponents.0.ComponentRequired True \
231
+ --FlowFileInfos.2.FlowApprovers.1.SignComponents.0.ComponentPosX 100 \
232
+ --FlowFileInfos.2.FlowApprovers.1.SignComponents.0.ComponentPosY 200 \
233
+ --FlowFileInfos.2.FlowApprovers.1.SignComponents.0.ComponentHeight 100 \
234
+ --FlowFileInfos.2.CustomerData 5paw55qE5a2Q5ZCI5ZCMMw== \
235
+ --FlowFileInfos.2.Unordered True \
236
+ --FlowFileInfos.2.NeedSignReview False
237
+ ```
238
+
239
+ Output:
240
+ ```
241
+ {
242
+ "Response": {
243
+ "Approvers": [
244
+ {
245
+ "Approvers": [
246
+ {
247
+ "ApproverRoleName": "",
248
+ "RecipientId": "yDCVHUUckpwbqu2fUuyXGHSxNMdtKoFQ",
249
+ "SignId": "yDCVHUUckpwbqu2xUuyXGHS1pifZeuEM"
250
+ },
251
+ {
252
+ "ApproverRoleName": "",
253
+ "RecipientId": "yDCVHUUckpwbqu24UuyXGHSwSOzFjmPR",
254
+ "SignId": "yDCVHUUckpwbqu2bUuyXGHSyMBsyo35X"
255
+ }
256
+ ],
257
+ "FlowId": "yDCVHUUckpwbqu2eUuyXGHSubvJWEDif"
258
+ },
259
+ {
260
+ "Approvers": [
261
+ {
262
+ "ApproverRoleName": "",
263
+ "RecipientId": "yDCVHUUckpwbqu2mUuyXGHSx4AVZuJkj",
264
+ "SignId": "yDCVHUUckpwbqu29UuyXGHSS9mARSyFZ"
265
+ },
266
+ {
267
+ "ApproverRoleName": "",
268
+ "RecipientId": "yDCVHUUckpwbqu27UuyXGHSR81vG2CR9",
269
+ "SignId": "yDCVHUUckpwbqu2uUuyXGHS8JfqC4sho"
270
+ }
271
+ ],
272
+ "FlowId": "yDCVHUUckpwbqu2zUuyXGHSBho2CDwGz"
273
+ },
274
+ {
275
+ "Approvers": [
276
+ {
277
+ "ApproverRoleName": "",
278
+ "RecipientId": "yDCVHUUckpwbqu28UuyXGHS1CLfd5m1g",
279
+ "SignId": "yDCVHUUckpwbqu22UuyXGHS8gj9IYCTL"
280
+ },
281
+ {
282
+ "ApproverRoleName": "",
283
+ "RecipientId": "yDCVHUUckpwbqu2rUuyXGHSw7ZeJH7Dk",
284
+ "SignId": "yDCVHUUckpwbqu25UuyXGHSu11RucwZR"
285
+ }
286
+ ],
287
+ "FlowId": "yDCVHUUckpwbqu2qUuyXGHSvEB4yY7su"
288
+ }
289
+ ],
290
+ "FlowGroupId": "yDCVHUUckpwbquhgUuyXGHSxM3rGJCM3",
291
+ "FlowIds": [
292
+ "yDCVHUUckpwbqu2eUuyXGHSubvJWEDif",
293
+ "yDCVHUUckpwbqu2zUuyXGHSBho2CDwGz",
294
+ "yDCVHUUckpwbqu2qUuyXGHSvEB4yY7su"
295
+ ],
296
+ "RequestId": "s1711351873868654231"
297
+ }
298
+ }
299
+ ```
300
+