tccli 3.0.845.1__py2.py3-none-any.whl → 3.0.847.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/billing/v20180709/api.json +18 -62
  3. tccli/services/billing/v20180709/examples.json +8 -8
  4. tccli/services/cat/v20180409/api.json +0 -28
  5. tccli/services/cat/v20180409/examples.json +7 -7
  6. tccli/services/ccc/v20200210/api.json +16 -7
  7. tccli/services/ccc/v20200210/examples.json +2 -2
  8. tccli/services/cdb/v20170320/api.json +71 -50
  9. tccli/services/cdb/v20170320/examples.json +4 -4
  10. tccli/services/cdn/v20180606/api.json +1 -11
  11. tccli/services/cdn/v20180606/examples.json +1 -1
  12. tccli/services/ckafka/v20190819/api.json +8 -5
  13. tccli/services/ckafka/v20190819/examples.json +3 -3
  14. tccli/services/cls/v20201016/api.json +44 -33
  15. tccli/services/cls/v20201016/examples.json +3 -3
  16. tccli/services/cvm/v20170312/api.json +2 -4
  17. tccli/services/dbbrain/v20210527/api.json +36 -30
  18. tccli/services/dcdb/dcdb_client.py +53 -0
  19. tccli/services/dcdb/v20180411/api.json +812 -157
  20. tccli/services/dcdb/v20180411/examples.json +8 -0
  21. tccli/services/dlc/v20210125/api.json +9 -0
  22. tccli/services/emr/v20190103/api.json +9 -29
  23. tccli/services/ess/ess_client.py +273 -8
  24. tccli/services/ess/v20201111/api.json +639 -89
  25. tccli/services/ess/v20201111/examples.json +58 -6
  26. tccli/services/essbasic/essbasic_client.py +159 -0
  27. tccli/services/essbasic/v20210526/api.json +287 -3
  28. tccli/services/essbasic/v20210526/examples.json +24 -0
  29. tccli/services/iotexplorer/v20190423/api.json +25 -33
  30. tccli/services/iotexplorer/v20190423/examples.json +9 -9
  31. tccli/services/mariadb/mariadb_client.py +53 -0
  32. tccli/services/mariadb/v20170312/api.json +520 -0
  33. tccli/services/mariadb/v20170312/examples.json +8 -0
  34. tccli/services/monitor/v20180724/api.json +10 -11
  35. tccli/services/monitor/v20180724/examples.json +5 -5
  36. tccli/services/mps/v20190612/api.json +2 -7
  37. tccli/services/ocr/v20181119/api.json +73 -89
  38. tccli/services/ocr/v20181119/examples.json +23 -23
  39. tccli/services/redis/redis_client.py +53 -0
  40. tccli/services/redis/v20180412/api.json +214 -0
  41. tccli/services/redis/v20180412/examples.json +8 -0
  42. tccli/services/tcss/v20201101/api.json +40 -7
  43. tccli/services/tcss/v20201101/examples.json +3 -3
  44. tccli/services/tdid/v20210519/api.json +68 -68
  45. tccli/services/tiw/tiw_client.py +1403 -78
  46. tccli/services/tiw/v20190919/api.json +2439 -461
  47. tccli/services/tiw/v20190919/examples.json +200 -0
  48. tccli/services/trtc/v20190722/api.json +41 -29
  49. tccli/services/trtc/v20190722/examples.json +10 -10
  50. tccli/services/vpc/v20170312/api.json +15 -27
  51. tccli/services/vpc/v20170312/examples.json +6 -6
  52. tccli/services/waf/v20180125/api.json +50 -6
  53. tccli/services/waf/v20180125/examples.json +2 -2
  54. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/METADATA +2 -2
  55. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/RECORD +59 -59
  56. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/LICENSE +0 -0
  57. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/WHEEL +0 -0
  58. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/entry_points.txt +0 -0
  59. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/top_level.txt +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.845.1'
1
+ __version__ = '3.0.847.1'
@@ -1186,8 +1186,8 @@
1186
1186
  "document": "收支明细的流水信息",
1187
1187
  "members": [
1188
1188
  {
1189
- "default": "",
1190
1189
  "document": "收支类型:deduct 扣费, recharge 充值, return 退费, block 冻结, unblock 解冻",
1190
+ "example": "\"deduct\"",
1191
1191
  "member": "string",
1192
1192
  "name": "ActionType",
1193
1193
  "required": true,
@@ -1195,8 +1195,8 @@
1195
1195
  "value_allowed_null": false
1196
1196
  },
1197
1197
  {
1198
- "default": "",
1199
1198
  "document": "流水金额,单位(分);正数表示入账,负数表示出账",
1199
+ "example": "-45",
1200
1200
  "member": "int64",
1201
1201
  "name": "Amount",
1202
1202
  "required": true,
@@ -1204,8 +1204,8 @@
1204
1204
  "value_allowed_null": false
1205
1205
  },
1206
1206
  {
1207
- "default": "",
1208
1207
  "document": "可用余额,单位(分);正数表示入账,负数表示出账",
1208
+ "example": "1951932174",
1209
1209
  "member": "int64",
1210
1210
  "name": "Balance",
1211
1211
  "required": true,
@@ -1213,8 +1213,8 @@
1213
1213
  "value_allowed_null": false
1214
1214
  },
1215
1215
  {
1216
- "default": "",
1217
1216
  "document": "流水号,如20190131020000236005203583326401",
1217
+ "example": "\"20200708000000005009170242661921\"",
1218
1218
  "member": "string",
1219
1219
  "name": "BillId",
1220
1220
  "required": true,
@@ -1222,8 +1222,8 @@
1222
1222
  "value_allowed_null": false
1223
1223
  },
1224
1224
  {
1225
- "default": "",
1226
1225
  "document": "描述信息",
1226
+ "example": "\"描述\"",
1227
1227
  "member": "string",
1228
1228
  "name": "OperationInfo",
1229
1229
  "required": true,
@@ -1231,8 +1231,8 @@
1231
1231
  "value_allowed_null": false
1232
1232
  },
1233
1233
  {
1234
- "default": "",
1235
1234
  "document": "操作时间\"2019-01-31 23:35:10.000\"",
1235
+ "example": "\"2020-07-08 15:52:30.941\"",
1236
1236
  "member": "string",
1237
1237
  "name": "OperationTime",
1238
1238
  "required": true,
@@ -1240,8 +1240,8 @@
1240
1240
  "value_allowed_null": false
1241
1241
  },
1242
1242
  {
1243
- "default": "",
1244
1243
  "document": "现金账户余额,单位(分)",
1244
+ "example": "1957274510",
1245
1245
  "member": "int64",
1246
1246
  "name": "Cash",
1247
1247
  "required": true,
@@ -1249,8 +1249,8 @@
1249
1249
  "value_allowed_null": false
1250
1250
  },
1251
1251
  {
1252
- "default": "",
1253
1252
  "document": "赠送金余额,单位(分)",
1253
+ "example": " 0",
1254
1254
  "member": "int64",
1255
1255
  "name": "Incentive",
1256
1256
  "required": true,
@@ -1258,8 +1258,8 @@
1258
1258
  "value_allowed_null": false
1259
1259
  },
1260
1260
  {
1261
- "default": "",
1262
1261
  "document": "冻结余额,单位(分)",
1262
+ "example": "5342336",
1263
1263
  "member": "int64",
1264
1264
  "name": "Freezing",
1265
1265
  "required": true,
@@ -1267,8 +1267,8 @@
1267
1267
  "value_allowed_null": false
1268
1268
  },
1269
1269
  {
1270
- "default": "",
1271
1270
  "document": "交易渠道",
1271
+ "example": "\"\"",
1272
1272
  "member": "string",
1273
1273
  "name": "PayChannel",
1274
1274
  "required": true,
@@ -1276,8 +1276,8 @@
1276
1276
  "value_allowed_null": false
1277
1277
  },
1278
1278
  {
1279
- "default": "",
1280
1279
  "document": "扣费模式:trade 包年包月(预付费),hourh 按量-小时结,hourd 按量-日结,hourm 按量-月结,month 按量-月结",
1280
+ "example": "\"trade\"",
1281
1281
  "member": "string",
1282
1282
  "name": "DeductMode",
1283
1283
  "required": true,
@@ -3031,25 +3031,22 @@
3031
3031
  "document": "DescribeBillList请求参数结构体",
3032
3032
  "members": [
3033
3033
  {
3034
- "default": "",
3035
- "document": "查询范围的起始时间(包含)",
3036
- "example": "2020-01-01",
3034
+ "document": "查询范围的起始时间(包含)时间格式 yyyy-MM-dd HH:mm:ss 开始时间和结束时间差值小于等于六个月",
3035
+ "example": "2020-01-01 00:00:00",
3037
3036
  "member": "string",
3038
3037
  "name": "StartTime",
3039
3038
  "required": true,
3040
3039
  "type": "string"
3041
3040
  },
3042
3041
  {
3043
- "default": "",
3044
- "document": "查询范围的结束时间(包含)",
3045
- "example": "2020-01-02",
3042
+ "document": "查询范围的结束时间(包含)时间格式 yyyy-MM-dd HH:mm:ss ,开始时间和结束时间差值小于等于六个月",
3043
+ "example": "2020-01-02 00:00:00",
3046
3044
  "member": "string",
3047
3045
  "name": "EndTime",
3048
3046
  "required": true,
3049
3047
  "type": "string"
3050
3048
  },
3051
3049
  {
3052
- "default": "",
3053
3050
  "document": "翻页偏移量,初始值为0",
3054
3051
  "example": "1",
3055
3052
  "member": "uint64",
@@ -3058,7 +3055,6 @@
3058
3055
  "type": "int"
3059
3056
  },
3060
3057
  {
3061
- "default": "",
3062
3058
  "document": "每页的限制数量",
3063
3059
  "example": "1",
3064
3060
  "member": "uint64",
@@ -3067,7 +3063,6 @@
3067
3063
  "type": "int"
3068
3064
  },
3069
3065
  {
3070
- "default": "",
3071
3066
  "document": "交易类型: all所有交易类型,recharge充值,return退款,unblock解冻,agentin资金转入,advanced垫付,cash提现,deduct扣费,block冻结,agentout资金转出,repay垫付回款,repayment还款(仅国际信用账户),adj_refund调增(仅国际信用账户),adj_deduct调减(仅国际信用账户)",
3072
3067
  "example": "['deduct']",
3073
3068
  "member": "string",
@@ -3076,7 +3071,6 @@
3076
3071
  "type": "list"
3077
3072
  },
3078
3073
  {
3079
- "default": "",
3080
3074
  "document": "扣费模式,\n当所选的交易类型为扣费deduct时: \nall所有扣费类型;trade预付费支付;hour_h按量小时结;hour_d按量日结;hour_m按量月结;decompensate调账扣费;other第三方扣费;panshi 线下项目扣费;offline 线下产品扣费;\n\n当所选的交易类型为扣费recharge时: \nonline 在线充值;bank-enterprice 银企直连;offline 线下充值;transfer 分成充值\n\n当所选的交易类型为扣费cash时: \nonline 线上提现;offline 线下提现;panshi 赠送金清零\n\n当所选的交易类型为扣费advanced时: \nadvanced 垫付充值\n\n当所选的交易类型为扣费repay时: \npanshi 垫付回款\n\n当所选的交易类型为扣费block时: \nother 第三方冻结;hour 按量冻结;month按月冻结\n\n当所选的交易类型为扣费return时: \ncompensate 调账补偿;trade 预付费退款\n\n当所选的交易类型为扣费unblock时:\nother 第三方解冻;hour 按量解冻;month 按月解冻",
3081
3075
  "example": "all",
3082
3076
  "member": "string",
@@ -3085,7 +3079,6 @@
3085
3079
  "type": "list"
3086
3080
  },
3087
3081
  {
3088
- "default": "",
3089
3082
  "document": "是否返回0元交易金额的交易项,取值:0-不返回,1-返回。不传该参数则不返回",
3090
3083
  "example": "1",
3091
3084
  "member": "uint64",
@@ -3104,7 +3097,6 @@
3104
3097
  "example": "[]",
3105
3098
  "member": "BillTransactionInfo",
3106
3099
  "name": "TransactionList",
3107
- "required": true,
3108
3100
  "type": "list",
3109
3101
  "value_allowed_null": false
3110
3102
  },
@@ -3113,7 +3105,6 @@
3113
3105
  "example": "1",
3114
3106
  "member": "int64",
3115
3107
  "name": "Total",
3116
- "required": true,
3117
3108
  "type": "int",
3118
3109
  "value_allowed_null": false
3119
3110
  },
@@ -3122,7 +3113,6 @@
3122
3113
  "example": "1",
3123
3114
  "member": "float",
3124
3115
  "name": "ReturnAmount",
3125
- "required": true,
3126
3116
  "type": "float",
3127
3117
  "value_allowed_null": false
3128
3118
  },
@@ -3131,7 +3121,6 @@
3131
3121
  "example": "1",
3132
3122
  "member": "float",
3133
3123
  "name": "RechargeAmount",
3134
- "required": true,
3135
3124
  "type": "float",
3136
3125
  "value_allowed_null": false
3137
3126
  },
@@ -3140,7 +3129,6 @@
3140
3129
  "example": "1",
3141
3130
  "member": "float",
3142
3131
  "name": "BlockAmount",
3143
- "required": true,
3144
3132
  "type": "float",
3145
3133
  "value_allowed_null": false
3146
3134
  },
@@ -3149,7 +3137,6 @@
3149
3137
  "example": "1",
3150
3138
  "member": "float",
3151
3139
  "name": "UnblockAmount",
3152
- "required": true,
3153
3140
  "type": "float",
3154
3141
  "value_allowed_null": false
3155
3142
  },
@@ -3158,7 +3145,6 @@
3158
3145
  "example": "1",
3159
3146
  "member": "float",
3160
3147
  "name": "DeductAmount",
3161
- "required": true,
3162
3148
  "type": "float",
3163
3149
  "value_allowed_null": false
3164
3150
  },
@@ -3167,7 +3153,6 @@
3167
3153
  "example": "1",
3168
3154
  "member": "float",
3169
3155
  "name": "AgentInAmount",
3170
- "required": true,
3171
3156
  "type": "float",
3172
3157
  "value_allowed_null": false
3173
3158
  },
@@ -3176,7 +3161,6 @@
3176
3161
  "example": "1",
3177
3162
  "member": "float",
3178
3163
  "name": "AdvanceRechargeAmount",
3179
- "required": true,
3180
3164
  "type": "float",
3181
3165
  "value_allowed_null": false
3182
3166
  },
@@ -3185,7 +3169,6 @@
3185
3169
  "example": "1",
3186
3170
  "member": "float",
3187
3171
  "name": "WithdrawAmount",
3188
- "required": true,
3189
3172
  "type": "float",
3190
3173
  "value_allowed_null": false
3191
3174
  },
@@ -3194,7 +3177,6 @@
3194
3177
  "example": "1",
3195
3178
  "member": "float",
3196
3179
  "name": "AgentOutAmount",
3197
- "required": true,
3198
3180
  "type": "float",
3199
3181
  "value_allowed_null": false
3200
3182
  },
@@ -3203,7 +3185,6 @@
3203
3185
  "example": "1",
3204
3186
  "member": "float",
3205
3187
  "name": "AdvancePayAmount",
3206
- "required": true,
3207
3188
  "type": "float",
3208
3189
  "value_allowed_null": false
3209
3190
  },
@@ -4457,7 +4438,6 @@
4457
4438
  "document": "DescribeVoucherInfo请求参数结构体",
4458
4439
  "members": [
4459
4440
  {
4460
- "default": "",
4461
4441
  "document": "一页多少条数据,默认是20条,最大不超过1000",
4462
4442
  "example": "10",
4463
4443
  "member": "int64",
@@ -4466,7 +4446,6 @@
4466
4446
  "type": "int"
4467
4447
  },
4468
4448
  {
4469
- "default": "",
4470
4449
  "document": "第多少页,默认是1",
4471
4450
  "example": "1",
4472
4451
  "member": "int64",
@@ -4475,7 +4454,6 @@
4475
4454
  "type": "int"
4476
4455
  },
4477
4456
  {
4478
- "default": "",
4479
4457
  "document": "券状态:待使用:unUsed,已使用: used,已发货:delivered,已作废: cancel,已过期:overdue",
4480
4458
  "example": "unUsed",
4481
4459
  "member": "string",
@@ -4484,7 +4462,6 @@
4484
4462
  "type": "string"
4485
4463
  },
4486
4464
  {
4487
- "default": "",
4488
4465
  "document": "代金券id",
4489
4466
  "example": "123",
4490
4467
  "member": "string",
@@ -4493,7 +4470,6 @@
4493
4470
  "type": "string"
4494
4471
  },
4495
4472
  {
4496
- "default": "",
4497
4473
  "document": "代金券订单id",
4498
4474
  "example": "123",
4499
4475
  "member": "string",
@@ -4502,7 +4478,6 @@
4502
4478
  "type": "string"
4503
4479
  },
4504
4480
  {
4505
- "default": "",
4506
4481
  "document": "商品码",
4507
4482
  "example": "a",
4508
4483
  "member": "string",
@@ -4511,7 +4486,6 @@
4511
4486
  "type": "string"
4512
4487
  },
4513
4488
  {
4514
- "default": "",
4515
4489
  "document": "活动id",
4516
4490
  "example": "123",
4517
4491
  "member": "string",
@@ -4520,7 +4494,6 @@
4520
4494
  "type": "string"
4521
4495
  },
4522
4496
  {
4523
- "default": "",
4524
4497
  "document": "代金券名称",
4525
4498
  "example": "aa",
4526
4499
  "member": "string",
@@ -4529,8 +4502,7 @@
4529
4502
  "type": "string"
4530
4503
  },
4531
4504
  {
4532
- "default": "",
4533
- "document": "发放开始时间",
4505
+ "document": "发放开始时间,例:2021-01-01",
4534
4506
  "example": "2021-01-01",
4535
4507
  "member": "string",
4536
4508
  "name": "TimeFrom",
@@ -4538,8 +4510,7 @@
4538
4510
  "type": "string"
4539
4511
  },
4540
4512
  {
4541
- "default": "",
4542
- "document": "发放结束时间",
4513
+ "document": "发放结束时间,例:2021-01-01",
4543
4514
  "example": "2021-01-01",
4544
4515
  "member": "string",
4545
4516
  "name": "TimeTo",
@@ -4547,7 +4518,6 @@
4547
4518
  "type": "string"
4548
4519
  },
4549
4520
  {
4550
- "default": "",
4551
4521
  "document": "指定排序字段:BeginTime开始时间、EndTime到期时间、CreateTime创建时间",
4552
4522
  "example": "BeginTime",
4553
4523
  "member": "string",
@@ -4556,7 +4526,6 @@
4556
4526
  "type": "string"
4557
4527
  },
4558
4528
  {
4559
- "default": "",
4560
4529
  "document": "指定升序降序:desc、asc",
4561
4530
  "example": "desc",
4562
4531
  "member": "string",
@@ -4565,7 +4534,6 @@
4565
4534
  "type": "string"
4566
4535
  },
4567
4536
  {
4568
- "default": "",
4569
4537
  "document": "付费模式,postPay后付费/prePay预付费/riPay预留实例/\"\"或者\"*\"表示全部模式,如果payMode为\"\"或\"*\",那么productCode与subProductCode必须传空",
4570
4538
  "example": "postPay",
4571
4539
  "member": "string",
@@ -4574,7 +4542,6 @@
4574
4542
  "type": "string"
4575
4543
  },
4576
4544
  {
4577
- "default": "",
4578
4545
  "document": "付费场景PayMode=postPay时:spotpay-竞价实例,\"settle account\"-普通后付费PayMode=prePay时:purchase-包年包月新购,renew-包年包月续费(自动续费),modify-包年包月配置变更(变配)PayMode=riPay时:oneOffFee-预留实例预付,hourlyFee-预留实例每小时扣费,*-支持全部付费场景",
4579
4546
  "example": "*",
4580
4547
  "member": "string",
@@ -4583,7 +4550,6 @@
4583
4550
  "type": "string"
4584
4551
  },
4585
4552
  {
4586
- "default": "",
4587
4553
  "document": "操作人,默认就是用户uin",
4588
4554
  "example": "aa",
4589
4555
  "member": "string",
@@ -4602,7 +4568,6 @@
4602
4568
  "example": "0",
4603
4569
  "member": "int64",
4604
4570
  "name": "TotalCount",
4605
- "required": true,
4606
4571
  "type": "int",
4607
4572
  "value_allowed_null": false
4608
4573
  },
@@ -4611,7 +4576,6 @@
4611
4576
  "example": "0",
4612
4577
  "member": "int64",
4613
4578
  "name": "TotalBalance",
4614
- "required": true,
4615
4579
  "type": "int",
4616
4580
  "value_allowed_null": false
4617
4581
  },
@@ -4620,7 +4584,6 @@
4620
4584
  "example": "无",
4621
4585
  "member": "VoucherInfos",
4622
4586
  "name": "VoucherInfos",
4623
- "required": true,
4624
4587
  "type": "list",
4625
4588
  "value_allowed_null": true
4626
4589
  },
@@ -4637,7 +4600,6 @@
4637
4600
  "document": "DescribeVoucherUsageDetails请求参数结构体",
4638
4601
  "members": [
4639
4602
  {
4640
- "default": "",
4641
4603
  "document": "一页多少条数据,默认是20条,最大不超过1000",
4642
4604
  "example": "10",
4643
4605
  "member": "int64",
@@ -4646,7 +4608,6 @@
4646
4608
  "type": "int"
4647
4609
  },
4648
4610
  {
4649
- "default": "",
4650
4611
  "document": "第多少页,默认是1",
4651
4612
  "example": "1",
4652
4613
  "member": "int64",
@@ -4655,16 +4616,14 @@
4655
4616
  "type": "int"
4656
4617
  },
4657
4618
  {
4658
- "default": "",
4659
4619
  "document": "代金券id",
4660
4620
  "example": "123",
4661
4621
  "member": "string",
4662
4622
  "name": "VoucherId",
4663
- "required": false,
4623
+ "required": true,
4664
4624
  "type": "string"
4665
4625
  },
4666
4626
  {
4667
- "default": "",
4668
4627
  "document": "操作人,默认就是用户uin",
4669
4628
  "example": "aa",
4670
4629
  "member": "string",
@@ -4683,7 +4642,6 @@
4683
4642
  "example": "0",
4684
4643
  "member": "int64",
4685
4644
  "name": "TotalCount",
4686
- "required": true,
4687
4645
  "type": "int",
4688
4646
  "value_allowed_null": false
4689
4647
  },
@@ -4692,7 +4650,6 @@
4692
4650
  "example": "0",
4693
4651
  "member": "int64",
4694
4652
  "name": "TotalUsedAmount",
4695
- "required": true,
4696
4653
  "type": "int",
4697
4654
  "value_allowed_null": false
4698
4655
  },
@@ -4701,7 +4658,6 @@
4701
4658
  "example": "无",
4702
4659
  "member": "UsageRecords",
4703
4660
  "name": "UsageRecords",
4704
- "required": true,
4705
4661
  "type": "list",
4706
4662
  "value_allowed_null": true
4707
4663
  },
@@ -18,9 +18,9 @@
18
18
  ],
19
19
  "DescribeBillList": [
20
20
  {
21
- "document": "",
22
- "input": "https://billing.tencentcloudapi.com/?Action=DescribeBillList\n&StartTime=2019-07-31 00:00:00\n&EndTime=2020-07-31 00:00:00\n&Offset=0\n&Limit=1\n&PayType.0=all\n&SubPayType.0=all\n&WithZeroAmount=1\n&<公共请求参数>",
23
- "output": "{\n \"Response\": {\n \"Total\": 39,\n \"ReturnAmount\": 9667,\n \"DeductAmount\": 7057155,\n \"RechargeAmount\": 2247483647,\n \"BlockAmount\": 5130854,\n \"UnblockAmount\": 10000,\n \"AgentInAmount\": 10000,\n \"AdvanceRechargeAmount\": 10000,\n \"WithdrawAmount\": 10000,\n \"AgentOutAmount\": 10000,\n \"AdvancePayAmount\": 10000,\n \"TransactionList\": [\n {\n \"OperationTime\": \"2020-07-08 15:52:30.941\",\n \"ActionType\": \"deduct\",\n \"PayChannel\": \"用户余额\",\n \"OperationInfo\": \"OCR文字识别-广州-07月按月结算扣费\",\n \"Amount\": -45,\n \"Balance\": 1951932174,\n \"BillId\": \"20200708000000005009170242661921\",\n \"Cash\": 1957274510,\n \"Incentive\": 0,\n \"Freezing\": 5342336,\n \"DeductMode\": \"hourm\"\n }\n ],\n \"RequestId\": \"d40b48bf-6755-4128-910b-b54f8b9df6c3\"\n }\n}",
21
+ "document": "查询账户收支明细",
22
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillList\n<公共请求参数>\n\n{\n \"WithZeroAmount\": 1,\n \"PayType\": [\n \"all\"\n ],\n \"SubPayType\": [\n \"all\"\n ],\n \"Limit\": 1,\n \"StartTime\": \"2019-07-31 00:00:00\",\n \"Offset\": 0,\n \"EndTime\": \"2020-07-31 00:00:00\"\n}",
23
+ "output": "{\n \"Response\": {\n \"Total\": 39,\n \"ReturnAmount\": 9667,\n \"DeductAmount\": 7057155,\n \"RechargeAmount\": 2247483647,\n \"BlockAmount\": 5130854,\n \"UnblockAmount\": 10000,\n \"AgentInAmount\": 10000,\n \"AdvanceRechargeAmount\": 10000,\n \"WithdrawAmount\": 10000,\n \"AgentOutAmount\": 10000,\n \"AdvancePayAmount\": 10000,\n \"TransactionList\": [\n {\n \"OperationTime\": \"2020-07-08 15:52:30.941\",\n \"ActionType\": \"deduct\",\n \"PayChannel\": \"用户余额\",\n \"OperationInfo\": \"OCR文字识别-广州-07月按月结算扣费\",\n \"Amount\": -45,\n \"Balance\": 1951932174,\n \"BillId\": \"20200708000000005009170242661921\",\n \"Cash\": 1957274510,\n \"Incentive\": 0,\n \"Freezing\": 5342336,\n \"DeductMode\": \"trade\"\n }\n ],\n \"RequestId\": \"d40b48bf-6755-4128-910b-b54f8b9df6c3\"\n }\n}",
24
24
  "title": "查询账户收支明细"
25
25
  }
26
26
  ],
@@ -144,17 +144,17 @@
144
144
  ],
145
145
  "DescribeVoucherInfo": [
146
146
  {
147
- "document": "",
147
+ "document": "获取代金券相关信息",
148
148
  "input": "https://billing.tencentcloudapi.com/?Action=DescribeVoucherInfo\n&Limit=10\n&Offset=1\n&<公共请求参数>",
149
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"TotalBalance\": 0,\n \"VoucherInfos\": [\n {\n \"Status\": \"overdue\",\n \"OwnerUin\": \"xx\",\n \"PayMode\": \"*postPay*\",\n \"NominalValue\": 0,\n \"PayScene\": \"all\",\n \"VoucherId\": \"xx\",\n \"EndTime\": \"xx\",\n \"Balance\": 0,\n \"BeginTime\": \"xx\",\n \"ApplicableProducts\": {\n \"GoodsName\": \"全产品通用\",\n \"PayMode\": \"*\"\n },\n \"ExcludedProducts\": [\n {\n \"GoodsName\": \"xxx\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"xxx\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"xxx\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"xxx\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"xxx\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"xxx\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"xxx\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"xxx\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"xxx\",\n \"PayMode\": \"*\"\n }\n ]\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
149
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9988deda-d6b4-4c74-9bbf-b3f0cd4f5dba\",\n \"TotalBalance\": 42000000000,\n \"TotalCount\": 2,\n \"VoucherInfos\": [\n {\n \"ApplicableProducts\": {\n \"GoodsName\": \"全产品通用\",\n \"PayMode\": \"*\"\n },\n \"Balance\": 12000000000,\n \"BeginTime\": \"2023-01-10 14:42:17\",\n \"EndTime\": \"2023-04-10 14:42:17\",\n \"ExcludedProducts\": [\n {\n \"GoodsName\": \"域名注册\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"云市场\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"云市场镜像\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"培训服务training\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"节省计划\",\n \"PayMode\": \"*\"\n }\n ],\n \"NominalValue\": 30000000000,\n \"OwnerUin\": \"100026601318\",\n \"PayMode\": \"*\",\n \"PayScene\": \"settle account\",\n \"Status\": \"unUsed\",\n \"VoucherId\": \"OZRCGNAV5AB9H9ECMP1VVP\"\n },\n {\n \"ApplicableProducts\": {\n \"GoodsName\": \"全产品通用\",\n \"PayMode\": \"*\"\n },\n \"Balance\": 30000000000,\n \"BeginTime\": \"2023-02-07 16:40:45\",\n \"EndTime\": \"2023-05-08 16:40:45\",\n \"ExcludedProducts\": [\n {\n \"GoodsName\": \"域名注册\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"云市场\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"云市场镜像\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"培训服务training\",\n \"PayMode\": \"*\"\n },\n {\n \"GoodsName\": \"节省计划\",\n \"PayMode\": \"*\"\n }\n ],\n \"NominalValue\": 30000000000,\n \"OwnerUin\": \"100026601318\",\n \"PayMode\": \"*\",\n \"PayScene\": \"settle account\",\n \"Status\": \"unUsed\",\n \"VoucherId\": \"OZRCGNAV8D9BMI9KMG1FIQ\"\n }\n ]\n }\n}",
150
150
  "title": "获取代金券相关信息"
151
151
  }
152
152
  ],
153
153
  "DescribeVoucherUsageDetails": [
154
154
  {
155
- "document": "",
156
- "input": "https://billing.tencentcloudapi.com/?Action=DescribeVoucherUsageDetails\n&Limit=10\n&Offset=1\n&<公共请求参数>",
157
- "output": "{\n \"Response\": {\n \"TotalCount\": \"0\",\n \"TotalUsedAmount\": 0,\n \"UsageRecords\": [\n {\n \"UsedAmount\": 0,\n \"UsedTime\": \"xx\",\n \"UsageDetails\": [\n {\n \"ProductName\": \"xxx\",\n \"SubProductName\": \"xxx\"\n }\n ]\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
155
+ "document": "获取代金券使用记录",
156
+ "input": "https://billing.tencentcloudapi.com/?Action=DescribeVoucherUsageDetails\n&Limit=10\n&Offset=1\n&VoucherId=\"abc\"\n&Operator=\"abc\"\n&<公共请求参数>",
157
+ "output": "{\n \"Response\": {\n \"TotalCount\": \"1\",\n \"TotalUsedAmount\": 18000000000,\n \"UsageRecords\": [\n {\n \"UsedAmount\": 18000000000,\n \"UsedTime\": \"2021-01-01 00:00:00\",\n \"UsageDetails\": [\n {\n \"ProductName\": \"轻量应用服务器\",\n \"SubProductName\": \"轻量应用服务器 (通用型-2核2G-50G-500G)\"\n }\n ]\n }\n ],\n \"RequestId\": \"76cf663e-f683-41b9-b44d-849123783bf4\"\n }\n}",
158
158
  "title": "获取代金券使用记录"
159
159
  }
160
160
  ],