tccli 3.0.1215.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/configure.py +46 -1
- 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 -3
- 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 +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- 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 +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- 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/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- 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/cdn/v20180606/api.json +5 -3
- 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 +54 -4
- 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 +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- 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/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- 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 +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- 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/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- 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/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -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/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- 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 +73 -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 +279 -9
- 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 +10 -12
- 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 +2263 -758
- 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/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- 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/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -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 +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- 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 +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- 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 +293 -52
- 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 +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -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.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -98,6 +98,13 @@
|
|
98
98
|
"output": "CreateUploadPathResponse",
|
99
99
|
"status": "online"
|
100
100
|
},
|
101
|
+
"CreateUploadTest": {
|
102
|
+
"document": "设备申请cos上传证书",
|
103
|
+
"input": "CreateUploadTestRequest",
|
104
|
+
"name": "设备申请cos上传证书",
|
105
|
+
"output": "CreateUploadTestResponse",
|
106
|
+
"status": "online"
|
107
|
+
},
|
101
108
|
"CreateUsrToken": {
|
102
109
|
"document": "本接口(CreateUsrToken)用于终端用户获取IoT Video平台的accessToken,初始化SDK,连接到IoT Video接入服务器。",
|
103
110
|
"input": "CreateUsrTokenRequest",
|
@@ -399,6 +406,13 @@
|
|
399
406
|
"output": "RefundStorageServiceResponse",
|
400
407
|
"status": "online"
|
401
408
|
},
|
409
|
+
"RenewUploadTest": {
|
410
|
+
"document": "设备刷新cos上传证书",
|
411
|
+
"input": "RenewUploadTestRequest",
|
412
|
+
"name": "设备刷新cos上传证书",
|
413
|
+
"output": "RenewUploadTestResponse",
|
414
|
+
"status": "online"
|
415
|
+
},
|
402
416
|
"RunDevice": {
|
403
417
|
"document": "本接口(RunDevice)用于启用设备,可进行批量操作,每次操作最多100台设备。",
|
404
418
|
"input": "RunDeviceRequest",
|
@@ -542,6 +556,52 @@
|
|
542
556
|
],
|
543
557
|
"usage": "out"
|
544
558
|
},
|
559
|
+
"CertificateInfo": {
|
560
|
+
"document": "证书信息",
|
561
|
+
"members": [
|
562
|
+
{
|
563
|
+
"disabled": false,
|
564
|
+
"document": "SecretId\n注意:此字段可能返回 null,表示取不到有效值。",
|
565
|
+
"example": "",
|
566
|
+
"member": "string",
|
567
|
+
"name": "SecretId",
|
568
|
+
"required": true,
|
569
|
+
"type": "string",
|
570
|
+
"value_allowed_null": true
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"disabled": false,
|
574
|
+
"document": "SecretKey\n注意:此字段可能返回 null,表示取不到有效值。",
|
575
|
+
"example": "",
|
576
|
+
"member": "string",
|
577
|
+
"name": "SecretKey",
|
578
|
+
"required": true,
|
579
|
+
"type": "string",
|
580
|
+
"value_allowed_null": true
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"disabled": false,
|
584
|
+
"document": "Token\n注意:此字段可能返回 null,表示取不到有效值。",
|
585
|
+
"example": "",
|
586
|
+
"member": "string",
|
587
|
+
"name": "Token",
|
588
|
+
"required": true,
|
589
|
+
"type": "string",
|
590
|
+
"value_allowed_null": true
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"disabled": false,
|
594
|
+
"document": "过期时间,UNIX时间戳,单位秒\n注意:此字段可能返回 null,表示取不到有效值。",
|
595
|
+
"example": "",
|
596
|
+
"member": "uint64",
|
597
|
+
"name": "ExpiredTime",
|
598
|
+
"required": true,
|
599
|
+
"type": "int",
|
600
|
+
"value_allowed_null": true
|
601
|
+
}
|
602
|
+
],
|
603
|
+
"usage": "out"
|
604
|
+
},
|
545
605
|
"ClearDeviceActiveCodeRequest": {
|
546
606
|
"document": "ClearDeviceActiveCode请求参数结构体",
|
547
607
|
"members": [
|
@@ -615,6 +675,62 @@
|
|
615
675
|
],
|
616
676
|
"usage": "both"
|
617
677
|
},
|
678
|
+
"CosCertificate": {
|
679
|
+
"document": "申请上传证书回包",
|
680
|
+
"members": [
|
681
|
+
{
|
682
|
+
"disabled": false,
|
683
|
+
"document": "cos存储桶\n注意:此字段可能返回 null,表示取不到有效值。",
|
684
|
+
"example": "",
|
685
|
+
"member": "string",
|
686
|
+
"name": "StorageBucket",
|
687
|
+
"required": true,
|
688
|
+
"type": "string",
|
689
|
+
"value_allowed_null": true
|
690
|
+
},
|
691
|
+
{
|
692
|
+
"disabled": false,
|
693
|
+
"document": "cos存储园区\n注意:此字段可能返回 null,表示取不到有效值。",
|
694
|
+
"example": "",
|
695
|
+
"member": "string",
|
696
|
+
"name": "StorageRegion",
|
697
|
+
"required": true,
|
698
|
+
"type": "string",
|
699
|
+
"value_allowed_null": true
|
700
|
+
},
|
701
|
+
{
|
702
|
+
"disabled": false,
|
703
|
+
"document": "存储路径,录制场景下该值为存储目录\n注意:此字段可能返回 null,表示取不到有效值。",
|
704
|
+
"example": "",
|
705
|
+
"member": "string",
|
706
|
+
"name": "StoragePath",
|
707
|
+
"required": true,
|
708
|
+
"type": "string",
|
709
|
+
"value_allowed_null": true
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"disabled": false,
|
713
|
+
"document": "证书信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
714
|
+
"example": "",
|
715
|
+
"member": "CertificateInfo",
|
716
|
+
"name": "TempCertificate",
|
717
|
+
"required": true,
|
718
|
+
"type": "object",
|
719
|
+
"value_allowed_null": true
|
720
|
+
},
|
721
|
+
{
|
722
|
+
"disabled": false,
|
723
|
+
"document": "SessionKey\n注意:此字段可能返回 null,表示取不到有效值。",
|
724
|
+
"example": "",
|
725
|
+
"member": "string",
|
726
|
+
"name": "SessionKey",
|
727
|
+
"required": true,
|
728
|
+
"type": "string",
|
729
|
+
"value_allowed_null": true
|
730
|
+
}
|
731
|
+
],
|
732
|
+
"usage": "out"
|
733
|
+
},
|
618
734
|
"CreateAnonymousAccessTokenRequest": {
|
619
735
|
"document": "CreateAnonymousAccessToken请求参数结构体",
|
620
736
|
"members": [
|
@@ -1442,7 +1558,7 @@
|
|
1442
1558
|
{
|
1443
1559
|
"disabled": false,
|
1444
1560
|
"document": "产品ID",
|
1445
|
-
"example": "",
|
1561
|
+
"example": "6RI32FUWBS",
|
1446
1562
|
"member": "string",
|
1447
1563
|
"name": "ProductId",
|
1448
1564
|
"required": true,
|
@@ -1451,7 +1567,7 @@
|
|
1451
1567
|
{
|
1452
1568
|
"disabled": false,
|
1453
1569
|
"document": "固件文件名",
|
1454
|
-
"example": "",
|
1570
|
+
"example": "a.zip",
|
1455
1571
|
"member": "string",
|
1456
1572
|
"name": "FileName",
|
1457
1573
|
"required": true,
|
@@ -1466,9 +1582,10 @@
|
|
1466
1582
|
{
|
1467
1583
|
"disabled": false,
|
1468
1584
|
"document": "固件上传地址URL,用户可将本地的固件文件通过该URL以PUT的请求方式上传。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1469
|
-
"example": "",
|
1585
|
+
"example": "*********",
|
1470
1586
|
"member": "string",
|
1471
1587
|
"name": "Data",
|
1588
|
+
"output_required": true,
|
1472
1589
|
"type": "string",
|
1473
1590
|
"value_allowed_null": true
|
1474
1591
|
},
|
@@ -1481,6 +1598,51 @@
|
|
1481
1598
|
],
|
1482
1599
|
"type": "object"
|
1483
1600
|
},
|
1601
|
+
"CreateUploadTestRequest": {
|
1602
|
+
"document": "CreateUploadTest请求参数结构体",
|
1603
|
+
"members": [
|
1604
|
+
{
|
1605
|
+
"disabled": false,
|
1606
|
+
"document": "package ID",
|
1607
|
+
"example": "",
|
1608
|
+
"member": "string",
|
1609
|
+
"name": "PkgId",
|
1610
|
+
"required": true,
|
1611
|
+
"type": "string"
|
1612
|
+
},
|
1613
|
+
{
|
1614
|
+
"disabled": false,
|
1615
|
+
"document": "设备TID",
|
1616
|
+
"example": "",
|
1617
|
+
"member": "string",
|
1618
|
+
"name": "Tid",
|
1619
|
+
"required": true,
|
1620
|
+
"type": "string"
|
1621
|
+
}
|
1622
|
+
],
|
1623
|
+
"type": "object"
|
1624
|
+
},
|
1625
|
+
"CreateUploadTestResponse": {
|
1626
|
+
"document": "CreateUploadTest返回参数结构体",
|
1627
|
+
"members": [
|
1628
|
+
{
|
1629
|
+
"disabled": false,
|
1630
|
+
"document": "申请设备证书返回的信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1631
|
+
"example": "",
|
1632
|
+
"member": "CosCertificate",
|
1633
|
+
"name": "Data",
|
1634
|
+
"type": "object",
|
1635
|
+
"value_allowed_null": true
|
1636
|
+
},
|
1637
|
+
{
|
1638
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1639
|
+
"member": "string",
|
1640
|
+
"name": "RequestId",
|
1641
|
+
"type": "string"
|
1642
|
+
}
|
1643
|
+
],
|
1644
|
+
"type": "object"
|
1645
|
+
},
|
1484
1646
|
"CreateUsrTokenRequest": {
|
1485
1647
|
"document": "CreateUsrToken请求参数结构体",
|
1486
1648
|
"members": [
|
@@ -1934,7 +2096,7 @@
|
|
1934
2096
|
"example": "000001010006aada08000000a68601800a000000a6860100",
|
1935
2097
|
"member": "string",
|
1936
2098
|
"name": "SrcServiceId",
|
1937
|
-
"
|
2099
|
+
"output_required": true,
|
1938
2100
|
"type": "string",
|
1939
2101
|
"value_allowed_null": false
|
1940
2102
|
},
|
@@ -1944,7 +2106,7 @@
|
|
1944
2106
|
"example": "0000010100d641410b000000b086018004000000b0860100",
|
1945
2107
|
"member": "string",
|
1946
2108
|
"name": "ServiceId",
|
1947
|
-
"
|
2109
|
+
"output_required": true,
|
1948
2110
|
"type": "string",
|
1949
2111
|
"value_allowed_null": false
|
1950
2112
|
},
|
@@ -1954,7 +2116,7 @@
|
|
1954
2116
|
"example": "ap-guangzhou",
|
1955
2117
|
"member": "string",
|
1956
2118
|
"name": "StorageRegion",
|
1957
|
-
"
|
2119
|
+
"output_required": true,
|
1958
2120
|
"type": "string",
|
1959
2121
|
"value_allowed_null": false
|
1960
2122
|
},
|
@@ -1964,7 +2126,7 @@
|
|
1964
2126
|
"example": "xxxx",
|
1965
2127
|
"member": "string",
|
1966
2128
|
"name": "Tid",
|
1967
|
-
"
|
2129
|
+
"output_required": true,
|
1968
2130
|
"type": "string",
|
1969
2131
|
"value_allowed_null": false
|
1970
2132
|
},
|
@@ -1974,7 +2136,7 @@
|
|
1974
2136
|
"example": "0",
|
1975
2137
|
"member": "int64",
|
1976
2138
|
"name": "ChnNum",
|
1977
|
-
"
|
2139
|
+
"output_required": true,
|
1978
2140
|
"type": "int",
|
1979
2141
|
"value_allowed_null": false
|
1980
2142
|
},
|
@@ -1984,7 +2146,7 @@
|
|
1984
2146
|
"example": "9223801602303852555",
|
1985
2147
|
"member": "string",
|
1986
2148
|
"name": "AccessId",
|
1987
|
-
"
|
2149
|
+
"output_required": true,
|
1988
2150
|
"type": "string",
|
1989
2151
|
"value_allowed_null": false
|
1990
2152
|
},
|
@@ -1994,7 +2156,7 @@
|
|
1994
2156
|
"example": "1602662040",
|
1995
2157
|
"member": "int64",
|
1996
2158
|
"name": "StartTime",
|
1997
|
-
"
|
2159
|
+
"output_required": true,
|
1998
2160
|
"type": "int",
|
1999
2161
|
"value_allowed_null": false
|
2000
2162
|
},
|
@@ -2004,7 +2166,7 @@
|
|
2004
2166
|
"example": "1605340416",
|
2005
2167
|
"member": "int64",
|
2006
2168
|
"name": "EndTime",
|
2007
|
-
"
|
2169
|
+
"output_required": true,
|
2008
2170
|
"type": "int",
|
2009
2171
|
"value_allowed_null": false
|
2010
2172
|
},
|
@@ -2014,17 +2176,17 @@
|
|
2014
2176
|
"example": "1",
|
2015
2177
|
"member": "int64",
|
2016
2178
|
"name": "Status",
|
2017
|
-
"
|
2179
|
+
"output_required": true,
|
2018
2180
|
"type": "int",
|
2019
2181
|
"value_allowed_null": false
|
2020
2182
|
},
|
2021
2183
|
{
|
2022
2184
|
"disabled": false,
|
2023
|
-
"document": "
|
2185
|
+
"document": "新增的云存订单列表",
|
2024
2186
|
"example": "无",
|
2025
2187
|
"member": "StorageOrder",
|
2026
2188
|
"name": "Data",
|
2027
|
-
"
|
2189
|
+
"output_required": true,
|
2028
2190
|
"type": "list",
|
2029
2191
|
"value_allowed_null": false
|
2030
2192
|
},
|
@@ -3068,7 +3230,7 @@
|
|
3068
3230
|
"example": "000001010006aada08000000a68601800a000000a6860100",
|
3069
3231
|
"member": "string",
|
3070
3232
|
"name": "ServiceId",
|
3071
|
-
"
|
3233
|
+
"output_required": true,
|
3072
3234
|
"type": "string",
|
3073
3235
|
"value_allowed_null": false
|
3074
3236
|
},
|
@@ -3078,7 +3240,7 @@
|
|
3078
3240
|
"example": "ap-guangzhou",
|
3079
3241
|
"member": "string",
|
3080
3242
|
"name": "StorageRegion",
|
3081
|
-
"
|
3243
|
+
"output_required": true,
|
3082
3244
|
"type": "string",
|
3083
3245
|
"value_allowed_null": false
|
3084
3246
|
},
|
@@ -3088,7 +3250,7 @@
|
|
3088
3250
|
"example": "xxxx",
|
3089
3251
|
"member": "string",
|
3090
3252
|
"name": "Tid",
|
3091
|
-
"
|
3253
|
+
"output_required": true,
|
3092
3254
|
"type": "string",
|
3093
3255
|
"value_allowed_null": false
|
3094
3256
|
},
|
@@ -3098,7 +3260,7 @@
|
|
3098
3260
|
"example": "0",
|
3099
3261
|
"member": "int64",
|
3100
3262
|
"name": "ChnNum",
|
3101
|
-
"
|
3263
|
+
"output_required": true,
|
3102
3264
|
"type": "int",
|
3103
3265
|
"value_allowed_null": false
|
3104
3266
|
},
|
@@ -3108,7 +3270,7 @@
|
|
3108
3270
|
"example": "9223801559354179592",
|
3109
3271
|
"member": "string",
|
3110
3272
|
"name": "AccessId",
|
3111
|
-
"
|
3273
|
+
"output_required": true,
|
3112
3274
|
"type": "string",
|
3113
3275
|
"value_allowed_null": false
|
3114
3276
|
},
|
@@ -3118,7 +3280,7 @@
|
|
3118
3280
|
"example": "1602664844",
|
3119
3281
|
"member": "int64",
|
3120
3282
|
"name": "StartTime",
|
3121
|
-
"
|
3283
|
+
"output_required": true,
|
3122
3284
|
"type": "int",
|
3123
3285
|
"value_allowed_null": false
|
3124
3286
|
},
|
@@ -3128,7 +3290,7 @@
|
|
3128
3290
|
"example": "1613292044",
|
3129
3291
|
"member": "int64",
|
3130
3292
|
"name": "EndTime",
|
3131
|
-
"
|
3293
|
+
"output_required": true,
|
3132
3294
|
"type": "int",
|
3133
3295
|
"value_allowed_null": false
|
3134
3296
|
},
|
@@ -3138,17 +3300,17 @@
|
|
3138
3300
|
"example": "1",
|
3139
3301
|
"member": "int64",
|
3140
3302
|
"name": "Status",
|
3141
|
-
"
|
3303
|
+
"output_required": true,
|
3142
3304
|
"type": "int",
|
3143
3305
|
"value_allowed_null": false
|
3144
3306
|
},
|
3145
3307
|
{
|
3146
3308
|
"disabled": false,
|
3147
|
-
"document": "
|
3309
|
+
"document": "云存订单列表",
|
3148
3310
|
"example": "无",
|
3149
3311
|
"member": "StorageOrder",
|
3150
3312
|
"name": "Data",
|
3151
|
-
"
|
3313
|
+
"output_required": true,
|
3152
3314
|
"type": "list",
|
3153
3315
|
"value_allowed_null": false
|
3154
3316
|
},
|
@@ -4700,6 +4862,76 @@
|
|
4700
4862
|
],
|
4701
4863
|
"usage": "out"
|
4702
4864
|
},
|
4865
|
+
"RenewCertificate": {
|
4866
|
+
"document": "刷新证书信息",
|
4867
|
+
"members": [
|
4868
|
+
{
|
4869
|
+
"disabled": false,
|
4870
|
+
"document": "刷新证书信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
4871
|
+
"example": "",
|
4872
|
+
"member": "CertificateInfo",
|
4873
|
+
"name": "TempCertificate",
|
4874
|
+
"required": true,
|
4875
|
+
"type": "object",
|
4876
|
+
"value_allowed_null": true
|
4877
|
+
}
|
4878
|
+
],
|
4879
|
+
"usage": "out"
|
4880
|
+
},
|
4881
|
+
"RenewUploadTestRequest": {
|
4882
|
+
"document": "RenewUploadTest请求参数结构体",
|
4883
|
+
"members": [
|
4884
|
+
{
|
4885
|
+
"disabled": false,
|
4886
|
+
"document": "package ID",
|
4887
|
+
"example": "",
|
4888
|
+
"member": "string",
|
4889
|
+
"name": "PkgId",
|
4890
|
+
"required": true,
|
4891
|
+
"type": "string"
|
4892
|
+
},
|
4893
|
+
{
|
4894
|
+
"disabled": false,
|
4895
|
+
"document": "设备TID",
|
4896
|
+
"example": "",
|
4897
|
+
"member": "string",
|
4898
|
+
"name": "Tid",
|
4899
|
+
"required": true,
|
4900
|
+
"type": "string"
|
4901
|
+
},
|
4902
|
+
{
|
4903
|
+
"disabled": false,
|
4904
|
+
"document": "SessionKeys",
|
4905
|
+
"example": "",
|
4906
|
+
"member": "string",
|
4907
|
+
"name": "SessionKey",
|
4908
|
+
"required": true,
|
4909
|
+
"type": "string"
|
4910
|
+
}
|
4911
|
+
],
|
4912
|
+
"type": "object"
|
4913
|
+
},
|
4914
|
+
"RenewUploadTestResponse": {
|
4915
|
+
"document": "RenewUploadTest返回参数结构体",
|
4916
|
+
"members": [
|
4917
|
+
{
|
4918
|
+
"disabled": false,
|
4919
|
+
"document": "刷新证书返回的信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
4920
|
+
"example": "",
|
4921
|
+
"member": "RenewCertificate",
|
4922
|
+
"name": "Data",
|
4923
|
+
"type": "object",
|
4924
|
+
"value_allowed_null": true
|
4925
|
+
},
|
4926
|
+
{
|
4927
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4928
|
+
"member": "string",
|
4929
|
+
"name": "RequestId",
|
4930
|
+
"type": "string"
|
4931
|
+
}
|
4932
|
+
],
|
4933
|
+
"type": "object"
|
4934
|
+
},
|
4703
4935
|
"RunDeviceRequest": {
|
4704
4936
|
"document": "RunDevice请求参数结构体",
|
4705
4937
|
"members": [
|
@@ -108,10 +108,18 @@
|
|
108
108
|
{
|
109
109
|
"document": "",
|
110
110
|
"input": "https://iotvideo.tencentcloudapi.com/?Action=CreateUploadPath\n&ProductId=12345678910\n&FileName=a.zip\n&<公共请求参数>",
|
111
|
-
"output": "{\n \"Response\": {\n \"Data\": \"
|
111
|
+
"output": "{\n \"Response\": {\n \"Data\": \"***********************\",\n \"RequestId\": \"0353288e-2fb9-4a85-b7fa-8519f21aee34\"\n }\n}",
|
112
112
|
"title": "获取固件上传路径"
|
113
113
|
}
|
114
114
|
],
|
115
|
+
"CreateUploadTest": [
|
116
|
+
{
|
117
|
+
"document": "",
|
118
|
+
"input": "https://iotvideo.tencentcloudapi.com/?Action=CreateUploadTest\n&PkgId=yc1m3d\n&Tid=********\n&<公共请求参数>",
|
119
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4f7cc74f-e442-431d-b447-50020076f725\",\n \"Data\": {\n \"StorageBucket\": \"9ba09148vodbj1259781373-10022853\",\n \"StorageRegion\": \"ap-beijing\",\n \"StoragePath\": \"/9ba09148vodbj1259781373/97addbdd5285890796668801187/\",\n \"SessionKey\": \"*******\",\n \"TempCertificate\": {\n \"SecretId\": \"*******\",\n \"SecretKey\": \"*******\",\n \"Token\": \"************\",\n \"ExpiredTime\": 1577340790\n }\n }\n }\n}",
|
120
|
+
"title": "设备申请COS上传临时证书"
|
121
|
+
}
|
122
|
+
],
|
115
123
|
"CreateUsrToken": [
|
116
124
|
{
|
117
125
|
"document": "",
|
@@ -188,7 +196,7 @@
|
|
188
196
|
{
|
189
197
|
"document": "",
|
190
198
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeliverStorageService\n<公共请求参数>\n\n{\n \"SrcServiceId\": \"3452345\",\n \"Tid\": \"2345345\",\n \"ChnNum\": 123,\n \"AccessId\": \"4564545645\"\n}",
|
191
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"43348837-a756-4939-92b6-77c333c1b96e\",\n \"SrcServiceId\": \"000001010006aada08000000a68601800a000000a6860100\",\n \"ServiceId\": \"0000010100d641410b000000b086018004000000b0860100\",\n \"StorageRegion\": \"\",\n \"Tid\": \"xxxx\",\n \"ChnNum\": 0,\n \"AccessId\": \"9223801602303852555\",\n \"StartTime\": 1602662040,\n \"EndTime\": 1605340416,\n \"Status\": 1,\n \"Data\": [\n {\n \"OrderId\":
|
199
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"43348837-a756-4939-92b6-77c333c1b96e\",\n \"SrcServiceId\": \"000001010006aada08000000a68601800a000000a6860100\",\n \"ServiceId\": \"0000010100d641410b000000b086018004000000b0860100\",\n \"StorageRegion\": \"\",\n \"Tid\": \"xxxx\",\n \"ChnNum\": 0,\n \"AccessId\": \"9223801602303852555\",\n \"StartTime\": 1602662040,\n \"EndTime\": 1605340416,\n \"Status\": 1,\n \"Data\": [\n {\n \"OrderId\": \"fffffff\",\n \"PkgId\": \"yc1m3d\",\n \"Status\": 3,\n \"StartTime\": 1602662040,\n \"EndTime\": 1605340416\n }\n ]\n }\n}",
|
192
200
|
"title": "将已购买的云存服务转移到另一设备"
|
193
201
|
}
|
194
202
|
],
|
@@ -368,7 +376,7 @@
|
|
368
376
|
{
|
369
377
|
"document": "",
|
370
378
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStorageService\n<公共请求参数>\n\n{\n \"ServiceId\": \"2300001383\",\n \"GetFinishedOrder\": true\n}",
|
371
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"43348837-a756-4939-92b6-77c333c1b96e\",\n \"ServiceId\": \"000001010006aada08000000a68601800a000000a6860100\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"Tid\": \"xxxx\",\n \"ChnNum\": 0,\n \"AccessId\": \"9223801559354179592\",\n \"StartTime\": 1602664844,\n \"EndTime\": 1613292044,\n \"Status\": 1,\n \"Data\": [\n {\n \"OrderId\":
|
379
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"43348837-a756-4939-92b6-77c333c1b96e\",\n \"ServiceId\": \"000001010006aada08000000a68601800a000000a6860100\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"Tid\": \"xxxx\",\n \"ChnNum\": 0,\n \"AccessId\": \"9223801559354179592\",\n \"StartTime\": 1602664844,\n \"EndTime\": 1613292044,\n \"Status\": 1,\n \"Data\": [\n {\n \"OrderId\": \"jsldkfjiekfj\",\n \"PkgId\": \"yc1m3d\",\n \"Status\": 4,\n \"StartTime\": 1602664760,\n \"EndTime\": 1605343160\n },\n {\n \"OrderId\": \"dsffffsdf\",\n \"PkgId\": \"yc1m3d\",\n \"Status\": 1,\n \"StartTime\": 1602664844,\n \"EndTime\": 1605343244\n },\n {\n \"OrderId\": \"iueuriuewoiruoj\",\n \"PkgId\": \"yc1m3d\",\n \"Status\": 2,\n \"StartTime\": 1605343244,\n \"EndTime\": 1607935244\n }\n ]\n }\n}",
|
372
380
|
"title": "查询云存服务"
|
373
381
|
}
|
374
382
|
],
|
@@ -468,6 +476,14 @@
|
|
468
476
|
"title": "退订已购买的云存服务"
|
469
477
|
}
|
470
478
|
],
|
479
|
+
"RenewUploadTest": [
|
480
|
+
{
|
481
|
+
"document": "",
|
482
|
+
"input": "https://iotvideo.tencentcloudapi.com/?Action=RenewUploadTest\n&PkgId=yc1m3d\n&Tid=********\n&SessionKey=***********\n&<公共请求参数>",
|
483
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0ff2ba1b-0423-438d-8505-d34774072bfe\",\n \"Data\": {\n \"TempCertificate\": {\n \"SecretId\": \"***********\",\n \"SecretKey\": \"***********\",\n \"Token\": \"**********\",\n \"ExpiredTime\": 1577340489\n }\n }\n }\n}",
|
484
|
+
"title": "设备刷新临时证书"
|
485
|
+
}
|
486
|
+
],
|
471
487
|
"RunDevice": [
|
472
488
|
{
|
473
489
|
"document": "",
|
@@ -3333,7 +3333,7 @@
|
|
3333
3333
|
"example": "https://video-cv-1258344699.cos.ap-guangzhou.myqcloud.com/%2F100",
|
3334
3334
|
"member": "string",
|
3335
3335
|
"name": "ThumbnailURL",
|
3336
|
-
"
|
3336
|
+
"output_required": true,
|
3337
3337
|
"type": "string",
|
3338
3338
|
"value_allowed_null": false
|
3339
3339
|
},
|
@@ -252,7 +252,7 @@
|
|
252
252
|
{
|
253
253
|
"document": "",
|
254
254
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageThumbnail\n<公共请求参数>\n\n{\n \"ProductId\": \"AQTV2839QJ\",\n \"DeviceName\": \"sp01_32820237_5\",\n \"Thumbnail\": \"/100008401725/AQTV2839QJ/sp01_32820237_7/events/1615200613.jpg\"\n}",
|
255
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c299d2c9-805f-41a5-853d-db32ba1a16b5\",\n \"ThumbnailURL\": \"
|
255
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c299d2c9-805f-41a5-853d-db32ba1a16b5\",\n \"ThumbnailURL\": \"****************\"\n }\n}",
|
256
256
|
"title": "拉取云存事件缩略图"
|
257
257
|
}
|
258
258
|
],
|
@@ -6497,7 +6497,7 @@
|
|
6497
6497
|
"example": "https://video-cv-test-1256872341.cos.ap-guangzhou.myqcloud.com/4",
|
6498
6498
|
"member": "string",
|
6499
6499
|
"name": "URL",
|
6500
|
-
"
|
6500
|
+
"output_required": true,
|
6501
6501
|
"type": "string",
|
6502
6502
|
"value_allowed_null": false
|
6503
6503
|
},
|
@@ -340,7 +340,7 @@
|
|
340
340
|
{
|
341
341
|
"document": "",
|
342
342
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageThumbnail\n<公共请求参数>\n\n{\n \"ProductId\": \"AQTV2839QJ\",\n \"DeviceName\": \"sp01_32820237_5\",\n \"Thumbnail\": \"/100008401725/AQTV2839QJ/sp01_32820237_7/events/1615200613.jpg\"\n}",
|
343
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c299d2c9-805f-41a5-853d-db32ba1a16b5\",\n \"ThumbnailURL\": \"
|
343
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c299d2c9-805f-41a5-853d-db32ba1a16b5\",\n \"ThumbnailURL\": \"*************\",\n \"ExpireTime\": 1\n }\n}",
|
344
344
|
"title": "拉取云存事件缩略图"
|
345
345
|
}
|
346
346
|
],
|
@@ -540,7 +540,7 @@
|
|
540
540
|
{
|
541
541
|
"document": "",
|
542
542
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePackageConsumeTask\n<公共请求参数>\n\n{\n \"TaskId\": 45\n}",
|
543
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"a9545416-7eac-4e2e-a4a0-9735b0ee7682\",\n \"URL\": \"
|
543
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a9545416-7eac-4e2e-a4a0-9735b0ee7682\",\n \"URL\": \"*************\"\n }\n}",
|
544
544
|
"title": "查询套餐消耗记录详情"
|
545
545
|
}
|
546
546
|
],
|