tccli 3.0.1159.1__py2.py3-none-any.whl → 3.0.1160.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/aiart/v20221229/api.json +11 -14
- tccli/services/cdb/v20170320/api.json +3 -1
- tccli/services/cfg/cfg_client.py +224 -12
- tccli/services/cfg/v20210820/api.json +897 -32
- tccli/services/cfg/v20210820/examples.json +32 -0
- tccli/services/cfw/v20190904/api.json +12 -2
- tccli/services/cls/v20201016/api.json +11 -1
- tccli/services/cme/v20191029/api.json +9 -9
- tccli/services/cme/v20191029/examples.json +1 -1
- tccli/services/csip/csip_client.py +53 -0
- tccli/services/csip/v20221121/api.json +134 -0
- tccli/services/csip/v20221121/examples.json +8 -0
- tccli/services/cwp/v20180228/api.json +66 -46
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/dnspod/v20210323/api.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/ess/v20201111/examples.json +6 -6
- tccli/services/essbasic/v20210526/api.json +10 -1
- tccli/services/essbasic/v20210526/examples.json +7 -1
- tccli/services/iotexplorer/v20190423/api.json +25 -25
- tccli/services/iotexplorer/v20190423/examples.json +10 -4
- tccli/services/lcic/lcic_client.py +57 -4
- tccli/services/lcic/v20220817/api.json +52 -0
- tccli/services/lcic/v20220817/examples.json +8 -0
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +7 -7
- tccli/services/ocr/v20181119/api.json +10 -0
- tccli/services/trtc/trtc_client.py +53 -0
- tccli/services/trtc/v20190722/api.json +76 -0
- tccli/services/trtc/v20190722/examples.json +8 -0
- tccli/services/vclm/v20240523/api.json +136 -0
- tccli/services/vclm/v20240523/examples.json +46 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vpc/v20170312/api.json +1 -1
- {tccli-3.0.1159.1.dist-info → tccli-3.0.1160.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1159.1.dist-info → tccli-3.0.1160.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1159.1.dist-info → tccli-3.0.1160.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1159.1.dist-info → tccli-3.0.1160.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1159.1.dist-info → tccli-3.0.1160.1.dist-info}/license_files/LICENSE +0 -0
@@ -11295,7 +11295,7 @@
|
|
11295
11295
|
"example": "1",
|
11296
11296
|
"member": "uint64",
|
11297
11297
|
"name": "Id",
|
11298
|
-
"
|
11298
|
+
"output_required": true,
|
11299
11299
|
"type": "int",
|
11300
11300
|
"value_allowed_null": false
|
11301
11301
|
},
|
@@ -11305,7 +11305,7 @@
|
|
11305
11305
|
"example": "dadada",
|
11306
11306
|
"member": "string",
|
11307
11307
|
"name": "Uuid",
|
11308
|
-
"
|
11308
|
+
"output_required": true,
|
11309
11309
|
"type": "string",
|
11310
11310
|
"value_allowed_null": false
|
11311
11311
|
},
|
@@ -11315,7 +11315,7 @@
|
|
11315
11315
|
"example": "dadasda",
|
11316
11316
|
"member": "string",
|
11317
11317
|
"name": "Quuid",
|
11318
|
-
"
|
11318
|
+
"output_required": true,
|
11319
11319
|
"type": "string",
|
11320
11320
|
"value_allowed_null": false
|
11321
11321
|
},
|
@@ -11325,7 +11325,7 @@
|
|
11325
11325
|
"example": "127.0.0.1",
|
11326
11326
|
"member": "string",
|
11327
11327
|
"name": "Hostip",
|
11328
|
-
"
|
11328
|
+
"output_required": true,
|
11329
11329
|
"type": "string",
|
11330
11330
|
"value_allowed_null": false
|
11331
11331
|
},
|
@@ -11335,7 +11335,7 @@
|
|
11335
11335
|
"example": "root",
|
11336
11336
|
"member": "string",
|
11337
11337
|
"name": "User",
|
11338
|
-
"
|
11338
|
+
"output_required": true,
|
11339
11339
|
"type": "string",
|
11340
11340
|
"value_allowed_null": false
|
11341
11341
|
},
|
@@ -11345,7 +11345,7 @@
|
|
11345
11345
|
"example": "1",
|
11346
11346
|
"member": "uint64",
|
11347
11347
|
"name": "Platform",
|
11348
|
-
"
|
11348
|
+
"output_required": true,
|
11349
11349
|
"type": "int",
|
11350
11350
|
"value_allowed_null": false
|
11351
11351
|
},
|
@@ -11355,7 +11355,7 @@
|
|
11355
11355
|
"example": "rm",
|
11356
11356
|
"member": "string",
|
11357
11357
|
"name": "BashCmd",
|
11358
|
-
"
|
11358
|
+
"output_required": true,
|
11359
11359
|
"type": "string",
|
11360
11360
|
"value_allowed_null": false
|
11361
11361
|
},
|
@@ -11365,7 +11365,7 @@
|
|
11365
11365
|
"example": "1",
|
11366
11366
|
"member": "uint64",
|
11367
11367
|
"name": "RuleId",
|
11368
|
-
"
|
11368
|
+
"output_required": true,
|
11369
11369
|
"type": "int",
|
11370
11370
|
"value_allowed_null": false
|
11371
11371
|
},
|
@@ -11375,7 +11375,7 @@
|
|
11375
11375
|
"example": "1",
|
11376
11376
|
"member": "string",
|
11377
11377
|
"name": "RuleName",
|
11378
|
-
"
|
11378
|
+
"output_required": true,
|
11379
11379
|
"type": "string",
|
11380
11380
|
"value_allowed_null": false
|
11381
11381
|
},
|
@@ -11385,7 +11385,7 @@
|
|
11385
11385
|
"example": "1",
|
11386
11386
|
"member": "uint64",
|
11387
11387
|
"name": "RuleLevel",
|
11388
|
-
"
|
11388
|
+
"output_required": true,
|
11389
11389
|
"type": "int",
|
11390
11390
|
"value_allowed_null": false
|
11391
11391
|
},
|
@@ -11395,7 +11395,7 @@
|
|
11395
11395
|
"example": "1",
|
11396
11396
|
"member": "uint64",
|
11397
11397
|
"name": "Status",
|
11398
|
-
"
|
11398
|
+
"output_required": true,
|
11399
11399
|
"type": "int",
|
11400
11400
|
"value_allowed_null": false
|
11401
11401
|
},
|
@@ -11405,7 +11405,7 @@
|
|
11405
11405
|
"example": "2021-03-30 19:17:28",
|
11406
11406
|
"member": "string",
|
11407
11407
|
"name": "CreateTime",
|
11408
|
-
"
|
11408
|
+
"output_required": true,
|
11409
11409
|
"type": "string",
|
11410
11410
|
"value_allowed_null": false
|
11411
11411
|
},
|
@@ -11415,7 +11415,7 @@
|
|
11415
11415
|
"example": "主机",
|
11416
11416
|
"member": "string",
|
11417
11417
|
"name": "MachineName",
|
11418
|
-
"
|
11418
|
+
"output_required": true,
|
11419
11419
|
"type": "string",
|
11420
11420
|
"value_allowed_null": false
|
11421
11421
|
},
|
@@ -11425,7 +11425,7 @@
|
|
11425
11425
|
"example": "1",
|
11426
11426
|
"member": "uint64",
|
11427
11427
|
"name": "DetectBy",
|
11428
|
-
"
|
11428
|
+
"output_required": true,
|
11429
11429
|
"type": "int",
|
11430
11430
|
"value_allowed_null": true
|
11431
11431
|
},
|
@@ -11435,7 +11435,7 @@
|
|
11435
11435
|
"example": "1",
|
11436
11436
|
"member": "string",
|
11437
11437
|
"name": "Pid",
|
11438
|
-
"
|
11438
|
+
"output_required": true,
|
11439
11439
|
"type": "string",
|
11440
11440
|
"value_allowed_null": true
|
11441
11441
|
},
|
@@ -11445,7 +11445,7 @@
|
|
11445
11445
|
"example": "1.exe",
|
11446
11446
|
"member": "string",
|
11447
11447
|
"name": "Exe",
|
11448
|
-
"
|
11448
|
+
"output_required": true,
|
11449
11449
|
"type": "string",
|
11450
11450
|
"value_allowed_null": true
|
11451
11451
|
},
|
@@ -11455,7 +11455,7 @@
|
|
11455
11455
|
"example": "2021-03-30 19:17:28",
|
11456
11456
|
"member": "string",
|
11457
11457
|
"name": "ModifyTime",
|
11458
|
-
"
|
11458
|
+
"output_required": true,
|
11459
11459
|
"type": "string",
|
11460
11460
|
"value_allowed_null": true
|
11461
11461
|
},
|
@@ -11465,7 +11465,7 @@
|
|
11465
11465
|
"example": "0",
|
11466
11466
|
"member": "uint64",
|
11467
11467
|
"name": "RuleCategory",
|
11468
|
-
"
|
11468
|
+
"output_required": true,
|
11469
11469
|
"type": "int",
|
11470
11470
|
"value_allowed_null": true
|
11471
11471
|
},
|
@@ -11475,7 +11475,17 @@
|
|
11475
11475
|
"example": "rm -rf /tmp/t*",
|
11476
11476
|
"member": "string",
|
11477
11477
|
"name": "RegexBashCmd",
|
11478
|
-
"
|
11478
|
+
"output_required": true,
|
11479
|
+
"type": "string",
|
11480
|
+
"value_allowed_null": true
|
11481
|
+
},
|
11482
|
+
{
|
11483
|
+
"disabled": false,
|
11484
|
+
"document": "主机HostName\n注意:此字段可能返回 null,表示取不到有效值。",
|
11485
|
+
"example": "ins-1324",
|
11486
|
+
"member": "string",
|
11487
|
+
"name": "HostName",
|
11488
|
+
"output_required": false,
|
11479
11489
|
"type": "string",
|
11480
11490
|
"value_allowed_null": true
|
11481
11491
|
}
|
@@ -11707,7 +11717,7 @@
|
|
11707
11717
|
"example": "1",
|
11708
11718
|
"member": "uint64",
|
11709
11719
|
"name": "Id",
|
11710
|
-
"
|
11720
|
+
"output_required": true,
|
11711
11721
|
"type": "int",
|
11712
11722
|
"value_allowed_null": false
|
11713
11723
|
},
|
@@ -11717,7 +11727,7 @@
|
|
11717
11727
|
"example": "dadada",
|
11718
11728
|
"member": "string",
|
11719
11729
|
"name": "Uuid",
|
11720
|
-
"
|
11730
|
+
"output_required": true,
|
11721
11731
|
"type": "string",
|
11722
11732
|
"value_allowed_null": false
|
11723
11733
|
},
|
@@ -11727,7 +11737,7 @@
|
|
11727
11737
|
"example": "dadasda",
|
11728
11738
|
"member": "string",
|
11729
11739
|
"name": "Quuid",
|
11730
|
-
"
|
11740
|
+
"output_required": true,
|
11731
11741
|
"type": "string",
|
11732
11742
|
"value_allowed_null": false
|
11733
11743
|
},
|
@@ -11737,7 +11747,7 @@
|
|
11737
11747
|
"example": "127.0.0.1",
|
11738
11748
|
"member": "string",
|
11739
11749
|
"name": "HostIp",
|
11740
|
-
"
|
11750
|
+
"output_required": true,
|
11741
11751
|
"type": "string",
|
11742
11752
|
"value_allowed_null": false
|
11743
11753
|
},
|
@@ -11747,7 +11757,7 @@
|
|
11747
11757
|
"example": "1",
|
11748
11758
|
"member": "uint64",
|
11749
11759
|
"name": "Platform",
|
11750
|
-
"
|
11760
|
+
"output_required": true,
|
11751
11761
|
"type": "int",
|
11752
11762
|
"value_allowed_null": false
|
11753
11763
|
},
|
@@ -11757,7 +11767,7 @@
|
|
11757
11767
|
"example": "rm",
|
11758
11768
|
"member": "string",
|
11759
11769
|
"name": "BashCmd",
|
11760
|
-
"
|
11770
|
+
"output_required": true,
|
11761
11771
|
"type": "string",
|
11762
11772
|
"value_allowed_null": false
|
11763
11773
|
},
|
@@ -11767,7 +11777,7 @@
|
|
11767
11777
|
"example": "1",
|
11768
11778
|
"member": "uint64",
|
11769
11779
|
"name": "RuleId",
|
11770
|
-
"
|
11780
|
+
"output_required": true,
|
11771
11781
|
"type": "int",
|
11772
11782
|
"value_allowed_null": false
|
11773
11783
|
},
|
@@ -11777,7 +11787,7 @@
|
|
11777
11787
|
"example": "1",
|
11778
11788
|
"member": "string",
|
11779
11789
|
"name": "RuleName",
|
11780
|
-
"
|
11790
|
+
"output_required": true,
|
11781
11791
|
"type": "string",
|
11782
11792
|
"value_allowed_null": false
|
11783
11793
|
},
|
@@ -11787,7 +11797,7 @@
|
|
11787
11797
|
"example": "1",
|
11788
11798
|
"member": "uint64",
|
11789
11799
|
"name": "RuleLevel",
|
11790
|
-
"
|
11800
|
+
"output_required": true,
|
11791
11801
|
"type": "int",
|
11792
11802
|
"value_allowed_null": false
|
11793
11803
|
},
|
@@ -11797,7 +11807,7 @@
|
|
11797
11807
|
"example": "1",
|
11798
11808
|
"member": "uint64",
|
11799
11809
|
"name": "Status",
|
11800
|
-
"
|
11810
|
+
"output_required": true,
|
11801
11811
|
"type": "int",
|
11802
11812
|
"value_allowed_null": false
|
11803
11813
|
},
|
@@ -11807,7 +11817,7 @@
|
|
11807
11817
|
"example": "2021-03-30 19:17:28",
|
11808
11818
|
"member": "string",
|
11809
11819
|
"name": "CreateTime",
|
11810
|
-
"
|
11820
|
+
"output_required": true,
|
11811
11821
|
"type": "string",
|
11812
11822
|
"value_allowed_null": false
|
11813
11823
|
},
|
@@ -11817,7 +11827,7 @@
|
|
11817
11827
|
"example": "主机",
|
11818
11828
|
"member": "string",
|
11819
11829
|
"name": "MachineName",
|
11820
|
-
"
|
11830
|
+
"output_required": true,
|
11821
11831
|
"type": "string",
|
11822
11832
|
"value_allowed_null": false
|
11823
11833
|
},
|
@@ -11827,7 +11837,7 @@
|
|
11827
11837
|
"example": "1.exe",
|
11828
11838
|
"member": "string",
|
11829
11839
|
"name": "Exe",
|
11830
|
-
"
|
11840
|
+
"output_required": true,
|
11831
11841
|
"type": "string",
|
11832
11842
|
"value_allowed_null": true
|
11833
11843
|
},
|
@@ -11837,7 +11847,7 @@
|
|
11837
11847
|
"example": "2021-03-30 19:17:28",
|
11838
11848
|
"member": "string",
|
11839
11849
|
"name": "ModifyTime",
|
11840
|
-
"
|
11850
|
+
"output_required": true,
|
11841
11851
|
"type": "string",
|
11842
11852
|
"value_allowed_null": true
|
11843
11853
|
},
|
@@ -11847,7 +11857,7 @@
|
|
11847
11857
|
"example": "0",
|
11848
11858
|
"member": "uint64",
|
11849
11859
|
"name": "RuleCategory",
|
11850
|
-
"
|
11860
|
+
"output_required": true,
|
11851
11861
|
"type": "int",
|
11852
11862
|
"value_allowed_null": true
|
11853
11863
|
},
|
@@ -11857,7 +11867,7 @@
|
|
11857
11867
|
"example": "rm -rf /tmp/t*",
|
11858
11868
|
"member": "string",
|
11859
11869
|
"name": "RegexBashCmd",
|
11860
|
-
"
|
11870
|
+
"output_required": true,
|
11861
11871
|
"type": "string",
|
11862
11872
|
"value_allowed_null": true
|
11863
11873
|
},
|
@@ -11867,7 +11877,7 @@
|
|
11867
11877
|
"example": "\"[{\"pid\":1234,\"exe\":\"/usr/bin/bash\",\"account\":\"root:root\",\"cmdl\"",
|
11868
11878
|
"member": "string",
|
11869
11879
|
"name": "PsTree",
|
11870
|
-
"
|
11880
|
+
"output_required": true,
|
11871
11881
|
"type": "string",
|
11872
11882
|
"value_allowed_null": true
|
11873
11883
|
},
|
@@ -11877,7 +11887,7 @@
|
|
11877
11887
|
"example": "建议方案",
|
11878
11888
|
"member": "string",
|
11879
11889
|
"name": "SuggestScheme",
|
11880
|
-
"
|
11890
|
+
"output_required": true,
|
11881
11891
|
"type": "string",
|
11882
11892
|
"value_allowed_null": true
|
11883
11893
|
},
|
@@ -11887,7 +11897,7 @@
|
|
11887
11897
|
"example": "描述",
|
11888
11898
|
"member": "string",
|
11889
11899
|
"name": "HarmDescribe",
|
11890
|
-
"
|
11900
|
+
"output_required": true,
|
11891
11901
|
"type": "string",
|
11892
11902
|
"value_allowed_null": true
|
11893
11903
|
},
|
@@ -11897,7 +11907,7 @@
|
|
11897
11907
|
"example": "[\"标签1\",\"标签2\"]",
|
11898
11908
|
"member": "string",
|
11899
11909
|
"name": "Tags",
|
11900
|
-
"
|
11910
|
+
"output_required": true,
|
11901
11911
|
"type": "list",
|
11902
11912
|
"value_allowed_null": true
|
11903
11913
|
},
|
@@ -11907,7 +11917,7 @@
|
|
11907
11917
|
"example": "[\"http://www.tencent.com\"]",
|
11908
11918
|
"member": "string",
|
11909
11919
|
"name": "References",
|
11910
|
-
"
|
11920
|
+
"output_required": true,
|
11911
11921
|
"type": "list",
|
11912
11922
|
"value_allowed_null": true
|
11913
11923
|
},
|
@@ -11917,7 +11927,7 @@
|
|
11917
11927
|
"example": "124.2.4.55",
|
11918
11928
|
"member": "string",
|
11919
11929
|
"name": "MachineWanIp",
|
11920
|
-
"
|
11930
|
+
"output_required": true,
|
11921
11931
|
"type": "string",
|
11922
11932
|
"value_allowed_null": true
|
11923
11933
|
},
|
@@ -11927,7 +11937,7 @@
|
|
11927
11937
|
"example": "ONLINE",
|
11928
11938
|
"member": "string",
|
11929
11939
|
"name": "MachineStatus",
|
11930
|
-
"
|
11940
|
+
"output_required": true,
|
11931
11941
|
"type": "string",
|
11932
11942
|
"value_allowed_null": true
|
11933
11943
|
},
|
@@ -11937,7 +11947,7 @@
|
|
11937
11947
|
"example": "test",
|
11938
11948
|
"member": "string",
|
11939
11949
|
"name": "User",
|
11940
|
-
"
|
11950
|
+
"output_required": true,
|
11941
11951
|
"type": "string",
|
11942
11952
|
"value_allowed_null": true
|
11943
11953
|
},
|
@@ -11947,7 +11957,17 @@
|
|
11947
11957
|
"example": "1234",
|
11948
11958
|
"member": "string",
|
11949
11959
|
"name": "Pid",
|
11950
|
-
"
|
11960
|
+
"output_required": true,
|
11961
|
+
"type": "string",
|
11962
|
+
"value_allowed_null": true
|
11963
|
+
},
|
11964
|
+
{
|
11965
|
+
"disabled": false,
|
11966
|
+
"document": "数据来源\n注意:此字段可能返回 null,表示取不到有效值。",
|
11967
|
+
"example": "无",
|
11968
|
+
"member": "string",
|
11969
|
+
"name": "DetectBy",
|
11970
|
+
"output_required": false,
|
11951
11971
|
"type": "string",
|
11952
11972
|
"value_allowed_null": true
|
11953
11973
|
}
|
@@ -38386,7 +38406,7 @@
|
|
38386
38406
|
"example": "xx",
|
38387
38407
|
"member": "string",
|
38388
38408
|
"name": "DownloadUrl",
|
38389
|
-
"
|
38409
|
+
"output_required": true,
|
38390
38410
|
"type": "string",
|
38391
38411
|
"value_allowed_null": false
|
38392
38412
|
},
|
@@ -40737,7 +40757,7 @@
|
|
40737
40757
|
"example": "xxx",
|
40738
40758
|
"member": "string",
|
40739
40759
|
"name": "DownloadUrl",
|
40740
|
-
"
|
40760
|
+
"output_required": true,
|
40741
40761
|
"type": "string",
|
40742
40762
|
"value_allowed_null": false
|
40743
40763
|
},
|
@@ -3040,7 +3040,7 @@
|
|
3040
3040
|
{
|
3041
3041
|
"document": "",
|
3042
3042
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetRecentMachineInfo\n<公共请求参数>\n\n{\n \"BeginDate\": \"2020-09-22\",\n \"EndDate\": \"2020-09-22\"\n}",
|
3043
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"xx\",\n \"RequestId\": \"
|
3043
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"http://xx/xxx\",\n \"RequestId\": \"abcs12434\"\n }\n}",
|
3044
3044
|
"title": "导出主机概况趋势"
|
3045
3045
|
}
|
3046
3046
|
],
|
@@ -248,7 +248,7 @@
|
|
248
248
|
"CreatePartnerAutoSignAuthUrl": {
|
249
249
|
"document": "创建他方自动签授权链接(他方授权/我方授权),通过该链接可进入小程序进行合作方企业的自动签授权,若授权企业未开通企业自动签,通过该链接会先引导开通本企业自动签。\n该接口效果同控制台: 企业设置-> 扩展服务 -> 企业自动签署 -> 合作企业方授权\n\n\n\n注: \n1. <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Operator.UserId 需要传递超管或者法人的UserId)\n2. 已经在授权中或者授权成功的企业,无法重复授权\n3. 授权企业和被授权企业必须都是已认证企业",
|
250
250
|
"input": "CreatePartnerAutoSignAuthUrlRequest",
|
251
|
-
"name": "
|
251
|
+
"name": "创建他方企业自动签授权链接(他方授权,我方授权)",
|
252
252
|
"output": "CreatePartnerAutoSignAuthUrlResponse",
|
253
253
|
"status": "online"
|
254
254
|
},
|
@@ -611,17 +611,17 @@
|
|
611
611
|
"output": "{\n \"Response\": {\n \"FlowApproverUrlInfos\": [\n {\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"ApproverType\": 1,\n \"LongUrl\": \"https://quick.test.qian.tencent.cn/home?ApproverIdCardNumber=Mi**Kio2&ApproverMobile=MTk***NjA%3D&ApproverName=%25**A&ApproverType=1&Code=yDwJCUUck****V2R5K&CodeType=QUICK&FlowId=yDwF**1f3cqjkGm&ShowHeader=1&shortKey=yDwq5**M5GlG1c&token=bR8**HA\",\n \"SignUrl\": \"https://essurl.cn/bR8**HA\"\n }\n ],\n \"RequestId\": \"s1693832180480950012\"\n }\n}",
|
612
612
|
"title": "创建个人用户H5签署链接,使用视频认证方式"
|
613
613
|
},
|
614
|
-
{
|
615
|
-
"document": "1. 给个人用户创建签署链接\n2. 用户姓名不是合同的参与人",
|
616
|
-
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowApproverInfos\": [\n {\n \"ApproverType\": 1,\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"张三\"\n }\n ],\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
|
617
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"ResourceNotFound\",\n \"Message\": \"无法找到参与人\"\n },\n \"RequestId\": \"s1693832578941223891\"\n }\n}",
|
618
|
-
"title": "错误示例-创建个人用户签署链接,传错签署人姓名"
|
619
|
-
},
|
620
614
|
{
|
621
615
|
"document": "1. 给个人用户创建签署链接\n2. 签署完成后跳转到指定页面地址(设置跳转地址JumpUrl)",
|
622
616
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowApproverInfos\": [\n {\n \"ApproverType\": 1,\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\"\n }\n ],\n \"JumpUrl\": \"https://www.example.com\",\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
|
623
617
|
"output": "{\n \"Response\": {\n \"FlowApproverUrlInfos\": [\n {\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"ApproverType\": 1,\n \"LongUrl\": \"https://quick.test.qian.tencent.cn/home?ApproverIdCardNumber=MioqKi**Kio2&ApproverMobile=MTk***NjA%3D&ApproverName=%25**A&ApproverType=1&Code=yDwJCUUck****V2R5K&CodeType=QUICK&FlowId=yDwF**1f3cqjkGm&ShowHeader=1&shortKey=yDwq5**M5GlG1c&token=bR8**HA\",\n \"SignUrl\": \"https://essurl.cn/bR8**HA\"\n }\n ],\n \"RequestId\": \"s1693832180480950012\"\n }\n}",
|
624
618
|
"title": "创建个人用户H5签署链接(签署完成后跳转到指定地址)"
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"document": "1. 给个人用户创建签署链接\n2. 用户姓名不是合同的参与人",
|
622
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowApproverInfos\": [\n {\n \"ApproverType\": 1,\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"张三\"\n }\n ],\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
|
623
|
+
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"ResourceNotFound\",\n \"Message\": \"无法找到参与人\"\n },\n \"RequestId\": \"s1693832578941223891\"\n }\n}",
|
624
|
+
"title": "错误示例-创建个人用户签署链接,传错签署人姓名"
|
625
625
|
}
|
626
626
|
],
|
627
627
|
"CreateIntegrationDepartment": [
|
@@ -381,7 +381,7 @@
|
|
381
381
|
"CreatePartnerAutoSignAuthUrl": {
|
382
382
|
"document": "创建他方自动签授权链接,通过该链接可进入小程序进行合作方企业的自动签授权,若当前企业未开通企业自动签,通过该链接会先引导开通本企业自动签。\n该接口效果同控制台: 企业设置-> 扩展服务 -> 企业自动签署 -> 合作企业方授权\n\n\n\n注: \n1. <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)\n2. 已经在授权中或者授权成功的企业,无法重复授权",
|
383
383
|
"input": "CreatePartnerAutoSignAuthUrlRequest",
|
384
|
-
"name": "
|
384
|
+
"name": "创建他方企业自动签授权链接(他方授权 ,我方授权)",
|
385
385
|
"output": "CreatePartnerAutoSignAuthUrlResponse",
|
386
386
|
"status": "online"
|
387
387
|
},
|
@@ -6725,6 +6725,15 @@
|
|
6725
6725
|
"name": "SealTypes",
|
6726
6726
|
"required": false,
|
6727
6727
|
"type": "list"
|
6728
|
+
},
|
6729
|
+
{
|
6730
|
+
"disabled": false,
|
6731
|
+
"document": "他方授权给我方:- false:我方授权他方,AuthorizedOrganizationName代表【被授权方】企业名称- true:他方授权我方,AuthorizedOrganizationName代表【授权方】企业名称",
|
6732
|
+
"example": "无",
|
6733
|
+
"member": "bool",
|
6734
|
+
"name": "AuthToMe",
|
6735
|
+
"required": false,
|
6736
|
+
"type": "bool"
|
6728
6737
|
}
|
6729
6738
|
],
|
6730
6739
|
"type": "object"
|
@@ -827,7 +827,13 @@
|
|
827
827
|
"document": "",
|
828
828
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDSxxxxxxxxxOnHtH51\",\n \"ProxyOrganizationOpenId\": \"org_open_id\",\n \"ProxyOperator\": {\n \"OpenId\": \"user_open_id\"\n }\n },\n \"AuthorizedOrganizationId\": \"org_open_id_another\",\n \"AuthorizedOrganizationName\": \"典子谦子客企业\",\n \"SealTypes\": [\n \"OFFICIAL\"\n ]\n}",
|
829
829
|
"output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=yDSxxxxxxxxxOnHtH51\",\n \"RequestId\": \"s1702378131281988373\",\n \"Url\": \"https://test.essurl.cn/WxxxxxwH\"\n }\n}",
|
830
|
-
"title": "
|
830
|
+
"title": "创建他方自动签授权链接-我方授权"
|
831
|
+
},
|
832
|
+
{
|
833
|
+
"document": "",
|
834
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDSxxxxxxxxxOnHtH51\",\n \"ProxyOrganizationOpenId\": \"org_open_id\",\n \"ProxyOperator\": {\n \"OpenId\": \"user_open_id\"\n }\n },\n \"AuthorizedOrganizationId\": \"org_open_id_another\",\n \"AuthorizedOrganizationName\": \"典子谦子客企业\",\n \"AuthToMe\": true,\n \"SealTypes\": [\n \"OFFICIAL\"\n ]\n}",
|
835
|
+
"output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=yDSxxxxxxxxxOnHtH51\",\n \"RequestId\": \"s1702378131281988373\",\n \"Url\": \"https://test.essurl.cn/WxxxxxwH\"\n }\n}",
|
836
|
+
"title": "创建他方自动签授权链接-他方授权"
|
831
837
|
}
|
832
838
|
],
|
833
839
|
"CreateSealByImage": [
|