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
@@ -283,43 +283,43 @@
|
|
283
283
|
},
|
284
284
|
{
|
285
285
|
"disabled": false,
|
286
|
-
"document": "业务员ID
|
286
|
+
"document": "业务员ID",
|
287
287
|
"example": "10002",
|
288
288
|
"member": "string",
|
289
289
|
"name": "SalesUin",
|
290
290
|
"output_required": true,
|
291
291
|
"type": "string",
|
292
|
-
"value_allowed_null":
|
292
|
+
"value_allowed_null": false
|
293
293
|
},
|
294
294
|
{
|
295
295
|
"disabled": false,
|
296
|
-
"document": "
|
296
|
+
"document": "业务员姓名",
|
297
297
|
"example": "腾讯",
|
298
298
|
"member": "string",
|
299
299
|
"name": "SalesName",
|
300
300
|
"output_required": true,
|
301
301
|
"type": "string",
|
302
|
-
"value_allowed_null":
|
302
|
+
"value_allowed_null": false
|
303
303
|
},
|
304
304
|
{
|
305
305
|
"disabled": false,
|
306
|
-
"document": "
|
306
|
+
"document": "代客邮箱",
|
307
307
|
"example": "10000***@qq.com",
|
308
308
|
"member": "string",
|
309
309
|
"name": "Mail",
|
310
310
|
"output_required": true,
|
311
311
|
"type": "string",
|
312
|
-
"value_allowed_null":
|
312
|
+
"value_allowed_null": false
|
313
313
|
},
|
314
314
|
{
|
315
315
|
"disabled": false,
|
316
|
-
"document": "交易类型:交易类型 1-原类型 2-代理型 3
|
316
|
+
"document": "交易类型:交易类型 1-原类型 2-代理型 3-代采型",
|
317
317
|
"example": "1",
|
318
318
|
"member": "string",
|
319
319
|
"name": "TransactionType",
|
320
320
|
"output_required": false,
|
321
321
|
"type": "string",
|
322
|
-
"value_allowed_null":
|
322
|
+
"value_allowed_null": false
|
323
323
|
}
|
324
324
|
],
|
325
325
|
"usage": "out"
|
@@ -330,10 +330,10 @@
|
|
330
330
|
{
|
331
331
|
"disabled": false,
|
332
332
|
"document": "代理商账号ID",
|
333
|
-
"example": "
|
333
|
+
"example": "100000032030",
|
334
334
|
"member": "string",
|
335
335
|
"name": "Uin",
|
336
|
-
"
|
336
|
+
"output_required": true,
|
337
337
|
"type": "string",
|
338
338
|
"value_allowed_null": false
|
339
339
|
},
|
@@ -343,17 +343,17 @@
|
|
343
343
|
"example": "20195122445215",
|
344
344
|
"member": "string",
|
345
345
|
"name": "OrderId",
|
346
|
-
"
|
346
|
+
"output_required": true,
|
347
347
|
"type": "string",
|
348
348
|
"value_allowed_null": false
|
349
349
|
},
|
350
350
|
{
|
351
351
|
"disabled": false,
|
352
352
|
"document": "代客账号ID",
|
353
|
-
"example": "
|
353
|
+
"example": "100000049695",
|
354
354
|
"member": "string",
|
355
355
|
"name": "ClientUin",
|
356
|
-
"
|
356
|
+
"output_required": true,
|
357
357
|
"type": "string",
|
358
358
|
"value_allowed_null": false
|
359
359
|
},
|
@@ -363,7 +363,7 @@
|
|
363
363
|
"example": "xxx客户",
|
364
364
|
"member": "string",
|
365
365
|
"name": "ClientRemark",
|
366
|
-
"
|
366
|
+
"output_required": true,
|
367
367
|
"type": "string",
|
368
368
|
"value_allowed_null": false
|
369
369
|
},
|
@@ -373,7 +373,7 @@
|
|
373
373
|
"example": "2019-01-01 00:00:00",
|
374
374
|
"member": "datetime",
|
375
375
|
"name": "PayTime",
|
376
|
-
"
|
376
|
+
"output_required": true,
|
377
377
|
"type": "string",
|
378
378
|
"value_allowed_null": false
|
379
379
|
},
|
@@ -383,7 +383,7 @@
|
|
383
383
|
"example": "cvm",
|
384
384
|
"member": "string",
|
385
385
|
"name": "GoodsType",
|
386
|
-
"
|
386
|
+
"output_required": true,
|
387
387
|
"type": "string",
|
388
388
|
"value_allowed_null": false
|
389
389
|
},
|
@@ -393,7 +393,7 @@
|
|
393
393
|
"example": "预付费",
|
394
394
|
"member": "string",
|
395
395
|
"name": "PayMode",
|
396
|
-
"
|
396
|
+
"output_required": true,
|
397
397
|
"type": "string",
|
398
398
|
"value_allowed_null": false
|
399
399
|
},
|
@@ -403,7 +403,7 @@
|
|
403
403
|
"example": "2019-01-01 00:00:00",
|
404
404
|
"member": "string",
|
405
405
|
"name": "SettleMonth",
|
406
|
-
"
|
406
|
+
"output_required": true,
|
407
407
|
"type": "string",
|
408
408
|
"value_allowed_null": false
|
409
409
|
},
|
@@ -413,7 +413,7 @@
|
|
413
413
|
"example": "10000",
|
414
414
|
"member": "int64",
|
415
415
|
"name": "Amt",
|
416
|
-
"
|
416
|
+
"output_required": true,
|
417
417
|
"type": "int",
|
418
418
|
"value_allowed_null": false
|
419
419
|
},
|
@@ -423,39 +423,39 @@
|
|
423
423
|
"example": "selfpay",
|
424
424
|
"member": "string",
|
425
425
|
"name": "PayerMode",
|
426
|
-
"
|
426
|
+
"output_required": true,
|
427
427
|
"type": "string",
|
428
428
|
"value_allowed_null": false
|
429
429
|
},
|
430
430
|
{
|
431
431
|
"disabled": false,
|
432
|
-
"document": "客户类型:可以为new(自拓)/assign(指定)/old(官网)/direct(直销)/direct_newopp(直销(新商机))
|
432
|
+
"document": "客户类型:可以为new(自拓)/assign(指定)/old(官网)/direct(直销)/direct_newopp(直销(新商机))/空",
|
433
433
|
"example": "new",
|
434
434
|
"member": "string",
|
435
435
|
"name": "ClientType",
|
436
|
-
"
|
436
|
+
"output_required": true,
|
437
437
|
"type": "string",
|
438
|
-
"value_allowed_null":
|
438
|
+
"value_allowed_null": false
|
439
439
|
},
|
440
440
|
{
|
441
441
|
"disabled": false,
|
442
|
-
"document": "项目类型:可以为self(自拓项目)/platform(合作项目)/repeat(复算项目 )
|
442
|
+
"document": "项目类型:可以为self(自拓项目)/platform(合作项目)/repeat(复算项目 )/空",
|
443
443
|
"example": "self",
|
444
444
|
"member": "string",
|
445
445
|
"name": "ProjectType",
|
446
|
-
"
|
446
|
+
"output_required": true,
|
447
447
|
"type": "string",
|
448
|
-
"value_allowed_null":
|
448
|
+
"value_allowed_null": false
|
449
449
|
},
|
450
450
|
{
|
451
451
|
"disabled": false,
|
452
|
-
"document": "活动ID
|
453
|
-
"example": "
|
452
|
+
"document": "活动ID",
|
453
|
+
"example": "3194041084293",
|
454
454
|
"member": "string",
|
455
455
|
"name": "ActivityId",
|
456
|
-
"
|
456
|
+
"output_required": true,
|
457
457
|
"type": "string",
|
458
|
-
"value_allowed_null":
|
458
|
+
"value_allowed_null": false
|
459
459
|
}
|
460
460
|
],
|
461
461
|
"usage": "out"
|
@@ -469,7 +469,7 @@
|
|
469
469
|
"example": "10000001",
|
470
470
|
"member": "string",
|
471
471
|
"name": "Uin",
|
472
|
-
"
|
472
|
+
"output_required": true,
|
473
473
|
"type": "string",
|
474
474
|
"value_allowed_null": false
|
475
475
|
},
|
@@ -479,7 +479,7 @@
|
|
479
479
|
"example": "10000001",
|
480
480
|
"member": "string",
|
481
481
|
"name": "ClientUin",
|
482
|
-
"
|
482
|
+
"output_required": true,
|
483
483
|
"type": "string",
|
484
484
|
"value_allowed_null": false
|
485
485
|
},
|
@@ -489,17 +489,17 @@
|
|
489
489
|
"example": "1618294993",
|
490
490
|
"member": "uint64",
|
491
491
|
"name": "ApplyTime",
|
492
|
-
"
|
492
|
+
"output_required": true,
|
493
493
|
"type": "int",
|
494
494
|
"value_allowed_null": false
|
495
495
|
},
|
496
496
|
{
|
497
497
|
"disabled": false,
|
498
|
-
"document": "代客类型,可能值为a/b/c",
|
499
|
-
"example": "
|
498
|
+
"document": "代客类型,可能值为a/b/c/other",
|
499
|
+
"example": "other",
|
500
500
|
"member": "string",
|
501
501
|
"name": "ClientFlag",
|
502
|
-
"
|
502
|
+
"output_required": true,
|
503
503
|
"type": "string",
|
504
504
|
"value_allowed_null": false
|
505
505
|
},
|
@@ -509,7 +509,7 @@
|
|
509
509
|
"example": "88******@qq.com",
|
510
510
|
"member": "string",
|
511
511
|
"name": "Mail",
|
512
|
-
"
|
512
|
+
"output_required": true,
|
513
513
|
"type": "string",
|
514
514
|
"value_allowed_null": false
|
515
515
|
},
|
@@ -519,7 +519,7 @@
|
|
519
519
|
"example": "188****8888",
|
520
520
|
"member": "string",
|
521
521
|
"name": "Phone",
|
522
|
-
"
|
522
|
+
"output_required": true,
|
523
523
|
"type": "string",
|
524
524
|
"value_allowed_null": false
|
525
525
|
},
|
@@ -529,7 +529,7 @@
|
|
529
529
|
"example": "0",
|
530
530
|
"member": "uint64",
|
531
531
|
"name": "HasOverdueBill",
|
532
|
-
"
|
532
|
+
"output_required": true,
|
533
533
|
"type": "int",
|
534
534
|
"value_allowed_null": false
|
535
535
|
},
|
@@ -539,39 +539,39 @@
|
|
539
539
|
"example": "1",
|
540
540
|
"member": "uint64",
|
541
541
|
"name": "Status",
|
542
|
-
"
|
542
|
+
"output_required": true,
|
543
543
|
"type": "int",
|
544
544
|
"value_allowed_null": false
|
545
545
|
},
|
546
546
|
{
|
547
547
|
"disabled": false,
|
548
|
-
"document": "业务员ID
|
548
|
+
"document": "业务员ID",
|
549
549
|
"example": "1000001",
|
550
550
|
"member": "string",
|
551
551
|
"name": "SalesUin",
|
552
|
-
"
|
552
|
+
"output_required": true,
|
553
553
|
"type": "string",
|
554
|
-
"value_allowed_null":
|
554
|
+
"value_allowed_null": false
|
555
555
|
},
|
556
556
|
{
|
557
557
|
"disabled": false,
|
558
|
-
"document": "
|
558
|
+
"document": "业务员姓名",
|
559
559
|
"example": "*工",
|
560
560
|
"member": "string",
|
561
561
|
"name": "SalesName",
|
562
|
-
"
|
562
|
+
"output_required": true,
|
563
563
|
"type": "string",
|
564
|
-
"value_allowed_null":
|
564
|
+
"value_allowed_null": false
|
565
565
|
},
|
566
566
|
{
|
567
567
|
"disabled": false,
|
568
|
-
"document": "
|
568
|
+
"document": "客户名称,此字段和控制台返回一致。",
|
569
569
|
"example": "*户",
|
570
570
|
"member": "string",
|
571
571
|
"name": "ClientName",
|
572
|
-
"
|
572
|
+
"output_required": true,
|
573
573
|
"type": "string",
|
574
|
-
"value_allowed_null":
|
574
|
+
"value_allowed_null": false
|
575
575
|
}
|
576
576
|
],
|
577
577
|
"usage": "out"
|
@@ -582,7 +582,7 @@
|
|
582
582
|
{
|
583
583
|
"disabled": false,
|
584
584
|
"document": "订单自增 ID【请勿依赖该字段作为唯一标识】",
|
585
|
-
"example": "
|
585
|
+
"example": "202008124664564",
|
586
586
|
"member": "string",
|
587
587
|
"name": "DealId",
|
588
588
|
"output_required": true,
|
@@ -602,7 +602,7 @@
|
|
602
602
|
{
|
603
603
|
"disabled": false,
|
604
604
|
"document": "商品类型 ID",
|
605
|
-
"example": "
|
605
|
+
"example": "10000001",
|
606
606
|
"member": "string",
|
607
607
|
"name": "GoodsCategoryId",
|
608
608
|
"output_required": true,
|
@@ -612,7 +612,7 @@
|
|
612
612
|
{
|
613
613
|
"disabled": false,
|
614
614
|
"document": "订单所有者",
|
615
|
-
"example": "
|
615
|
+
"example": "10000001",
|
616
616
|
"member": "string",
|
617
617
|
"name": "OwnerUin",
|
618
618
|
"output_required": true,
|
@@ -621,273 +621,273 @@
|
|
621
621
|
},
|
622
622
|
{
|
623
623
|
"disabled": false,
|
624
|
-
"document": "订单所有者对应 appId
|
625
|
-
"example": "
|
624
|
+
"document": "订单所有者对应 appId",
|
625
|
+
"example": "10000001",
|
626
626
|
"member": "string",
|
627
627
|
"name": "AppId",
|
628
628
|
"output_required": true,
|
629
629
|
"type": "string",
|
630
|
-
"value_allowed_null":
|
630
|
+
"value_allowed_null": false
|
631
631
|
},
|
632
632
|
{
|
633
633
|
"disabled": false,
|
634
|
-
"document": "
|
634
|
+
"document": "商品数量",
|
635
635
|
"example": "1000",
|
636
636
|
"member": "string",
|
637
637
|
"name": "GoodsNum",
|
638
638
|
"output_required": true,
|
639
639
|
"type": "string",
|
640
|
-
"value_allowed_null":
|
640
|
+
"value_allowed_null": false
|
641
641
|
},
|
642
642
|
{
|
643
643
|
"disabled": false,
|
644
|
-
"document": "
|
645
|
-
"example": "{}",
|
644
|
+
"document": "价格详情",
|
645
|
+
"example": "{ \"OriginalTotalCost\": 6988000, \"RealTotalCost\": 6988000 }",
|
646
646
|
"member": "DealGoodsPriceNewElem",
|
647
647
|
"name": "GoodsPrice",
|
648
648
|
"output_required": true,
|
649
649
|
"type": "object",
|
650
|
-
"value_allowed_null":
|
650
|
+
"value_allowed_null": false
|
651
651
|
},
|
652
652
|
{
|
653
653
|
"disabled": false,
|
654
|
-
"document": "
|
655
|
-
"example": "
|
654
|
+
"document": "下单人",
|
655
|
+
"example": "10000001",
|
656
656
|
"member": "string",
|
657
657
|
"name": "Creater",
|
658
658
|
"output_required": true,
|
659
659
|
"type": "string",
|
660
|
-
"value_allowed_null":
|
660
|
+
"value_allowed_null": false
|
661
661
|
},
|
662
662
|
{
|
663
663
|
"disabled": false,
|
664
|
-
"document": "
|
664
|
+
"document": "下单时间",
|
665
665
|
"example": "2020-12-03 11:11:12",
|
666
666
|
"member": "string",
|
667
667
|
"name": "CreatTime",
|
668
668
|
"output_required": true,
|
669
669
|
"type": "string",
|
670
|
-
"value_allowed_null":
|
670
|
+
"value_allowed_null": false
|
671
671
|
},
|
672
672
|
{
|
673
673
|
"disabled": false,
|
674
|
-
"document": "
|
674
|
+
"document": "支付结束时间",
|
675
675
|
"example": "2020-12-03 11:11:12",
|
676
676
|
"member": "string",
|
677
677
|
"name": "PayEndTime",
|
678
678
|
"output_required": true,
|
679
679
|
"type": "string",
|
680
|
-
"value_allowed_null":
|
680
|
+
"value_allowed_null": false
|
681
681
|
},
|
682
682
|
{
|
683
683
|
"disabled": false,
|
684
|
-
"document": "
|
684
|
+
"document": "扣费流水号",
|
685
685
|
"example": "12345615882524264",
|
686
686
|
"member": "string",
|
687
687
|
"name": "BillId",
|
688
688
|
"output_required": true,
|
689
689
|
"type": "string",
|
690
|
-
"value_allowed_null":
|
690
|
+
"value_allowed_null": false
|
691
691
|
},
|
692
692
|
{
|
693
693
|
"disabled": false,
|
694
|
-
"document": "
|
695
|
-
"example": "
|
694
|
+
"document": "支付人",
|
695
|
+
"example": "10000001",
|
696
696
|
"member": "string",
|
697
697
|
"name": "Payer",
|
698
698
|
"output_required": true,
|
699
699
|
"type": "string",
|
700
|
-
"value_allowed_null":
|
700
|
+
"value_allowed_null": false
|
701
701
|
},
|
702
702
|
{
|
703
703
|
"disabled": false,
|
704
|
-
"document": "
|
704
|
+
"document": "订单状态,中文描述",
|
705
705
|
"example": "未支付",
|
706
706
|
"member": "string",
|
707
707
|
"name": "DealStatus",
|
708
708
|
"output_required": true,
|
709
709
|
"type": "string",
|
710
|
-
"value_allowed_null":
|
710
|
+
"value_allowed_null": false
|
711
711
|
},
|
712
712
|
{
|
713
713
|
"disabled": false,
|
714
|
-
"document": "订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
|
714
|
+
"document": "订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)",
|
715
715
|
"example": "1",
|
716
716
|
"member": "string",
|
717
717
|
"name": "Status",
|
718
718
|
"output_required": true,
|
719
719
|
"type": "string",
|
720
|
-
"value_allowed_null":
|
720
|
+
"value_allowed_null": false
|
721
721
|
},
|
722
722
|
{
|
723
723
|
"disabled": false,
|
724
|
-
"document": "
|
724
|
+
"document": "产品名称",
|
725
725
|
"example": "CVM",
|
726
726
|
"member": "string",
|
727
727
|
"name": "GoodsName",
|
728
728
|
"output_required": true,
|
729
729
|
"type": "string",
|
730
|
-
"value_allowed_null":
|
730
|
+
"value_allowed_null": false
|
731
731
|
},
|
732
732
|
{
|
733
733
|
"disabled": false,
|
734
|
-
"document": "
|
735
|
-
"example": "
|
734
|
+
"document": "客户备注",
|
735
|
+
"example": "代客备注",
|
736
736
|
"member": "string",
|
737
737
|
"name": "ClientRemark",
|
738
738
|
"output_required": true,
|
739
739
|
"type": "string",
|
740
|
-
"value_allowed_null":
|
740
|
+
"value_allowed_null": false
|
741
741
|
},
|
742
742
|
{
|
743
743
|
"disabled": false,
|
744
|
-
"document": "订单操作类型,\"purchase\":\"新购\",\"upgrade\":\"升配\",\"upConvertExpire\":\"升配\",\"downgrade\":\"降配\",\"downConvertExpire\":\"降配\",\"renew\":\"续费\",\"refund\":\"退货\",\"modifyNetworkMode\":\"调整带宽模式\",\"modifyNetworkSize\":\"调整带宽大小\",\"preMoveOut\":\"资源迁出\",\"preMoveIn\":\"资源迁入\",\"preToPost\":\"包年包月转按量\",\"modify\":\"变配\",\"postMoveOut\":\"资源迁出\",\"postMoveIn\":\"资源迁入\",\"recoverRefundForward\":\"调账补偿\",\"recoverPayReserve\":\"调账补偿\",\"recoverPayForward\":\"调账扣费\",\"recoverRefundReserve\":\"调账扣费\"
|
744
|
+
"document": "订单操作类型,\"purchase\":\"新购\",\"upgrade\":\"升配\",\"upConvertExpire\":\"升配\",\"downgrade\":\"降配\",\"downConvertExpire\":\"降配\",\"renew\":\"续费\",\"refund\":\"退货\",\"modifyNetworkMode\":\"调整带宽模式\",\"modifyNetworkSize\":\"调整带宽大小\",\"preMoveOut\":\"资源迁出\",\"preMoveIn\":\"资源迁入\",\"preToPost\":\"包年包月转按量\",\"modify\":\"变配\",\"postMoveOut\":\"资源迁出\",\"postMoveIn\":\"资源迁入\",\"recoverRefundForward\":\"调账补偿\",\"recoverPayReserve\":\"调账补偿\",\"recoverPayForward\":\"调账扣费\",\"recoverRefundReserve\":\"调账扣费\"",
|
745
745
|
"example": "renew",
|
746
746
|
"member": "string",
|
747
747
|
"name": "ActionType",
|
748
748
|
"output_required": true,
|
749
749
|
"type": "string",
|
750
|
-
"value_allowed_null":
|
750
|
+
"value_allowed_null": false
|
751
751
|
},
|
752
752
|
{
|
753
753
|
"disabled": false,
|
754
|
-
"document": "
|
754
|
+
"document": "代金券抵扣金额,单位分",
|
755
755
|
"example": "10000",
|
756
756
|
"member": "string",
|
757
757
|
"name": "VoucherDecline",
|
758
758
|
"output_required": true,
|
759
759
|
"type": "string",
|
760
|
-
"value_allowed_null":
|
760
|
+
"value_allowed_null": false
|
761
761
|
},
|
762
762
|
{
|
763
763
|
"disabled": false,
|
764
|
-
"document": "
|
765
|
-
"example": "
|
764
|
+
"document": "大订单号",
|
765
|
+
"example": "202008124664564",
|
766
766
|
"member": "string",
|
767
767
|
"name": "BigDealId",
|
768
768
|
"output_required": true,
|
769
769
|
"type": "string",
|
770
|
-
"value_allowed_null":
|
770
|
+
"value_allowed_null": false
|
771
771
|
},
|
772
772
|
{
|
773
773
|
"disabled": false,
|
774
|
-
"document": "客户类型(new:自拓;old:官网;assign:指派;direct:直销;direct_newopp:直销(新商机)
|
774
|
+
"document": "客户类型(new:自拓;old:官网;assign:指派;direct:直销;direct_newopp:直销(新商机))",
|
775
775
|
"example": "new",
|
776
776
|
"member": "string",
|
777
777
|
"name": "ClientType",
|
778
778
|
"output_required": true,
|
779
779
|
"type": "string",
|
780
|
-
"value_allowed_null":
|
780
|
+
"value_allowed_null": false
|
781
781
|
},
|
782
782
|
{
|
783
783
|
"disabled": false,
|
784
|
-
"document": "项目类型(self:自拓;repeat:直销;platform
|
784
|
+
"document": "项目类型(self:自拓;repeat:直销;platform:官网合作)",
|
785
785
|
"example": "self",
|
786
786
|
"member": "string",
|
787
787
|
"name": "ProjectType",
|
788
788
|
"output_required": true,
|
789
789
|
"type": "string",
|
790
|
-
"value_allowed_null":
|
790
|
+
"value_allowed_null": false
|
791
791
|
},
|
792
792
|
{
|
793
793
|
"disabled": false,
|
794
|
-
"document": "业务员账号ID
|
795
|
-
"example": "
|
794
|
+
"document": "业务员账号ID",
|
795
|
+
"example": "10000001",
|
796
796
|
"member": "string",
|
797
797
|
"name": "SalesUin",
|
798
798
|
"output_required": true,
|
799
799
|
"type": "string",
|
800
|
-
"value_allowed_null":
|
800
|
+
"value_allowed_null": false
|
801
801
|
},
|
802
802
|
{
|
803
803
|
"disabled": false,
|
804
|
-
"document": "支付方式,0:自付;1
|
804
|
+
"document": "支付方式,0:自付;1:代付",
|
805
805
|
"example": "0",
|
806
806
|
"member": "string",
|
807
807
|
"name": "PayerMode",
|
808
808
|
"output_required": true,
|
809
809
|
"type": "string",
|
810
|
-
"value_allowed_null":
|
810
|
+
"value_allowed_null": false
|
811
811
|
},
|
812
812
|
{
|
813
813
|
"disabled": false,
|
814
|
-
"document": "活动ID
|
814
|
+
"document": "活动ID",
|
815
815
|
"example": "10001",
|
816
816
|
"member": "string",
|
817
817
|
"name": "ActivityId",
|
818
818
|
"output_required": true,
|
819
819
|
"type": "string",
|
820
|
-
"value_allowed_null":
|
820
|
+
"value_allowed_null": false
|
821
821
|
},
|
822
822
|
{
|
823
823
|
"disabled": false,
|
824
|
-
"document": "
|
824
|
+
"document": "订单过期时间",
|
825
825
|
"example": "2020-12-03 11:11:12",
|
826
826
|
"member": "string",
|
827
827
|
"name": "OverdueTime",
|
828
828
|
"output_required": true,
|
829
829
|
"type": "string",
|
830
|
-
"value_allowed_null":
|
830
|
+
"value_allowed_null": false
|
831
831
|
},
|
832
832
|
{
|
833
833
|
"disabled": false,
|
834
|
-
"document": "
|
835
|
-
"example": "{}",
|
834
|
+
"document": "产品详情",
|
835
|
+
"example": "[ { \"Name\": \"企业版高级账号\", \"Value\": \"10\" }, { \"Name\": \"50方虚拟会议室\", \"Value\": \"1\" }, { \"Name\": \"300方虚拟会议室\", \"Value\": \"9\" } ]",
|
836
836
|
"member": "ProductInfoElem",
|
837
837
|
"name": "ProductInfo",
|
838
838
|
"output_required": true,
|
839
839
|
"type": "list",
|
840
|
-
"value_allowed_null":
|
840
|
+
"value_allowed_null": false
|
841
841
|
},
|
842
842
|
{
|
843
843
|
"disabled": false,
|
844
|
-
"document": "
|
844
|
+
"document": "付款方式",
|
845
845
|
"example": "按月:3个月",
|
846
846
|
"member": "string",
|
847
847
|
"name": "PaymentMethod",
|
848
848
|
"output_required": true,
|
849
849
|
"type": "string",
|
850
|
-
"value_allowed_null":
|
850
|
+
"value_allowed_null": false
|
851
851
|
},
|
852
852
|
{
|
853
853
|
"disabled": false,
|
854
|
-
"document": "
|
854
|
+
"document": "订单更新时间",
|
855
855
|
"example": "2020-01-01 00:00:00",
|
856
856
|
"member": "string",
|
857
857
|
"name": "UpdateTime",
|
858
858
|
"output_required": true,
|
859
859
|
"type": "string",
|
860
|
-
"value_allowed_null":
|
860
|
+
"value_allowed_null": false
|
861
861
|
},
|
862
862
|
{
|
863
863
|
"disabled": false,
|
864
|
-
"document": "资源id
|
865
|
-
"example": "
|
864
|
+
"document": "资源id",
|
865
|
+
"example": "[ \"700000942629_2024012000000000\" ]",
|
866
866
|
"member": "string",
|
867
867
|
"name": "ResourceIds",
|
868
868
|
"output_required": true,
|
869
869
|
"type": "list",
|
870
|
-
"value_allowed_null":
|
870
|
+
"value_allowed_null": false
|
871
871
|
},
|
872
872
|
{
|
873
873
|
"disabled": false,
|
874
|
-
"document": "退款单的原订单信息。当前仅 DescribeClientDealsByCache
|
875
|
-
"example": "
|
874
|
+
"document": "退款单的原订单信息。当前仅 DescribeClientDealsByCache 接口会返回该字段",
|
875
|
+
"example": "[{\"DealName\":\"test\",\"RefundAmount\":10001}]",
|
876
876
|
"member": "RefundMap",
|
877
877
|
"name": "RefundMap",
|
878
878
|
"output_required": false,
|
879
879
|
"type": "list",
|
880
|
-
"value_allowed_null":
|
880
|
+
"value_allowed_null": false
|
881
881
|
},
|
882
882
|
{
|
883
883
|
"disabled": false,
|
884
|
-
"document": "
|
884
|
+
"document": "子产品名称",
|
885
885
|
"example": "CVM",
|
886
886
|
"member": "string",
|
887
887
|
"name": "SubGoodsName",
|
888
888
|
"output_required": false,
|
889
889
|
"type": "string",
|
890
|
-
"value_allowed_null":
|
890
|
+
"value_allowed_null": false
|
891
891
|
}
|
892
892
|
],
|
893
893
|
"usage": "out"
|
@@ -898,7 +898,7 @@
|
|
898
898
|
{
|
899
899
|
"disabled": false,
|
900
900
|
"document": "订单所有者uin",
|
901
|
-
"example": "
|
901
|
+
"example": "100000032030",
|
902
902
|
"member": "string",
|
903
903
|
"name": "OwnerUin",
|
904
904
|
"required": true,
|
@@ -943,40 +943,40 @@
|
|
943
943
|
{
|
944
944
|
"disabled": false,
|
945
945
|
"document": "代理商账号ID",
|
946
|
-
"example": "",
|
946
|
+
"example": "10000001",
|
947
947
|
"member": "string",
|
948
948
|
"name": "Uin",
|
949
|
-
"
|
949
|
+
"output_required": true,
|
950
950
|
"type": "string",
|
951
951
|
"value_allowed_null": false
|
952
952
|
},
|
953
953
|
{
|
954
954
|
"disabled": false,
|
955
955
|
"document": "业务员ID",
|
956
|
-
"example": "",
|
956
|
+
"example": "10000001",
|
957
957
|
"member": "string",
|
958
958
|
"name": "SalesUin",
|
959
|
-
"
|
959
|
+
"output_required": true,
|
960
960
|
"type": "string",
|
961
961
|
"value_allowed_null": false
|
962
962
|
},
|
963
963
|
{
|
964
964
|
"disabled": false,
|
965
965
|
"document": "业务员姓名",
|
966
|
-
"example": "",
|
966
|
+
"example": "业务员名称",
|
967
967
|
"member": "string",
|
968
968
|
"name": "SalesName",
|
969
|
-
"
|
969
|
+
"output_required": true,
|
970
970
|
"type": "string",
|
971
971
|
"value_allowed_null": false
|
972
972
|
},
|
973
973
|
{
|
974
974
|
"disabled": false,
|
975
975
|
"document": "业务员创建时间",
|
976
|
-
"example": "",
|
976
|
+
"example": "2024-01-01 00:00:00",
|
977
977
|
"member": "datetime",
|
978
978
|
"name": "CreateTime",
|
979
|
-
"
|
979
|
+
"output_required": true,
|
980
980
|
"type": "string",
|
981
981
|
"value_allowed_null": false
|
982
982
|
}
|
@@ -1066,21 +1066,23 @@
|
|
1066
1066
|
"members": [
|
1067
1067
|
{
|
1068
1068
|
"disabled": false,
|
1069
|
-
"document": "处理成功的代客uin
|
1069
|
+
"document": "处理成功的代客uin列表",
|
1070
1070
|
"example": "[\"12345\"]",
|
1071
1071
|
"member": "string",
|
1072
1072
|
"name": "SucceedUins",
|
1073
|
+
"output_required": true,
|
1073
1074
|
"type": "list",
|
1074
|
-
"value_allowed_null":
|
1075
|
+
"value_allowed_null": false
|
1075
1076
|
},
|
1076
1077
|
{
|
1077
1078
|
"disabled": false,
|
1078
|
-
"document": "处理失败的代客uin
|
1079
|
+
"document": "处理失败的代客uin列表",
|
1079
1080
|
"example": "[\"12346\"]",
|
1080
1081
|
"member": "string",
|
1081
1082
|
"name": "FailedUins",
|
1083
|
+
"output_required": true,
|
1082
1084
|
"type": "list",
|
1083
|
-
"value_allowed_null":
|
1085
|
+
"value_allowed_null": false
|
1084
1086
|
},
|
1085
1087
|
{
|
1086
1088
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1097,7 +1099,7 @@
|
|
1097
1099
|
{
|
1098
1100
|
"disabled": false,
|
1099
1101
|
"document": "待审核客户账号ID",
|
1100
|
-
"example": "
|
1102
|
+
"example": "2000002",
|
1101
1103
|
"member": "string",
|
1102
1104
|
"name": "ClientUin",
|
1103
1105
|
"required": true,
|
@@ -1130,20 +1132,20 @@
|
|
1130
1132
|
{
|
1131
1133
|
"disabled": false,
|
1132
1134
|
"document": "代理商账号ID",
|
1133
|
-
"example": "
|
1135
|
+
"example": "1000001",
|
1134
1136
|
"member": "string",
|
1135
1137
|
"name": "Uin",
|
1136
|
-
"
|
1138
|
+
"output_required": true,
|
1137
1139
|
"type": "string",
|
1138
1140
|
"value_allowed_null": false
|
1139
1141
|
},
|
1140
1142
|
{
|
1141
1143
|
"disabled": false,
|
1142
1144
|
"document": "客户账号ID",
|
1143
|
-
"example": "
|
1145
|
+
"example": "2000002",
|
1144
1146
|
"member": "string",
|
1145
1147
|
"name": "ClientUin",
|
1146
|
-
"
|
1148
|
+
"output_required": true,
|
1147
1149
|
"type": "string",
|
1148
1150
|
"value_allowed_null": false
|
1149
1151
|
},
|
@@ -1153,19 +1155,19 @@
|
|
1153
1155
|
"example": "qcloudaudit",
|
1154
1156
|
"member": "string",
|
1155
1157
|
"name": "AuditResult",
|
1156
|
-
"
|
1158
|
+
"output_required": true,
|
1157
1159
|
"type": "string",
|
1158
1160
|
"value_allowed_null": false
|
1159
1161
|
},
|
1160
1162
|
{
|
1161
1163
|
"disabled": false,
|
1162
|
-
"document": "
|
1164
|
+
"document": "关联时间对应的时间戳",
|
1163
1165
|
"example": "133218546",
|
1164
1166
|
"member": "uint64",
|
1165
1167
|
"name": "AgentTime",
|
1166
|
-
"
|
1168
|
+
"output_required": true,
|
1167
1169
|
"type": "int",
|
1168
|
-
"value_allowed_null":
|
1170
|
+
"value_allowed_null": false
|
1169
1171
|
},
|
1170
1172
|
{
|
1171
1173
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1182,7 +1184,7 @@
|
|
1182
1184
|
{
|
1183
1185
|
"disabled": false,
|
1184
1186
|
"document": "客户账号ID",
|
1185
|
-
"example": "
|
1187
|
+
"example": "100000032030",
|
1186
1188
|
"member": "string",
|
1187
1189
|
"name": "ClientUin",
|
1188
1190
|
"required": true,
|
@@ -1361,7 +1363,7 @@
|
|
1361
1363
|
"example": "{ \"Uin\": \"3286669433\", \"ClientUin\": \"2461871653\", \"C",
|
1362
1364
|
"member": "AgentAuditedClient",
|
1363
1365
|
"name": "AgentClientSet",
|
1364
|
-
"
|
1366
|
+
"output_required": true,
|
1365
1367
|
"type": "list",
|
1366
1368
|
"value_allowed_null": false
|
1367
1369
|
},
|
@@ -1371,7 +1373,7 @@
|
|
1371
1373
|
"example": "1",
|
1372
1374
|
"member": "uint64",
|
1373
1375
|
"name": "TotalCount",
|
1374
|
-
"
|
1376
|
+
"output_required": true,
|
1375
1377
|
"type": "int",
|
1376
1378
|
"value_allowed_null": false
|
1377
1379
|
},
|
@@ -1399,7 +1401,7 @@
|
|
1399
1401
|
{
|
1400
1402
|
"disabled": false,
|
1401
1403
|
"document": "客户账号ID",
|
1402
|
-
"example": "
|
1404
|
+
"example": "2000002",
|
1403
1405
|
"member": "string",
|
1404
1406
|
"name": "ClientUin",
|
1405
1407
|
"required": false,
|
@@ -1408,7 +1410,7 @@
|
|
1408
1410
|
{
|
1409
1411
|
"disabled": false,
|
1410
1412
|
"document": "支付方式,prepay/postpay",
|
1411
|
-
"example": "
|
1413
|
+
"example": "prepay",
|
1412
1414
|
"member": "string",
|
1413
1415
|
"name": "PayMode",
|
1414
1416
|
"required": false,
|
@@ -1417,7 +1419,7 @@
|
|
1417
1419
|
{
|
1418
1420
|
"disabled": false,
|
1419
1421
|
"document": "预付费订单号",
|
1420
|
-
"example": "
|
1422
|
+
"example": "202400000122223",
|
1421
1423
|
"member": "string",
|
1422
1424
|
"name": "OrderId",
|
1423
1425
|
"required": false,
|
@@ -1426,7 +1428,7 @@
|
|
1426
1428
|
{
|
1427
1429
|
"disabled": false,
|
1428
1430
|
"document": "客户备注名称",
|
1429
|
-
"example": "
|
1431
|
+
"example": "客户备注名称",
|
1430
1432
|
"member": "string",
|
1431
1433
|
"name": "ClientRemark",
|
1432
1434
|
"required": false,
|
@@ -1435,7 +1437,7 @@
|
|
1435
1437
|
{
|
1436
1438
|
"disabled": false,
|
1437
1439
|
"document": "偏移量",
|
1438
|
-
"example": "
|
1440
|
+
"example": "0",
|
1439
1441
|
"member": "uint64",
|
1440
1442
|
"name": "Offset",
|
1441
1443
|
"required": false,
|
@@ -1444,7 +1446,7 @@
|
|
1444
1446
|
{
|
1445
1447
|
"disabled": false,
|
1446
1448
|
"document": "限制数目",
|
1447
|
-
"example": "
|
1449
|
+
"example": "3",
|
1448
1450
|
"member": "uint64",
|
1449
1451
|
"name": "Limit",
|
1450
1452
|
"required": false,
|
@@ -1462,17 +1464,17 @@
|
|
1462
1464
|
"example": "2",
|
1463
1465
|
"member": "uint64",
|
1464
1466
|
"name": "TotalCount",
|
1465
|
-
"
|
1467
|
+
"output_required": true,
|
1466
1468
|
"type": "int",
|
1467
1469
|
"value_allowed_null": false
|
1468
1470
|
},
|
1469
1471
|
{
|
1470
1472
|
"disabled": false,
|
1471
1473
|
"document": "业务明细列表",
|
1472
|
-
"example": "
|
1474
|
+
"example": "[ { \"ActivityId\": \"0\", \"Amt\": 125, \"ClientRemark\": \"有特批\", \"ClientType\": \"old\", \"ClientUin\": \"2000002\", \"GoodsType\": \"购买云服务\", \"OrderId\": \"202401311730494235252\", \"PayMode\": \"prepay\", \"PayTime\": \"2024-01-31 06:06:46\", \"PayerMode\": \"selfpay\", \"ProjectType\": \"platform\", \"SettleMonth\": \"2024-01\", \"Uin\": \"1000001\" } \t\t\t ]",
|
1473
1475
|
"member": "AgentBillElem",
|
1474
1476
|
"name": "AgentBillSet",
|
1475
|
-
"
|
1477
|
+
"output_required": true,
|
1476
1478
|
"type": "list",
|
1477
1479
|
"value_allowed_null": false
|
1478
1480
|
},
|
@@ -1491,7 +1493,7 @@
|
|
1491
1493
|
{
|
1492
1494
|
"disabled": false,
|
1493
1495
|
"document": "代客uin",
|
1494
|
-
"example": "
|
1496
|
+
"example": "1000002",
|
1495
1497
|
"member": "string",
|
1496
1498
|
"name": "ClientUin",
|
1497
1499
|
"required": true,
|
@@ -1509,7 +1511,7 @@
|
|
1509
1511
|
"example": "1",
|
1510
1512
|
"member": "uint64",
|
1511
1513
|
"name": "AuditStatus",
|
1512
|
-
"
|
1514
|
+
"output_required": true,
|
1513
1515
|
"type": "int",
|
1514
1516
|
"value_allowed_null": false
|
1515
1517
|
},
|
@@ -1519,7 +1521,7 @@
|
|
1519
1521
|
"example": "1",
|
1520
1522
|
"member": "uint64",
|
1521
1523
|
"name": "AuthState",
|
1522
|
-
"
|
1524
|
+
"output_required": true,
|
1523
1525
|
"type": "int",
|
1524
1526
|
"value_allowed_null": false
|
1525
1527
|
},
|
@@ -1529,7 +1531,7 @@
|
|
1529
1531
|
"example": "T2",
|
1530
1532
|
"member": "string",
|
1531
1533
|
"name": "ClientGrade",
|
1532
|
-
"
|
1534
|
+
"output_required": true,
|
1533
1535
|
"type": "string",
|
1534
1536
|
"value_allowed_null": false
|
1535
1537
|
},
|
@@ -1539,7 +1541,7 @@
|
|
1539
1541
|
"example": "1",
|
1540
1542
|
"member": "uint64",
|
1541
1543
|
"name": "ClientType",
|
1542
|
-
"
|
1544
|
+
"output_required": true,
|
1543
1545
|
"type": "int",
|
1544
1546
|
"value_allowed_null": false
|
1545
1547
|
},
|
@@ -1558,7 +1560,7 @@
|
|
1558
1560
|
{
|
1559
1561
|
"disabled": false,
|
1560
1562
|
"document": "客户账号ID",
|
1561
|
-
"example": "
|
1563
|
+
"example": "200002",
|
1562
1564
|
"member": "string",
|
1563
1565
|
"name": "ClientUin",
|
1564
1566
|
"required": false,
|
@@ -1567,7 +1569,7 @@
|
|
1567
1569
|
{
|
1568
1570
|
"disabled": false,
|
1569
1571
|
"document": "客户名称。由于涉及隐私,名称打码显示,故名称仅支持打码后的模糊搜索",
|
1570
|
-
"example": "
|
1572
|
+
"example": "t**est",
|
1571
1573
|
"member": "string",
|
1572
1574
|
"name": "ClientName",
|
1573
1575
|
"required": false,
|
@@ -1576,7 +1578,7 @@
|
|
1576
1578
|
{
|
1577
1579
|
"disabled": false,
|
1578
1580
|
"document": "客户类型,a/b,类型定义参考代理商相关政策文档",
|
1579
|
-
"example": "
|
1581
|
+
"example": "b",
|
1580
1582
|
"member": "string",
|
1581
1583
|
"name": "ClientFlag",
|
1582
1584
|
"required": false,
|
@@ -1585,7 +1587,7 @@
|
|
1585
1587
|
{
|
1586
1588
|
"disabled": false,
|
1587
1589
|
"document": "ASC/DESC, 不区分大小写,按申请时间排序",
|
1588
|
-
"example": "
|
1590
|
+
"example": "DESC",
|
1589
1591
|
"member": "string",
|
1590
1592
|
"name": "OrderDirection",
|
1591
1593
|
"required": false,
|
@@ -1612,7 +1614,7 @@
|
|
1612
1614
|
{
|
1613
1615
|
"disabled": false,
|
1614
1616
|
"document": "业务员ID",
|
1615
|
-
"example": "
|
1617
|
+
"example": "1000002",
|
1616
1618
|
"member": "string",
|
1617
1619
|
"name": "SalesUin",
|
1618
1620
|
"required": false,
|
@@ -1621,7 +1623,7 @@
|
|
1621
1623
|
{
|
1622
1624
|
"disabled": false,
|
1623
1625
|
"document": "业务员姓名(模糊查询)",
|
1624
|
-
"example": "
|
1626
|
+
"example": "testSales",
|
1625
1627
|
"member": "string",
|
1626
1628
|
"name": "SalesName",
|
1627
1629
|
"required": false,
|
@@ -1636,10 +1638,10 @@
|
|
1636
1638
|
{
|
1637
1639
|
"disabled": false,
|
1638
1640
|
"document": "待审核代客列表",
|
1639
|
-
"example": "
|
1641
|
+
"example": "[ { \"ApplyTime\": 1722396845, \"ClientFlag\": \"b\", \"ClientName\": \"测试测试\", \"ClientUin\": \"2000002\", \"HasOverdueBill\": 0, \"Mail\": \"dadd*******@qq.com\", \"Phone\": \"111****0090\", \"SalesName\": \"testname\", \"SalesUin\": \"1000001\", \"Status\": 1, \"Uin\": \"1000002\" } ]",
|
1640
1642
|
"member": "AgentClientElem",
|
1641
1643
|
"name": "AgentClientSet",
|
1642
|
-
"
|
1644
|
+
"output_required": true,
|
1643
1645
|
"type": "list",
|
1644
1646
|
"value_allowed_null": false
|
1645
1647
|
},
|
@@ -1649,7 +1651,7 @@
|
|
1649
1651
|
"example": "20",
|
1650
1652
|
"member": "uint64",
|
1651
1653
|
"name": "TotalCount",
|
1652
|
-
"
|
1654
|
+
"output_required": true,
|
1653
1655
|
"type": "int",
|
1654
1656
|
"value_allowed_null": false
|
1655
1657
|
},
|
@@ -1764,7 +1766,7 @@
|
|
1764
1766
|
{
|
1765
1767
|
"disabled": false,
|
1766
1768
|
"document": "订单数组",
|
1767
|
-
"example": "
|
1769
|
+
"example": "[ { \"ActionType\": \"purchase\", \"ActivityId\": \"\", \"AppId\": \"251255283\", \"BigDealId\": \"2024012093925000000000\", \"BillId\": \"2024012093925000111111\", \"ClientRemark\": \"客户备注\", \"ClientType\": \"old\", \"CreatTime\": \"2024-10-23 16:57:28\", \"Creater\": \"2000002\", \"DealId\": \"293920000\", \"DealName\": \"20240120939250001222222\", \"DealStatus\": \"未支付\", \"GoodsCategoryId\": \"101832\", \"GoodsName\": \"腾讯会议(SAAS版)\", \"GoodsNum\": \"1\", \"GoodsPrice\": { \"OriginalTotalCost\": 6988000, \"RealTotalCost\": 6988000 }, \"OverdueTime\": \"2024-02-07 16:57:28\", \"OwnerUin\": \"1000001\", \"PayEndTime\": \"2024-01-23 16:57:33\", \"Payer\": \"1000001\", \"PayerMode\": \"0\", \"PaymentMethod\": \"按年:1年\", \"ProductInfo\": [ { \"Name\": \"企业版高级账号\", \"Value\": \"10\" }, { \"Name\": \"50方虚拟会议室\", \"Value\": \"1\" }, { \"Name\": \"300方虚拟会议室\", \"Value\": \"9\" } ], \"ProjectType\": \"\", \"RefundMap\": [], \"ResourceIds\": [ \"700000942629_2024012362900000000001\" ], \"SalesUin\": \"2000002\", \"Status\": \"1\", \"SubGoodsName\": \"腾讯会议(SAAS版企业版)\", \"UpdateTime\": \"2024-01-23 16:57:35\", \"VoucherDecline\": \"0\" } ]",
|
1768
1770
|
"member": "AgentDealNewElem",
|
1769
1771
|
"name": "AgentDealSet",
|
1770
1772
|
"output_required": true,
|
@@ -1883,7 +1885,7 @@
|
|
1883
1885
|
{
|
1884
1886
|
"disabled": false,
|
1885
1887
|
"document": "订单数组",
|
1886
|
-
"example": "
|
1888
|
+
"example": "[ { \"DealId\": \"1078264383\", \"DealName\": \"20240108122000905906371\", \"BigDealId\": \"20240108122000905906361\", \"GoodsCategoryId\": \"100058\", \"OwnerUin\": \"700000232122\", \"AppId\": \"251205747\", \"GoodsNum\": \"1\", \"GoodsPrice\": { \"RealTotalCost\": 1650, \"OriginalTotalCost\": 1750 }, \"ProductInfo\": [ { \"Name\": \"磁盘属性\", \"Value\": \"数据盘\" }, { \"Name\": \"容量\", \"Value\": \"50GB\" }, { \"Name\": \"磁盘类型\", \"Value\": \"高性能云硬盘\" }, { \"Name\": \"可用区\", \"Value\": \"广州二区\" } ], \"Creater\": \"700000232122\", \"CreatTime\": \"2024-01-08 10:13:49\", \"UpdateTime\": \"2024-01-08 10:14:55\", \"PaymentMethod\": \"按月:1个月\", \"Payer\": \"700000413752\", \"BillId\": \"20240108122000905906371\", \"PayEndTime\": \"2024-01-08 10:14:53\", \"Status\": \"4\", \"VoucherDecline\": \"100\", \"PayerMode\": \"1\", \"GoodsName\": \"云硬盘CBS\", \"SubGoodsName\": \"高性能云硬盘\", \"ClientRemark\": \"test\", \"ClientType\": \"new\", \"ProjectType\": \"platform\", \"SalesUin\": \"0\", \"DealStatus\": \"分配完成\", \"ActionType\": \"purchase\", \"ActivityId\": \"0\", \"OverdueTime\": \"2024-01-23 10:13:48\", \"ResourceIds\": [ \"disk-bos529hc\" ] } ]",
|
1887
1889
|
"member": "AgentDealNewElem",
|
1888
1890
|
"name": "AgentPayDealSet",
|
1889
1891
|
"output_required": true,
|
@@ -1929,13 +1931,13 @@
|
|
1929
1931
|
"members": [
|
1930
1932
|
{
|
1931
1933
|
"disabled": false,
|
1932
|
-
"document": "
|
1934
|
+
"document": "申请合并支付的关联大订单号列表(不包含请求的订单号)",
|
1933
1935
|
"example": "[\"20241012848002188543031\"]",
|
1934
1936
|
"member": "string",
|
1935
1937
|
"name": "BigDealIdList",
|
1936
1938
|
"output_required": true,
|
1937
1939
|
"type": "list",
|
1938
|
-
"value_allowed_null":
|
1940
|
+
"value_allowed_null": false
|
1939
1941
|
},
|
1940
1942
|
{
|
1941
1943
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -2039,7 +2041,7 @@
|
|
2039
2041
|
{
|
2040
2042
|
"disabled": false,
|
2041
2043
|
"document": "订单数组",
|
2042
|
-
"example": "
|
2044
|
+
"example": "[ \t\t\t\t\t { \t\t\t\t\t\t\t \"DealId\": \"1078276337\", \t\t\t\t\t\t\t \"DealName\": \"20240108121000906445591\", \t\t\t\t\t\t\t \"BigDealId\": \"20240108121000906445581\", \t\t\t\t\t\t\t \"GoodsCategoryId\": \"176258\", \t\t\t\t\t\t\t \"OwnerUin\": \"700000232121\", \t\t\t\t\t\t\t \"AppId\": \"251205746\", \t\t\t\t\t\t\t \"GoodsNum\": \"1\", \t\t\t\t\t\t\t \"GoodsPrice\": { \t\t\t\t\t\t\t\t\t \"RealTotalCost\": -100000, \t\t\t\t\t\t\t\t\t \"OriginalTotalCost\": -100000 \t\t\t\t\t\t\t }, \t\t\t\t\t\t\t \"ProductInfo\": [ \t\t\t\t\t\t\t\t\t { \t\t\t\t\t\t\t\t\t\t\t \"Name\": \"计费测试商品新购\", \t\t\t\t\t\t\t\t\t\t\t \"Value\": \"jfcs\" \t\t\t\t\t\t\t\t\t } \t\t\t\t\t\t\t ], \t\t\t\t\t\t\t \"Creater\": \"700000232121\", \t\t\t\t\t\t\t \"CreatTime\": \"2024-01-08 15:56:09\", \t\t\t\t\t\t\t \"UpdateTime\": \"2024-01-08 15:56:13\", \t\t\t\t\t\t\t \"PaymentMethod\": \"按月:个月\", \t\t\t\t\t\t\t \"Payer\": \"700000232121\", \t\t\t\t\t\t\t \"BillId\": \"20240108121000906445591\", \t\t\t\t\t\t\t \"PayEndTime\": \"2024-01-08 15:56:11\", \t\t\t\t\t\t\t \"Status\": \"6\", \t\t\t\t\t\t\t \"VoucherDecline\": \"0\", \t\t\t\t\t\t\t \"PayerMode\": \"0\", \t\t\t\t\t\t\t \"GoodsName\": \"计费测试商品\", \t\t\t\t\t\t\t \"SubGoodsName\": \"非资源工厂验证预付费子产品(勿动)\", \t\t\t\t\t\t\t \"ClientRemark\": \"test\", \t\t\t\t\t\t\t \"ClientType\": \"new\", \t\t\t\t\t\t\t \"ProjectType\": \"platform\", \t\t\t\t\t\t\t \"SalesUin\": \"0\", \t\t\t\t\t\t\t \"DealStatus\": \"已退款\", \t\t\t\t\t\t\t \"ActionType\": \"refund\", \t\t\t\t\t\t\t \"ActivityId\": \"0\", \t\t\t\t\t\t\t \"OverdueTime\": \"2024-01-23 15:56:09\", \t\t\t\t\t\t\t \"ResourceIds\": [ \t\t\t\t\t\t\t\t\t \"4712106445241\" \t\t\t\t\t\t\t ] \t\t\t\t\t } \t\t\t ]",
|
2043
2045
|
"member": "AgentDealNewElem",
|
2044
2046
|
"name": "AgentPayDealSet",
|
2045
2047
|
"output_required": true,
|
@@ -2151,10 +2153,10 @@
|
|
2151
2153
|
{
|
2152
2154
|
"disabled": false,
|
2153
2155
|
"document": "返佣信息列表",
|
2154
|
-
"example": "
|
2156
|
+
"example": "[{\"Uin\":\"111111\",\"RebateMonth\":\"2018-02\",\"Amt\":2682133,\"MonthSales\":\"4873578\",\"QuarterSales\":\"10756003\",\"ExceptionFlag\":\"NORMAL\"}]",
|
2155
2157
|
"member": "RebateInfoElemNew",
|
2156
2158
|
"name": "RebateInfoSet",
|
2157
|
-
"
|
2159
|
+
"output_required": true,
|
2158
2160
|
"type": "list",
|
2159
2161
|
"value_allowed_null": false
|
2160
2162
|
},
|
@@ -2164,7 +2166,7 @@
|
|
2164
2166
|
"example": "8",
|
2165
2167
|
"member": "int64",
|
2166
2168
|
"name": "TotalCount",
|
2167
|
-
"
|
2169
|
+
"output_required": true,
|
2168
2170
|
"type": "int",
|
2169
2171
|
"value_allowed_null": false
|
2170
2172
|
},
|
@@ -2216,9 +2218,10 @@
|
|
2216
2218
|
{
|
2217
2219
|
"disabled": false,
|
2218
2220
|
"document": "返佣信息列表",
|
2219
|
-
"example": "
|
2221
|
+
"example": "[{\"Uin\":\"111111\",\"RebateMonth\":\"2018-02\",\"Amt\":2682133,\"MonthSales\":\"4873578\",\"QuarterSales\":\"10756003\",\"ExceptionFlag\":\"NORMAL\"}]",
|
2220
2222
|
"member": "RebateInfoElem",
|
2221
2223
|
"name": "RebateInfoSet",
|
2224
|
+
"output_required": true,
|
2222
2225
|
"type": "list",
|
2223
2226
|
"value_allowed_null": false
|
2224
2227
|
},
|
@@ -2228,6 +2231,7 @@
|
|
2228
2231
|
"example": "8",
|
2229
2232
|
"member": "uint64",
|
2230
2233
|
"name": "TotalCount",
|
2234
|
+
"output_required": true,
|
2231
2235
|
"type": "int",
|
2232
2236
|
"value_allowed_null": false
|
2233
2237
|
},
|
@@ -2264,7 +2268,7 @@
|
|
2264
2268
|
{
|
2265
2269
|
"disabled": false,
|
2266
2270
|
"document": "业务员姓名(模糊查询)",
|
2267
|
-
"example": "
|
2271
|
+
"example": "测试业务员",
|
2268
2272
|
"member": "string",
|
2269
2273
|
"name": "SalesName",
|
2270
2274
|
"required": false,
|
@@ -2273,7 +2277,7 @@
|
|
2273
2277
|
{
|
2274
2278
|
"disabled": false,
|
2275
2279
|
"document": "业务员ID",
|
2276
|
-
"example": "
|
2280
|
+
"example": "100002",
|
2277
2281
|
"member": "string",
|
2278
2282
|
"name": "SalesUin",
|
2279
2283
|
"required": false,
|
@@ -2282,7 +2286,7 @@
|
|
2282
2286
|
{
|
2283
2287
|
"disabled": false,
|
2284
2288
|
"document": "ASC/DESC, 不区分大小写,按创建通过时间排序",
|
2285
|
-
"example": "
|
2289
|
+
"example": "DESC",
|
2286
2290
|
"member": "string",
|
2287
2291
|
"name": "OrderDirection",
|
2288
2292
|
"required": false,
|
@@ -2297,10 +2301,10 @@
|
|
2297
2301
|
{
|
2298
2302
|
"disabled": false,
|
2299
2303
|
"document": "业务员列表",
|
2300
|
-
"example": "
|
2304
|
+
"example": " [ { \"Uin\": \"3286669433\", \"SalesUin\": \"100009339379\", \"SalesName\": \"GR\", \"CreateTime\": \"2019-02-27 16:56:59\" } ]",
|
2301
2305
|
"member": "AgentSalesmanElem",
|
2302
2306
|
"name": "AgentSalesmanSet",
|
2303
|
-
"
|
2307
|
+
"output_required": true,
|
2304
2308
|
"type": "list",
|
2305
2309
|
"value_allowed_null": false
|
2306
2310
|
},
|
@@ -2310,7 +2314,7 @@
|
|
2310
2314
|
"example": "11",
|
2311
2315
|
"member": "uint64",
|
2312
2316
|
"name": "TotalCount",
|
2313
|
-
"
|
2317
|
+
"output_required": true,
|
2314
2318
|
"type": "int",
|
2315
2319
|
"value_allowed_null": false
|
2316
2320
|
},
|
@@ -2356,7 +2360,7 @@
|
|
2356
2360
|
{
|
2357
2361
|
"disabled": false,
|
2358
2362
|
"document": "解绑账号ID",
|
2359
|
-
"example": "
|
2363
|
+
"example": "1000002",
|
2360
2364
|
"member": "string",
|
2361
2365
|
"name": "UnbindUin",
|
2362
2366
|
"required": false,
|
@@ -2383,7 +2387,7 @@
|
|
2383
2387
|
{
|
2384
2388
|
"disabled": false,
|
2385
2389
|
"document": "对申请时间的升序降序,值:asc,desc",
|
2386
|
-
"example": "
|
2390
|
+
"example": "desc",
|
2387
2391
|
"member": "string",
|
2388
2392
|
"name": "OrderDirection",
|
2389
2393
|
"required": false,
|
@@ -2401,17 +2405,17 @@
|
|
2401
2405
|
"example": "1",
|
2402
2406
|
"member": "uint64",
|
2403
2407
|
"name": "TotalCount",
|
2404
|
-
"
|
2408
|
+
"output_required": true,
|
2405
2409
|
"type": "int",
|
2406
2410
|
"value_allowed_null": false
|
2407
2411
|
},
|
2408
2412
|
{
|
2409
2413
|
"disabled": false,
|
2410
2414
|
"document": "符合条件的解绑客户列表",
|
2411
|
-
"example": "
|
2415
|
+
"example": "[ { \"Uin\":\"10000002\", \"Name\":\"testname\", \"Status\":1, \"ApplyTime\":\"2020-09-22 00:00:00\", \"ActionTime\":\"2020-09-22 00:00:00\" } ]",
|
2412
2416
|
"member": "UnbindClientElem",
|
2413
2417
|
"name": "UnbindClientList",
|
2414
|
-
"
|
2418
|
+
"output_required": true,
|
2415
2419
|
"type": "list",
|
2416
2420
|
"value_allowed_null": false
|
2417
2421
|
},
|
@@ -2430,7 +2434,7 @@
|
|
2430
2434
|
{
|
2431
2435
|
"disabled": false,
|
2432
2436
|
"document": "客户备注名称",
|
2433
|
-
"example": "
|
2437
|
+
"example": "testName",
|
2434
2438
|
"member": "string",
|
2435
2439
|
"name": "ClientRemark",
|
2436
2440
|
"required": true,
|
@@ -2439,7 +2443,7 @@
|
|
2439
2443
|
{
|
2440
2444
|
"disabled": false,
|
2441
2445
|
"document": "客户账号ID",
|
2442
|
-
"example": "
|
2446
|
+
"example": "100002",
|
2443
2447
|
"member": "string",
|
2444
2448
|
"name": "ClientUin",
|
2445
2449
|
"required": true,
|
@@ -2466,20 +2470,20 @@
|
|
2466
2470
|
{
|
2467
2471
|
"disabled": false,
|
2468
2472
|
"document": "产品属性",
|
2469
|
-
"example": "",
|
2473
|
+
"example": "测试产品名称",
|
2470
2474
|
"member": "string",
|
2471
2475
|
"name": "Name",
|
2472
|
-
"
|
2476
|
+
"output_required": true,
|
2473
2477
|
"type": "string",
|
2474
2478
|
"value_allowed_null": false
|
2475
2479
|
},
|
2476
2480
|
{
|
2477
2481
|
"disabled": false,
|
2478
2482
|
"document": "产品属性值",
|
2479
|
-
"example": "",
|
2483
|
+
"example": "测试产品名称详细属性",
|
2480
2484
|
"member": "string",
|
2481
2485
|
"name": "Value",
|
2482
|
-
"
|
2486
|
+
"output_required": true,
|
2483
2487
|
"type": "string",
|
2484
2488
|
"value_allowed_null": false
|
2485
2489
|
}
|
@@ -2492,56 +2496,62 @@
|
|
2492
2496
|
{
|
2493
2497
|
"disabled": false,
|
2494
2498
|
"document": "代理商账号ID",
|
2495
|
-
"example": "",
|
2499
|
+
"example": "100001",
|
2496
2500
|
"member": "string",
|
2497
2501
|
"name": "Uin",
|
2498
|
-
"
|
2499
|
-
"type": "string"
|
2502
|
+
"output_required": true,
|
2503
|
+
"type": "string",
|
2504
|
+
"value_allowed_null": false
|
2500
2505
|
},
|
2501
2506
|
{
|
2502
2507
|
"disabled": false,
|
2503
2508
|
"document": "返佣月份,如2018-02",
|
2504
|
-
"example": "",
|
2509
|
+
"example": "2018-02",
|
2505
2510
|
"member": "string",
|
2506
2511
|
"name": "RebateMonth",
|
2507
|
-
"
|
2508
|
-
"type": "string"
|
2512
|
+
"output_required": true,
|
2513
|
+
"type": "string",
|
2514
|
+
"value_allowed_null": false
|
2509
2515
|
},
|
2510
2516
|
{
|
2511
2517
|
"disabled": false,
|
2512
2518
|
"document": "返佣金额,单位分",
|
2513
|
-
"example": "",
|
2519
|
+
"example": "1",
|
2514
2520
|
"member": "uint64",
|
2515
2521
|
"name": "Amt",
|
2516
|
-
"
|
2517
|
-
"type": "int"
|
2522
|
+
"output_required": true,
|
2523
|
+
"type": "int",
|
2524
|
+
"value_allowed_null": false
|
2518
2525
|
},
|
2519
2526
|
{
|
2520
2527
|
"disabled": false,
|
2521
2528
|
"document": "月度业绩,单位分",
|
2522
|
-
"example": "",
|
2529
|
+
"example": "1",
|
2523
2530
|
"member": "uint64",
|
2524
2531
|
"name": "MonthSales",
|
2525
|
-
"
|
2526
|
-
"type": "int"
|
2532
|
+
"output_required": true,
|
2533
|
+
"type": "int",
|
2534
|
+
"value_allowed_null": false
|
2527
2535
|
},
|
2528
2536
|
{
|
2529
2537
|
"disabled": false,
|
2530
2538
|
"document": "季度业绩,单位分",
|
2531
|
-
"example": "",
|
2539
|
+
"example": "1",
|
2532
2540
|
"member": "uint64",
|
2533
2541
|
"name": "QuarterSales",
|
2534
|
-
"
|
2535
|
-
"type": "int"
|
2542
|
+
"output_required": true,
|
2543
|
+
"type": "int",
|
2544
|
+
"value_allowed_null": false
|
2536
2545
|
},
|
2537
2546
|
{
|
2538
2547
|
"disabled": false,
|
2539
2548
|
"document": "NORMAL(正常)/HAS_OVERDUE_BILL(欠费)/NO_CONTRACT(缺合同)",
|
2540
|
-
"example": "",
|
2549
|
+
"example": "NORMAL",
|
2541
2550
|
"member": "string",
|
2542
2551
|
"name": "ExceptionFlag",
|
2543
|
-
"
|
2544
|
-
"type": "string"
|
2552
|
+
"output_required": true,
|
2553
|
+
"type": "string",
|
2554
|
+
"value_allowed_null": false
|
2545
2555
|
}
|
2546
2556
|
],
|
2547
2557
|
"usage": "out"
|
@@ -2552,10 +2562,10 @@
|
|
2552
2562
|
{
|
2553
2563
|
"disabled": false,
|
2554
2564
|
"document": "代理商账号ID",
|
2555
|
-
"example": "
|
2565
|
+
"example": "1000001",
|
2556
2566
|
"member": "string",
|
2557
2567
|
"name": "Uin",
|
2558
|
-
"
|
2568
|
+
"output_required": true,
|
2559
2569
|
"type": "string",
|
2560
2570
|
"value_allowed_null": false
|
2561
2571
|
},
|
@@ -2565,7 +2575,7 @@
|
|
2565
2575
|
"example": "2018-02",
|
2566
2576
|
"member": "string",
|
2567
2577
|
"name": "RebateMonth",
|
2568
|
-
"
|
2578
|
+
"output_required": true,
|
2569
2579
|
"type": "string",
|
2570
2580
|
"value_allowed_null": false
|
2571
2581
|
},
|
@@ -2575,7 +2585,7 @@
|
|
2575
2585
|
"example": "1",
|
2576
2586
|
"member": "int64",
|
2577
2587
|
"name": "Amt",
|
2578
|
-
"
|
2588
|
+
"output_required": true,
|
2579
2589
|
"type": "int",
|
2580
2590
|
"value_allowed_null": false
|
2581
2591
|
},
|
@@ -2585,7 +2595,7 @@
|
|
2585
2595
|
"example": "1",
|
2586
2596
|
"member": "int64",
|
2587
2597
|
"name": "MonthSales",
|
2588
|
-
"
|
2598
|
+
"output_required": true,
|
2589
2599
|
"type": "int",
|
2590
2600
|
"value_allowed_null": false
|
2591
2601
|
},
|
@@ -2595,7 +2605,7 @@
|
|
2595
2605
|
"example": "1",
|
2596
2606
|
"member": "int64",
|
2597
2607
|
"name": "QuarterSales",
|
2598
|
-
"
|
2608
|
+
"output_required": true,
|
2599
2609
|
"type": "int",
|
2600
2610
|
"value_allowed_null": false
|
2601
2611
|
},
|
@@ -2605,7 +2615,7 @@
|
|
2605
2615
|
"example": "NORMAL",
|
2606
2616
|
"member": "string",
|
2607
2617
|
"name": "ExceptionFlag",
|
2608
|
-
"
|
2618
|
+
"output_required": true,
|
2609
2619
|
"type": "string",
|
2610
2620
|
"value_allowed_null": false
|
2611
2621
|
}
|
@@ -2617,23 +2627,23 @@
|
|
2617
2627
|
"members": [
|
2618
2628
|
{
|
2619
2629
|
"disabled": false,
|
2620
|
-
"document": "
|
2630
|
+
"document": "退款单关联的原始子订单号",
|
2621
2631
|
"example": "2022040121401375913615x",
|
2622
2632
|
"member": "string",
|
2623
2633
|
"name": "DealName",
|
2624
2634
|
"output_required": false,
|
2625
2635
|
"type": "string",
|
2626
|
-
"value_allowed_null":
|
2636
|
+
"value_allowed_null": false
|
2627
2637
|
},
|
2628
2638
|
{
|
2629
2639
|
"disabled": false,
|
2630
|
-
"document": "
|
2640
|
+
"document": "退款金额,单位分",
|
2631
2641
|
"example": "100",
|
2632
2642
|
"member": "int64",
|
2633
2643
|
"name": "RefundAmount",
|
2634
2644
|
"output_required": false,
|
2635
2645
|
"type": "int",
|
2636
|
-
"value_allowed_null":
|
2646
|
+
"value_allowed_null": false
|
2637
2647
|
}
|
2638
2648
|
],
|
2639
2649
|
"usage": "out"
|
@@ -2644,7 +2654,7 @@
|
|
2644
2654
|
{
|
2645
2655
|
"disabled": false,
|
2646
2656
|
"document": "客户账号ID",
|
2647
|
-
"example": "
|
2657
|
+
"example": "1000002",
|
2648
2658
|
"member": "string",
|
2649
2659
|
"name": "ClientUin",
|
2650
2660
|
"required": true,
|
@@ -2671,52 +2681,52 @@
|
|
2671
2681
|
{
|
2672
2682
|
"disabled": false,
|
2673
2683
|
"document": "解绑账号ID",
|
2674
|
-
"example": "",
|
2684
|
+
"example": "1000001",
|
2675
2685
|
"member": "string",
|
2676
2686
|
"name": "Uin",
|
2677
|
-
"
|
2687
|
+
"output_required": true,
|
2678
2688
|
"type": "string",
|
2679
2689
|
"value_allowed_null": false
|
2680
2690
|
},
|
2681
2691
|
{
|
2682
2692
|
"disabled": false,
|
2683
2693
|
"document": "名称",
|
2684
|
-
"example": "",
|
2694
|
+
"example": "名称",
|
2685
2695
|
"member": "string",
|
2686
2696
|
"name": "Name",
|
2687
|
-
"
|
2697
|
+
"output_required": true,
|
2688
2698
|
"type": "string",
|
2689
2699
|
"value_allowed_null": false
|
2690
2700
|
},
|
2691
2701
|
{
|
2692
2702
|
"disabled": false,
|
2693
2703
|
"document": "状态:0:审核中;1:已解绑;2:已撤销 3:关联撤销 4: 已驳回",
|
2694
|
-
"example": "",
|
2704
|
+
"example": "1",
|
2695
2705
|
"member": "uint64",
|
2696
2706
|
"name": "Status",
|
2697
|
-
"
|
2707
|
+
"output_required": true,
|
2698
2708
|
"type": "int",
|
2699
2709
|
"value_allowed_null": false
|
2700
2710
|
},
|
2701
2711
|
{
|
2702
2712
|
"disabled": false,
|
2703
|
-
"document": "
|
2704
|
-
"example": "",
|
2713
|
+
"document": "申请时间",
|
2714
|
+
"example": "2001-01-01 00:00:00",
|
2705
2715
|
"member": "datetime",
|
2706
2716
|
"name": "ApplyTime",
|
2707
|
-
"
|
2717
|
+
"output_required": true,
|
2708
2718
|
"type": "string",
|
2709
|
-
"value_allowed_null":
|
2719
|
+
"value_allowed_null": false
|
2710
2720
|
},
|
2711
2721
|
{
|
2712
2722
|
"disabled": false,
|
2713
|
-
"document": "
|
2714
|
-
"example": "",
|
2723
|
+
"document": "解绑/撤销时间",
|
2724
|
+
"example": "2001-01-01 00:00:00",
|
2715
2725
|
"member": "datetime",
|
2716
2726
|
"name": "ActionTime",
|
2717
|
-
"
|
2727
|
+
"output_required": true,
|
2718
2728
|
"type": "string",
|
2719
|
-
"value_allowed_null":
|
2729
|
+
"value_allowed_null": false
|
2720
2730
|
}
|
2721
2731
|
],
|
2722
2732
|
"usage": "out"
|