tccli 3.0.1216.1__py2.py3-none-any.whl → 3.0.1217.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/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -0
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +98 -4
- tccli/services/asr/v20190614/api.json +18 -17
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +48 -0
- tccli/services/billing/v20180709/api.json +26 -24
- tccli/services/bsca/v20210811/api.json +1 -1
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +390 -323
- tccli/services/ccc/v20200210/examples.json +15 -15
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +295 -270
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +42 -2
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1849 -1999
- tccli/services/cfw/v20190904/examples.json +157 -159
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/v20190319/api.json +58 -44
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +536 -47
- tccli/services/cls/v20201016/examples.json +34 -2
- tccli/services/csip/v20221121/api.json +2562 -2382
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +149 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6338 -6146
- tccli/services/cwp/v20180228/examples.json +342 -370
- tccli/services/cynosdb/v20190107/api.json +93 -81
- tccli/services/cynosdb/v20190107/examples.json +70 -70
- tccli/services/dasb/v20191018/api.json +796 -651
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/v20180416/api.json +29 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +49 -31
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +54 -49
- tccli/services/essbasic/v20210526/examples.json +36 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +33 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +244 -0
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2265 -760
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/v20210331/api.json +13 -4
- tccli/services/organization/v20210331/examples.json +2 -2
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/v20180416/api.json +15 -15
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +97 -4
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +97 -97
- tccli/services/tat/v20201028/examples.json +20 -26
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1973 -1426
- tccli/services/tcss/v20201101/examples.json +346 -364
- tccli/services/tdmq/v20200217/api.json +539 -401
- tccli/services/tdmq/v20200217/examples.json +104 -104
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +287 -271
- tccli/services/tem/v20210701/examples.json +59 -59
- tccli/services/teo/v20220901/api.json +37 -9
- tccli/services/teo/v20220901/examples.json +13 -7
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +217 -58
- tccli/services/tke/v20180525/api.json +36 -27
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +72 -30
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1090 -862
- tccli/services/vpc/v20170312/examples.json +74 -66
- tccli/services/vpc/vpc_client.py +61 -8
- tccli/services/waf/v20180125/api.json +2540 -2177
- tccli/services/waf/v20180125/examples.json +216 -284
- tccli/services/waf/waf_client.py +172 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +909 -25
- tccli/services/wedata/v20210820/examples.json +28 -4
- tccli/services/wedata/wedata_client.py +159 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -567,7 +567,7 @@
|
|
567
567
|
"example": "1397103193143300098",
|
568
568
|
"member": "int64",
|
569
569
|
"name": "Id",
|
570
|
-
"
|
570
|
+
"output_required": true,
|
571
571
|
"type": "int",
|
572
572
|
"value_allowed_null": false
|
573
573
|
},
|
@@ -577,7 +577,7 @@
|
|
577
577
|
"example": "1",
|
578
578
|
"member": "int64",
|
579
579
|
"name": "Type",
|
580
|
-
"
|
580
|
+
"output_required": true,
|
581
581
|
"type": "int",
|
582
582
|
"value_allowed_null": false
|
583
583
|
},
|
@@ -587,7 +587,7 @@
|
|
587
587
|
"example": "1",
|
588
588
|
"member": "string",
|
589
589
|
"name": "Source",
|
590
|
-
"
|
590
|
+
"output_required": true,
|
591
591
|
"type": "string",
|
592
592
|
"value_allowed_null": false
|
593
593
|
},
|
@@ -597,7 +597,7 @@
|
|
597
597
|
"example": "自然到店",
|
598
598
|
"member": "string",
|
599
599
|
"name": "SourceName",
|
600
|
-
"
|
600
|
+
"output_required": true,
|
601
601
|
"type": "string",
|
602
602
|
"value_allowed_null": false
|
603
603
|
},
|
@@ -607,7 +607,7 @@
|
|
607
607
|
"example": "测试企业标签的活码",
|
608
608
|
"member": "string",
|
609
609
|
"name": "Name",
|
610
|
-
"
|
610
|
+
"output_required": true,
|
611
611
|
"type": "string",
|
612
612
|
"value_allowed_null": false
|
613
613
|
},
|
@@ -617,7 +617,7 @@
|
|
617
617
|
"example": "[ 1386218784692961300 ]",
|
618
618
|
"member": "int64",
|
619
619
|
"name": "UseUserIdList",
|
620
|
-
"
|
620
|
+
"output_required": true,
|
621
621
|
"type": "list",
|
622
622
|
"value_allowed_null": false
|
623
623
|
},
|
@@ -627,7 +627,7 @@
|
|
627
627
|
"example": "[ \"544064e019b53e4791115020ffc68f33\" ",
|
628
628
|
"member": "string",
|
629
629
|
"name": "UseUserOpenIdList",
|
630
|
-
"
|
630
|
+
"output_required": true,
|
631
631
|
"type": "list",
|
632
632
|
"value_allowed_null": false
|
633
633
|
},
|
@@ -637,7 +637,7 @@
|
|
637
637
|
"example": "[ { \"GroupName\": \"测试",
|
638
638
|
"member": "WeComTagDetail",
|
639
639
|
"name": "TagList",
|
640
|
-
"
|
640
|
+
"output_required": true,
|
641
641
|
"type": "list",
|
642
642
|
"value_allowed_null": false
|
643
643
|
},
|
@@ -647,7 +647,7 @@
|
|
647
647
|
"example": "0",
|
648
648
|
"member": "int64",
|
649
649
|
"name": "SkipVerify",
|
650
|
-
"
|
650
|
+
"output_required": true,
|
651
651
|
"type": "int",
|
652
652
|
"value_allowed_null": false
|
653
653
|
},
|
@@ -657,7 +657,7 @@
|
|
657
657
|
"example": "0",
|
658
658
|
"member": "int64",
|
659
659
|
"name": "Friends",
|
660
|
-
"
|
660
|
+
"output_required": true,
|
661
661
|
"type": "int",
|
662
662
|
"value_allowed_null": false
|
663
663
|
},
|
@@ -667,7 +667,7 @@
|
|
667
667
|
"example": "备注",
|
668
668
|
"member": "string",
|
669
669
|
"name": "Remark",
|
670
|
-
"
|
670
|
+
"output_required": true,
|
671
671
|
"type": "string",
|
672
672
|
"value_allowed_null": false
|
673
673
|
},
|
@@ -677,17 +677,17 @@
|
|
677
677
|
"example": "1397103192673538050",
|
678
678
|
"member": "int64",
|
679
679
|
"name": "MsgId",
|
680
|
-
"
|
680
|
+
"output_required": true,
|
681
681
|
"type": "int",
|
682
682
|
"value_allowed_null": false
|
683
683
|
},
|
684
684
|
{
|
685
685
|
"disabled": false,
|
686
686
|
"document": "联系我config_id",
|
687
|
-
"example": "
|
687
|
+
"example": "safds213dsaddasfadfafnaslf",
|
688
688
|
"member": "string",
|
689
689
|
"name": "ConfigId",
|
690
|
-
"
|
690
|
+
"output_required": true,
|
691
691
|
"type": "string",
|
692
692
|
"value_allowed_null": false
|
693
693
|
},
|
@@ -697,7 +697,7 @@
|
|
697
697
|
"example": "https://wework.qpic.cn/wwpic/142302_fc9KKS9RSyS58cp_1621930333/0",
|
698
698
|
"member": "string",
|
699
699
|
"name": "QrCodeUrl",
|
700
|
-
"
|
700
|
+
"output_required": true,
|
701
701
|
"type": "string",
|
702
702
|
"value_allowed_null": false
|
703
703
|
},
|
@@ -707,7 +707,7 @@
|
|
707
707
|
"example": "0",
|
708
708
|
"member": "int64",
|
709
709
|
"name": "RecStatus",
|
710
|
-
"
|
710
|
+
"output_required": true,
|
711
711
|
"type": "int",
|
712
712
|
"value_allowed_null": false
|
713
713
|
},
|
@@ -717,7 +717,7 @@
|
|
717
717
|
"example": "LXC",
|
718
718
|
"member": "string",
|
719
719
|
"name": "AppId",
|
720
|
-
"
|
720
|
+
"output_required": true,
|
721
721
|
"type": "string",
|
722
722
|
"value_allowed_null": false
|
723
723
|
}
|
@@ -918,7 +918,7 @@
|
|
918
918
|
{
|
919
919
|
"disabled": false,
|
920
920
|
"document": "客户在微信生态中唯一识别码",
|
921
|
-
"example": "
|
921
|
+
"example": "ozynxxxxxxxxxx1aYeS8h",
|
922
922
|
"member": "string",
|
923
923
|
"name": "UnionId",
|
924
924
|
"output_required": true,
|
@@ -2674,10 +2674,10 @@
|
|
2674
2674
|
{
|
2675
2675
|
"disabled": false,
|
2676
2676
|
"document": "外部联系人的userId",
|
2677
|
-
"example": "
|
2677
|
+
"example": "safdsafDBFJJDSJFOISDFH234fewfwDSFDSFn",
|
2678
2678
|
"member": "string",
|
2679
2679
|
"name": "ExternalUserId",
|
2680
|
-
"
|
2680
|
+
"output_required": true,
|
2681
2681
|
"type": "string",
|
2682
2682
|
"value_allowed_null": false
|
2683
2683
|
},
|
@@ -2687,7 +2687,7 @@
|
|
2687
2687
|
"example": "1",
|
2688
2688
|
"member": "int64",
|
2689
2689
|
"name": "Gender",
|
2690
|
-
"
|
2690
|
+
"output_required": true,
|
2691
2691
|
"type": "int",
|
2692
2692
|
"value_allowed_null": false
|
2693
2693
|
},
|
@@ -2697,7 +2697,7 @@
|
|
2697
2697
|
"example": "文",
|
2698
2698
|
"member": "string",
|
2699
2699
|
"name": "Name",
|
2700
|
-
"
|
2700
|
+
"output_required": true,
|
2701
2701
|
"type": "string",
|
2702
2702
|
"value_allowed_null": false
|
2703
2703
|
},
|
@@ -2707,17 +2707,17 @@
|
|
2707
2707
|
"example": "1",
|
2708
2708
|
"member": "uint64",
|
2709
2709
|
"name": "Type",
|
2710
|
-
"
|
2710
|
+
"output_required": true,
|
2711
2711
|
"type": "int",
|
2712
2712
|
"value_allowed_null": false
|
2713
2713
|
},
|
2714
2714
|
{
|
2715
2715
|
"disabled": false,
|
2716
2716
|
"document": "外部联系人在微信开放平台的唯一身份标识(微信unionid),通过此字段企业可将外部联系人与公众号/小程序用户关联起来。仅当联系人类型是微信用户,且企业或第三方服务商绑定了微信开发者ID有此字段。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2717
|
-
"example": "
|
2717
|
+
"example": "dsnfadjfnsddsafaSDFNDSOFN23423",
|
2718
2718
|
"member": "string",
|
2719
2719
|
"name": "UnionId",
|
2720
|
-
"
|
2720
|
+
"output_required": true,
|
2721
2721
|
"type": "string",
|
2722
2722
|
"value_allowed_null": true
|
2723
2723
|
},
|
@@ -2727,7 +2727,7 @@
|
|
2727
2727
|
"example": "134****3232",
|
2728
2728
|
"member": "string",
|
2729
2729
|
"name": "Phone",
|
2730
|
-
"
|
2730
|
+
"output_required": true,
|
2731
2731
|
"type": "string",
|
2732
2732
|
"value_allowed_null": true
|
2733
2733
|
}
|
@@ -2766,10 +2766,10 @@
|
|
2766
2766
|
{
|
2767
2767
|
"disabled": false,
|
2768
2768
|
"document": "外部联系人的userId",
|
2769
|
-
"example": "
|
2769
|
+
"example": "wSDFDSN8xxxXtWyujaWJHxxxSDFS8324",
|
2770
2770
|
"member": "string",
|
2771
2771
|
"name": "ExternalUserId",
|
2772
|
-
"
|
2772
|
+
"output_required": true,
|
2773
2773
|
"type": "string",
|
2774
2774
|
"value_allowed_null": false
|
2775
2775
|
},
|
@@ -2779,7 +2779,7 @@
|
|
2779
2779
|
"example": "yangGuo",
|
2780
2780
|
"member": "string",
|
2781
2781
|
"name": "UserId",
|
2782
|
-
"
|
2782
|
+
"output_required": true,
|
2783
2783
|
"type": "string",
|
2784
2784
|
"value_allowed_null": false
|
2785
2785
|
},
|
@@ -2789,7 +2789,7 @@
|
|
2789
2789
|
"example": "销售名称",
|
2790
2790
|
"member": "string",
|
2791
2791
|
"name": "SalesName",
|
2792
|
-
"
|
2792
|
+
"output_required": true,
|
2793
2793
|
"type": "string",
|
2794
2794
|
"value_allowed_null": true
|
2795
2795
|
},
|
@@ -2799,7 +2799,7 @@
|
|
2799
2799
|
"example": "[0,1]",
|
2800
2800
|
"member": "int64",
|
2801
2801
|
"name": "DepartmentIdList",
|
2802
|
-
"
|
2802
|
+
"output_required": true,
|
2803
2803
|
"type": "list",
|
2804
2804
|
"value_allowed_null": false
|
2805
2805
|
}
|
@@ -2904,20 +2904,20 @@
|
|
2904
2904
|
{
|
2905
2905
|
"disabled": false,
|
2906
2906
|
"document": "企业主体对应的外部联系人userId",
|
2907
|
-
"example": "
|
2907
|
+
"example": "safdIDSFNfsdxxxywsdfRwxxfdDXfs",
|
2908
2908
|
"member": "string",
|
2909
2909
|
"name": "CorpExternalUserId",
|
2910
|
-
"
|
2910
|
+
"output_required": true,
|
2911
2911
|
"type": "string",
|
2912
2912
|
"value_allowed_null": false
|
2913
2913
|
},
|
2914
2914
|
{
|
2915
2915
|
"disabled": false,
|
2916
2916
|
"document": "乐销车应用主体对应的外部联系人, 当不存在好友关系时,该字段值为空\n注意:此字段可能返回 null,表示取不到有效值。",
|
2917
|
-
"example": "
|
2917
|
+
"example": "safdIDSFNfsdxxxywsdfRwxxfdDXfs",
|
2918
2918
|
"member": "string",
|
2919
2919
|
"name": "ExternalUserId",
|
2920
|
-
"
|
2920
|
+
"output_required": true,
|
2921
2921
|
"type": "string",
|
2922
2922
|
"value_allowed_null": true
|
2923
2923
|
}
|
@@ -3069,7 +3069,7 @@
|
|
3069
3069
|
"example": "rocky",
|
3070
3070
|
"member": "string",
|
3071
3071
|
"name": "UserId",
|
3072
|
-
"
|
3072
|
+
"output_required": true,
|
3073
3073
|
"type": "string",
|
3074
3074
|
"value_allowed_null": false
|
3075
3075
|
},
|
@@ -3079,7 +3079,7 @@
|
|
3079
3079
|
"example": "备注",
|
3080
3080
|
"member": "string",
|
3081
3081
|
"name": "Remark",
|
3082
|
-
"
|
3082
|
+
"output_required": true,
|
3083
3083
|
"type": "string",
|
3084
3084
|
"value_allowed_null": true
|
3085
3085
|
},
|
@@ -3089,7 +3089,7 @@
|
|
3089
3089
|
"example": "描述",
|
3090
3090
|
"member": "string",
|
3091
3091
|
"name": "Description",
|
3092
|
-
"
|
3092
|
+
"output_required": true,
|
3093
3093
|
"type": "string",
|
3094
3094
|
"value_allowed_null": true
|
3095
3095
|
},
|
@@ -3099,7 +3099,7 @@
|
|
3099
3099
|
"example": "1618322621",
|
3100
3100
|
"member": "uint64",
|
3101
3101
|
"name": "CreateTime",
|
3102
|
-
"
|
3102
|
+
"output_required": true,
|
3103
3103
|
"type": "int",
|
3104
3104
|
"value_allowed_null": false
|
3105
3105
|
},
|
@@ -3109,17 +3109,17 @@
|
|
3109
3109
|
"example": "1",
|
3110
3110
|
"member": "int64",
|
3111
3111
|
"name": "AddWay",
|
3112
|
-
"
|
3112
|
+
"output_required": true,
|
3113
3113
|
"type": "int",
|
3114
3114
|
"value_allowed_null": false
|
3115
3115
|
},
|
3116
3116
|
{
|
3117
3117
|
"disabled": false,
|
3118
3118
|
"document": "发起添加的userid,如果成员主动添加,为成员的userid;如果是客户主动添加,则为客户的外部联系人userid;如果是内部成员共享/管理员分配,则为对应的成员/管理员userid",
|
3119
|
-
"example": "
|
3119
|
+
"example": "sadfNDJSNFDSOF23234DSDSNFdsfjkdnf",
|
3120
3120
|
"member": "string",
|
3121
3121
|
"name": "OperUserId",
|
3122
|
-
"
|
3122
|
+
"output_required": true,
|
3123
3123
|
"type": "string",
|
3124
3124
|
"value_allowed_null": false
|
3125
3125
|
},
|
@@ -3129,7 +3129,7 @@
|
|
3129
3129
|
"example": "[]",
|
3130
3130
|
"member": "ExternalContactTag",
|
3131
3131
|
"name": "Tags",
|
3132
|
-
"
|
3132
|
+
"output_required": true,
|
3133
3133
|
"type": "list",
|
3134
3134
|
"value_allowed_null": true
|
3135
3135
|
}
|
@@ -4400,7 +4400,7 @@
|
|
4400
4400
|
{
|
4401
4401
|
"disabled": false,
|
4402
4402
|
"document": "外部联系人的userid,注意不是企业成员的账号",
|
4403
|
-
"example": "
|
4403
|
+
"example": "sdafsdSDJFBJSDF3424xxfdsfdsF",
|
4404
4404
|
"member": "string",
|
4405
4405
|
"name": "ExternalUserId",
|
4406
4406
|
"required": true,
|
@@ -4502,7 +4502,7 @@
|
|
4502
4502
|
"example": "无",
|
4503
4503
|
"member": "ExternalContactSimpleInfo",
|
4504
4504
|
"name": "PageData",
|
4505
|
-
"
|
4505
|
+
"output_required": true,
|
4506
4506
|
"type": "list",
|
4507
4507
|
"value_allowed_null": true
|
4508
4508
|
},
|
@@ -4512,7 +4512,7 @@
|
|
4512
4512
|
"example": "2Kgdu51quLaeNJSlwb79im883bftBE9d9Emju5I2MVw",
|
4513
4513
|
"member": "string",
|
4514
4514
|
"name": "NextCursor",
|
4515
|
-
"
|
4515
|
+
"output_required": true,
|
4516
4516
|
"type": "string",
|
4517
4517
|
"value_allowed_null": true
|
4518
4518
|
},
|
@@ -4605,7 +4605,7 @@
|
|
4605
4605
|
{
|
4606
4606
|
"disabled": false,
|
4607
4607
|
"document": "企业主体对应的外部联系人id列表,列表长度限制最大为50。",
|
4608
|
-
"example": "[\"
|
4608
|
+
"example": "[\"xxxfDFsIsxxxxWDWFFSsds34H07vosdfs23fsfdsxcsfdda\"]",
|
4609
4609
|
"member": "string",
|
4610
4610
|
"name": "CorpExternalUserIdList",
|
4611
4611
|
"required": true,
|
@@ -4623,7 +4623,7 @@
|
|
4623
4623
|
"example": "无",
|
4624
4624
|
"member": "ExternalUserMappingInfo",
|
4625
4625
|
"name": "ExternalUserIdMapping",
|
4626
|
-
"
|
4626
|
+
"output_required": true,
|
4627
4627
|
"type": "list",
|
4628
4628
|
"value_allowed_null": true
|
4629
4629
|
},
|
@@ -76,7 +76,7 @@
|
|
76
76
|
{
|
77
77
|
"document": "用于查询线索列表",
|
78
78
|
"input": "POST / HTTP/1.1\nHost: wav.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryClueInfoList\n<公共请求参数>\n\n{\n \"Cursor\": \"sHmJbhJZhCwwMYmSot50dl2Hs9qQvbP+pCUVxlm/oLU=\",\n \"Limit\": 100,\n \"BeginTime\": 1647187200,\n \"EndTime\": 1647273600\n}",
|
79
|
-
"output": "{\n \"Response\": {\n \"NextCursor\": \"sHmJbhJZhCwwMYmSot50dl2Hs9qQvbP+pCUVxlm/oLU=\",\n \"HasMore\": 1,\n \"PageData\": [\n {\n \"DealerId\": \"1,3,5\",\n \"ClueId\": \"1348080105398452226\",\n \"EnquireTime\": 1618556502,\n \"UnionId\": \"
|
79
|
+
"output": "{\n \"Response\": {\n \"NextCursor\": \"sHmJbhJZhCwwMYmSot50dl2Hs9qQvbP+pCUVxlm/oLU=\",\n \"HasMore\": 1,\n \"PageData\": [\n {\n \"DealerId\": \"1,3,5\",\n \"ClueId\": \"1348080105398452226\",\n \"EnquireTime\": 1618556502,\n \"UnionId\": \"dfadfqy2CxAAxxxxxxfoiOFHDFEDxfd\",\n \"Name\": \"微信昵称\",\n \"UserName\": \"李四\",\n \"Phone\": \"134xxxx1234\",\n \"SeriesCode\": \"车系编号\",\n \"ModelCode\": \"车型编号\",\n \"ProvinceCode\": \"省份编号\",\n \"CityCode\": \"城市编号\",\n \"SalesName\": \"顾问名称\",\n \"SalesPhone\": \"134xxxx6789\",\n \"Remark\": \"备注\",\n \"TagList\": [\n \"标签1\",\n \"标签2\"\n ],\n \"LeadUserType\": 0,\n \"LeadType\": 1,\n \"ChannelId\": 1,\n \"ChannelName\": \"渠道1\",\n \"SourceChannelName\": \"渠道1\",\n \"Gender\": 1,\n \"CreateTime\": \"2023-01-01 00:00:00\",\n \"UpdateTime\": \"2023-01-01 00:00:00\",\n \"LeadStatus\": 101,\n \"LevelCode\": \"101\",\n \"ImportAtTime\": 1618322621,\n \"DistributeTime\": 1618322621,\n \"CreateAtTime\": 1618322621,\n \"WxId\": \"李四_1234\",\n \"BrandCode\": \"abc\",\n \"BuildTime\": 1618322621,\n \"OrderTime\": 1618322621,\n \"ArrivalTime\": 1618322621,\n \"DeliveryTime\": 1618322621,\n \"FollowTime\": 1618322621,\n \"NextFollowTime\": 1618322621,\n \"OrgId\": 1,\n \"OrgName\": \"org1\",\n \"Introducer\": \"introducer\",\n \"IntroducerPhone\": \"134xxxx1234\",\n \"IsBindWx\": 0,\n \"IsMerge\": 0,\n \"IsInvalid\": 0,\n \"InvalidType\": \"1\",\n \"InvalidTypeName\": \"空错号\",\n \"InvalidRemark\": \"无效记录\",\n \"InvalidTime\": 1618322621,\n \"DealerName\": \"dealer1\",\n \"ShopId\": 1234567890,\n \"CorpShopId\": \"S1234\",\n \"ShopName\": \"shop1\",\n \"Position\": \"销售\"\n }\n ],\n \"RequestId\": \"b1a024bf-4d74-4b5d-a5bd-bbec330520e8\"\n }\n}",
|
80
80
|
"title": "查询线索列表接口"
|
81
81
|
}
|
82
82
|
],
|
@@ -132,7 +132,7 @@
|
|
132
132
|
{
|
133
133
|
"document": "",
|
134
134
|
"input": "https://wav.tencentcloudapi.com/?Action=QueryExternalContactList\n&Cursor=sHmJbhJZhCwwMYmSot50dl2Hs9qQvbP+pCUVxlm/oLU=\n&Limit=1\n&<公共请求参数>",
|
135
|
-
"output": "{\n \"Response\": {\n \"NextCursor\": \"sHmJbhJZhCwwMYmSot50dl2Hs9qQvbP+pCUVxlm/oLU=\",\n \"PageData\": [\n {\n \"SalesName\": \"杨过\",\n \"UserId\": \"YangGuo\",\n \"ExternalUserId\": \"
|
135
|
+
"output": "{\n \"Response\": {\n \"NextCursor\": \"sHmJbhJZhCwwMYmSot50dl2Hs9qQvbP+pCUVxlm/oLU=\",\n \"PageData\": [\n {\n \"SalesName\": \"杨过\",\n \"UserId\": \"YangGuo\",\n \"ExternalUserId\": \"fdasfJKDSFN72fdsxxxxATGwdsfasfdDFSNFSDFxxx\",\n \"DepartmentIdList\": [\n 0,\n 1\n ]\n }\n ],\n \"RequestId\": \"b1a024bf-4d74-4b5d-a5bd-bbec330520e8\"\n }\n}",
|
136
136
|
"title": "查询外部联系人列表"
|
137
137
|
}
|
138
138
|
],
|
@@ -147,8 +147,8 @@
|
|
147
147
|
"QueryExternalUserMappingInfo": [
|
148
148
|
{
|
149
149
|
"document": "",
|
150
|
-
"input": "POST / HTTP/1.1\nHost: wav.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryExternalUserMappingInfo\n<公共请求参数>\n\n{\n \"CorpExternalUserIdList\": [\n \"
|
151
|
-
"output": "{\n \"Response\": {\n \"ExternalUserIdMapping\": [\n {\n \"CorpExternalUserId\": \"
|
150
|
+
"input": "POST / HTTP/1.1\nHost: wav.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryExternalUserMappingInfo\n<公共请求参数>\n\n{\n \"CorpExternalUserIdList\": [\n \"sacxhdsfknasddfasdf2332edsad\",\n \"safd32SADFSf23r2fdsfsd\"\n ]\n}",
|
151
|
+
"output": "{\n \"Response\": {\n \"ExternalUserIdMapping\": [\n {\n \"CorpExternalUserId\": \"safdIDSFNfsdxxxywsdfRwxxfdDXfs\",\n \"ExternalUserId\": \"safdIDSFNfsdxxxywsdfRwxxfdDXfs\"\n }\n ],\n \"RequestId\": \"b1a024bf-4d74-4b5d-a5bd-bbec330520e8\"\n }\n}",
|
152
152
|
"title": "外部联系人转换接口"
|
153
153
|
}
|
154
154
|
],
|