tccli 3.0.1117.1__py2.py3-none-any.whl → 3.0.1119.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/cls/v20201016/api.json +30 -3
- tccli/services/dnspod/dnspod_client.py +69 -16
- tccli/services/dnspod/v20210323/api.json +52 -0
- tccli/services/dnspod/v20210323/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/faceid/v20180301/api.json +4 -4
- tccli/services/iotexplorer/v20190423/api.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +20 -19
- tccli/services/lighthouse/v20200324/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +51 -13
- tccli/services/redis/v20180412/api.json +235 -212
- tccli/services/tcb/v20180608/api.json +92 -23
- tccli/services/tcb/v20180608/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +11 -8
- tccli/services/teo/v20220901/examples.json +3 -3
- tccli/services/trp/v20210515/api.json +222 -36
- tccli/services/trp/v20210515/examples.json +3 -3
- {tccli-3.0.1117.1.dist-info → tccli-3.0.1119.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1117.1.dist-info → tccli-3.0.1119.1.dist-info}/RECORD +24 -24
- {tccli-3.0.1117.1.dist-info → tccli-3.0.1119.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1117.1.dist-info → tccli-3.0.1119.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1117.1.dist-info → tccli-3.0.1119.1.dist-info}/license_files/LICENSE +0 -0
@@ -1001,6 +1001,56 @@
|
|
1001
1001
|
"output_required": true,
|
1002
1002
|
"type": "int",
|
1003
1003
|
"value_allowed_null": false
|
1004
|
+
},
|
1005
|
+
{
|
1006
|
+
"disabled": false,
|
1007
|
+
"document": "场景码\n注意:此字段可能返回 null,表示取不到有效值。",
|
1008
|
+
"example": "1",
|
1009
|
+
"member": "int64",
|
1010
|
+
"name": "SceneCode",
|
1011
|
+
"output_required": false,
|
1012
|
+
"type": "int",
|
1013
|
+
"value_allowed_null": true
|
1014
|
+
},
|
1015
|
+
{
|
1016
|
+
"disabled": false,
|
1017
|
+
"document": "码规则\n注意:此字段可能返回 null,表示取不到有效值。",
|
1018
|
+
"example": "无",
|
1019
|
+
"member": "string",
|
1020
|
+
"name": "CodeRule",
|
1021
|
+
"output_required": false,
|
1022
|
+
"type": "string",
|
1023
|
+
"value_allowed_null": true
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
"disabled": false,
|
1027
|
+
"document": "已使用码数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1028
|
+
"example": "无",
|
1029
|
+
"member": "int64",
|
1030
|
+
"name": "UsedAmount",
|
1031
|
+
"output_required": false,
|
1032
|
+
"type": "int",
|
1033
|
+
"value_allowed_null": true
|
1034
|
+
},
|
1035
|
+
{
|
1036
|
+
"disabled": false,
|
1037
|
+
"document": "开始流水号\n注意:此字段可能返回 null,表示取不到有效值。",
|
1038
|
+
"example": "无",
|
1039
|
+
"member": "uint64",
|
1040
|
+
"name": "SerialStart",
|
1041
|
+
"output_required": false,
|
1042
|
+
"type": "int",
|
1043
|
+
"value_allowed_null": true
|
1044
|
+
},
|
1045
|
+
{
|
1046
|
+
"disabled": false,
|
1047
|
+
"document": "结束流水号\n注意:此字段可能返回 null,表示取不到有效值。",
|
1048
|
+
"example": "无",
|
1049
|
+
"member": "uint64",
|
1050
|
+
"name": "SerialEnd",
|
1051
|
+
"output_required": false,
|
1052
|
+
"type": "int",
|
1053
|
+
"value_allowed_null": true
|
1004
1054
|
}
|
1005
1055
|
],
|
1006
1056
|
"usage": "out"
|
@@ -1349,6 +1399,15 @@
|
|
1349
1399
|
"name": "RelateType",
|
1350
1400
|
"required": false,
|
1351
1401
|
"type": "int"
|
1402
|
+
},
|
1403
|
+
{
|
1404
|
+
"disabled": false,
|
1405
|
+
"document": "场景值",
|
1406
|
+
"example": "1",
|
1407
|
+
"member": "int64",
|
1408
|
+
"name": "SceneCode",
|
1409
|
+
"required": false,
|
1410
|
+
"type": "int"
|
1352
1411
|
}
|
1353
1412
|
],
|
1354
1413
|
"type": "object"
|
@@ -1594,6 +1653,15 @@
|
|
1594
1653
|
"name": "RelateType",
|
1595
1654
|
"required": false,
|
1596
1655
|
"type": "int"
|
1656
|
+
},
|
1657
|
+
{
|
1658
|
+
"disabled": false,
|
1659
|
+
"document": "场景值",
|
1660
|
+
"example": "1",
|
1661
|
+
"member": "int64",
|
1662
|
+
"name": "SceneCode",
|
1663
|
+
"required": false,
|
1664
|
+
"type": "int"
|
1597
1665
|
}
|
1598
1666
|
],
|
1599
1667
|
"type": "object"
|
@@ -2961,6 +3029,24 @@
|
|
2961
3029
|
"name": "ResId",
|
2962
3030
|
"required": false,
|
2963
3031
|
"type": "string"
|
3032
|
+
},
|
3033
|
+
{
|
3034
|
+
"disabled": false,
|
3035
|
+
"document": "应用场景",
|
3036
|
+
"example": "无",
|
3037
|
+
"member": "int64",
|
3038
|
+
"name": "SceneCode",
|
3039
|
+
"required": false,
|
3040
|
+
"type": "int"
|
3041
|
+
},
|
3042
|
+
{
|
3043
|
+
"disabled": false,
|
3044
|
+
"document": "码包状态",
|
3045
|
+
"example": "done",
|
3046
|
+
"member": "string",
|
3047
|
+
"name": "Status",
|
3048
|
+
"required": false,
|
3049
|
+
"type": "string"
|
2964
3050
|
}
|
2965
3051
|
],
|
2966
3052
|
"type": "object"
|
@@ -3887,6 +3973,7 @@
|
|
3887
3973
|
"example": "无",
|
3888
3974
|
"member": "ScanLog",
|
3889
3975
|
"name": "Products",
|
3976
|
+
"output_required": true,
|
3890
3977
|
"type": "list",
|
3891
3978
|
"value_allowed_null": false
|
3892
3979
|
},
|
@@ -3896,6 +3983,7 @@
|
|
3896
3983
|
"example": "1",
|
3897
3984
|
"member": "int64",
|
3898
3985
|
"name": "TotalCount",
|
3986
|
+
"output_required": true,
|
3899
3987
|
"type": "int",
|
3900
3988
|
"value_allowed_null": false
|
3901
3989
|
},
|
@@ -3905,6 +3993,7 @@
|
|
3905
3993
|
"example": "无",
|
3906
3994
|
"member": "ScanLog",
|
3907
3995
|
"name": "ScanLogs",
|
3996
|
+
"output_required": true,
|
3908
3997
|
"type": "list",
|
3909
3998
|
"value_allowed_null": false
|
3910
3999
|
},
|
@@ -4157,7 +4246,7 @@
|
|
4157
4246
|
"example": "无",
|
4158
4247
|
"member": "TraceCode",
|
4159
4248
|
"name": "TraceCodes",
|
4160
|
-
"
|
4249
|
+
"output_required": true,
|
4161
4250
|
"type": "list",
|
4162
4251
|
"value_allowed_null": true
|
4163
4252
|
},
|
@@ -4167,7 +4256,7 @@
|
|
4167
4256
|
"example": "1",
|
4168
4257
|
"member": "uint64",
|
4169
4258
|
"name": "TotalCount",
|
4170
|
-
"
|
4259
|
+
"output_required": true,
|
4171
4260
|
"type": "int",
|
4172
4261
|
"value_allowed_null": true
|
4173
4262
|
},
|
@@ -4440,7 +4529,7 @@
|
|
4440
4529
|
"example": "1000",
|
4441
4530
|
"member": "int64",
|
4442
4531
|
"name": "JobId",
|
4443
|
-
"
|
4532
|
+
"output_required": true,
|
4444
4533
|
"type": "int",
|
4445
4534
|
"value_allowed_null": false
|
4446
4535
|
},
|
@@ -4450,9 +4539,19 @@
|
|
4450
4539
|
"example": "init",
|
4451
4540
|
"member": "string",
|
4452
4541
|
"name": "Status",
|
4453
|
-
"
|
4542
|
+
"output_required": true,
|
4454
4543
|
"type": "string",
|
4455
4544
|
"value_allowed_null": false
|
4545
|
+
},
|
4546
|
+
{
|
4547
|
+
"disabled": false,
|
4548
|
+
"document": "任务错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
4549
|
+
"example": "无",
|
4550
|
+
"member": "string",
|
4551
|
+
"name": "ErrorMessage",
|
4552
|
+
"output_required": false,
|
4553
|
+
"type": "string",
|
4554
|
+
"value_allowed_null": true
|
4456
4555
|
}
|
4457
4556
|
],
|
4458
4557
|
"usage": "out"
|
@@ -5380,6 +5479,7 @@
|
|
5380
5479
|
"example": "1",
|
5381
5480
|
"member": "uint64",
|
5382
5481
|
"name": "Level",
|
5482
|
+
"output_required": true,
|
5383
5483
|
"required": true,
|
5384
5484
|
"type": "int",
|
5385
5485
|
"value_allowed_null": false
|
@@ -5390,6 +5490,7 @@
|
|
5390
5490
|
"example": "1",
|
5391
5491
|
"member": "uint64",
|
5392
5492
|
"name": "Rate",
|
5493
|
+
"output_required": true,
|
5393
5494
|
"required": true,
|
5394
5495
|
"type": "int",
|
5395
5496
|
"value_allowed_null": false
|
@@ -5400,6 +5501,7 @@
|
|
5400
5501
|
"example": "1",
|
5401
5502
|
"member": "uint64",
|
5402
5503
|
"name": "Amount",
|
5504
|
+
"output_required": true,
|
5403
5505
|
"required": true,
|
5404
5506
|
"type": "int",
|
5405
5507
|
"value_allowed_null": false
|
@@ -5410,6 +5512,7 @@
|
|
5410
5512
|
"example": "xxxid",
|
5411
5513
|
"member": "string",
|
5412
5514
|
"name": "CustomId",
|
5515
|
+
"output_required": true,
|
5413
5516
|
"required": false,
|
5414
5517
|
"type": "string",
|
5415
5518
|
"value_allowed_null": true
|
@@ -5420,9 +5523,32 @@
|
|
5420
5523
|
"example": "无",
|
5421
5524
|
"member": "CodePart",
|
5422
5525
|
"name": "CodeParts",
|
5526
|
+
"output_required": true,
|
5423
5527
|
"required": false,
|
5424
5528
|
"type": "list",
|
5425
5529
|
"value_allowed_null": true
|
5530
|
+
},
|
5531
|
+
{
|
5532
|
+
"disabled": false,
|
5533
|
+
"document": "包装单位\n注意:此字段可能返回 null,表示取不到有效值。",
|
5534
|
+
"example": "无",
|
5535
|
+
"member": "string",
|
5536
|
+
"name": "Unit",
|
5537
|
+
"output_required": false,
|
5538
|
+
"required": false,
|
5539
|
+
"type": "string",
|
5540
|
+
"value_allowed_null": true
|
5541
|
+
},
|
5542
|
+
{
|
5543
|
+
"disabled": false,
|
5544
|
+
"document": "场景值\n注意:此字段可能返回 null,表示取不到有效值。",
|
5545
|
+
"example": "无",
|
5546
|
+
"member": "int64",
|
5547
|
+
"name": "SceneCode",
|
5548
|
+
"output_required": false,
|
5549
|
+
"required": false,
|
5550
|
+
"type": "int",
|
5551
|
+
"value_allowed_null": true
|
5426
5552
|
}
|
5427
5553
|
],
|
5428
5554
|
"usage": "both"
|
@@ -6102,7 +6228,7 @@
|
|
6102
6228
|
"example": "1000",
|
6103
6229
|
"member": "int64",
|
6104
6230
|
"name": "LogId",
|
6105
|
-
"
|
6231
|
+
"output_required": true,
|
6106
6232
|
"type": "int",
|
6107
6233
|
"value_allowed_null": false
|
6108
6234
|
},
|
@@ -6112,7 +6238,7 @@
|
|
6112
6238
|
"example": "abc",
|
6113
6239
|
"member": "string",
|
6114
6240
|
"name": "Openid",
|
6115
|
-
"
|
6241
|
+
"output_required": true,
|
6116
6242
|
"type": "string",
|
6117
6243
|
"value_allowed_null": true
|
6118
6244
|
},
|
@@ -6122,7 +6248,7 @@
|
|
6122
6248
|
"example": "aba",
|
6123
6249
|
"member": "string",
|
6124
6250
|
"name": "Nickname",
|
6125
|
-
"
|
6251
|
+
"output_required": true,
|
6126
6252
|
"type": "string",
|
6127
6253
|
"value_allowed_null": true
|
6128
6254
|
},
|
@@ -6132,7 +6258,7 @@
|
|
6132
6258
|
"example": "2021-12-06T07:13:35.000Z",
|
6133
6259
|
"member": "string",
|
6134
6260
|
"name": "CreateTime",
|
6135
|
-
"
|
6261
|
+
"output_required": true,
|
6136
6262
|
"type": "string",
|
6137
6263
|
"value_allowed_null": true
|
6138
6264
|
},
|
@@ -6142,7 +6268,7 @@
|
|
6142
6268
|
"example": "xxx",
|
6143
6269
|
"member": "string",
|
6144
6270
|
"name": "Code",
|
6145
|
-
"
|
6271
|
+
"output_required": true,
|
6146
6272
|
"type": "string",
|
6147
6273
|
"value_allowed_null": true
|
6148
6274
|
},
|
@@ -6152,7 +6278,7 @@
|
|
6152
6278
|
"example": "10000",
|
6153
6279
|
"member": "int64",
|
6154
6280
|
"name": "CorpId",
|
6155
|
-
"
|
6281
|
+
"output_required": true,
|
6156
6282
|
"type": "int",
|
6157
6283
|
"value_allowed_null": true
|
6158
6284
|
},
|
@@ -6162,7 +6288,7 @@
|
|
6162
6288
|
"example": "无",
|
6163
6289
|
"member": "string",
|
6164
6290
|
"name": "MerchantId",
|
6165
|
-
"
|
6291
|
+
"output_required": true,
|
6166
6292
|
"type": "string",
|
6167
6293
|
"value_allowed_null": true
|
6168
6294
|
},
|
@@ -6172,7 +6298,7 @@
|
|
6172
6298
|
"example": "无",
|
6173
6299
|
"member": "string",
|
6174
6300
|
"name": "ProductId",
|
6175
|
-
"
|
6301
|
+
"output_required": true,
|
6176
6302
|
"type": "string",
|
6177
6303
|
"value_allowed_null": true
|
6178
6304
|
},
|
@@ -6182,7 +6308,7 @@
|
|
6182
6308
|
"example": "127.0.0.1",
|
6183
6309
|
"member": "string",
|
6184
6310
|
"name": "Ip",
|
6185
|
-
"
|
6311
|
+
"output_required": true,
|
6186
6312
|
"type": "string",
|
6187
6313
|
"value_allowed_null": true
|
6188
6314
|
},
|
@@ -6192,7 +6318,7 @@
|
|
6192
6318
|
"example": "无",
|
6193
6319
|
"member": "string",
|
6194
6320
|
"name": "Country",
|
6195
|
-
"
|
6321
|
+
"output_required": true,
|
6196
6322
|
"type": "string",
|
6197
6323
|
"value_allowed_null": true
|
6198
6324
|
},
|
@@ -6202,7 +6328,7 @@
|
|
6202
6328
|
"example": "广东省",
|
6203
6329
|
"member": "string",
|
6204
6330
|
"name": "Province",
|
6205
|
-
"
|
6331
|
+
"output_required": true,
|
6206
6332
|
"type": "string",
|
6207
6333
|
"value_allowed_null": true
|
6208
6334
|
},
|
@@ -6212,7 +6338,7 @@
|
|
6212
6338
|
"example": "广州市",
|
6213
6339
|
"member": "string",
|
6214
6340
|
"name": "City",
|
6215
|
-
"
|
6341
|
+
"output_required": true,
|
6216
6342
|
"type": "string",
|
6217
6343
|
"value_allowed_null": true
|
6218
6344
|
},
|
@@ -6222,7 +6348,7 @@
|
|
6222
6348
|
"example": "天河区",
|
6223
6349
|
"member": "string",
|
6224
6350
|
"name": "District",
|
6225
|
-
"
|
6351
|
+
"output_required": true,
|
6226
6352
|
"type": "string",
|
6227
6353
|
"value_allowed_null": true
|
6228
6354
|
},
|
@@ -6232,7 +6358,7 @@
|
|
6232
6358
|
"example": "无",
|
6233
6359
|
"member": "string",
|
6234
6360
|
"name": "Unionid",
|
6235
|
-
"
|
6361
|
+
"output_required": true,
|
6236
6362
|
"type": "string",
|
6237
6363
|
"value_allowed_null": true
|
6238
6364
|
},
|
@@ -6242,7 +6368,7 @@
|
|
6242
6368
|
"example": "0",
|
6243
6369
|
"member": "int64",
|
6244
6370
|
"name": "First",
|
6245
|
-
"
|
6371
|
+
"output_required": true,
|
6246
6372
|
"type": "int",
|
6247
6373
|
"value_allowed_null": true
|
6248
6374
|
},
|
@@ -6252,7 +6378,7 @@
|
|
6252
6378
|
"example": "无",
|
6253
6379
|
"member": "string",
|
6254
6380
|
"name": "BatchId",
|
6255
|
-
"
|
6381
|
+
"output_required": true,
|
6256
6382
|
"type": "string",
|
6257
6383
|
"value_allowed_null": true
|
6258
6384
|
},
|
@@ -6262,7 +6388,7 @@
|
|
6262
6388
|
"example": "0",
|
6263
6389
|
"member": "int64",
|
6264
6390
|
"name": "Type",
|
6265
|
-
"
|
6391
|
+
"output_required": true,
|
6266
6392
|
"type": "int",
|
6267
6393
|
"value_allowed_null": false
|
6268
6394
|
},
|
@@ -6272,7 +6398,7 @@
|
|
6272
6398
|
"example": "无",
|
6273
6399
|
"member": "string",
|
6274
6400
|
"name": "MerchantName",
|
6275
|
-
"
|
6401
|
+
"output_required": true,
|
6276
6402
|
"type": "string",
|
6277
6403
|
"value_allowed_null": true
|
6278
6404
|
},
|
@@ -6282,9 +6408,39 @@
|
|
6282
6408
|
"example": "无",
|
6283
6409
|
"member": "string",
|
6284
6410
|
"name": "ProductName",
|
6285
|
-
"
|
6411
|
+
"output_required": true,
|
6412
|
+
"type": "string",
|
6413
|
+
"value_allowed_null": true
|
6414
|
+
},
|
6415
|
+
{
|
6416
|
+
"disabled": false,
|
6417
|
+
"document": "产品Logo\n注意:此字段可能返回 null,表示取不到有效值。",
|
6418
|
+
"example": "无",
|
6419
|
+
"member": "string",
|
6420
|
+
"name": "ProductLogo",
|
6421
|
+
"output_required": false,
|
6286
6422
|
"type": "string",
|
6287
6423
|
"value_allowed_null": true
|
6424
|
+
},
|
6425
|
+
{
|
6426
|
+
"disabled": false,
|
6427
|
+
"document": "风险状态\n0: 未知, 1:通过, 2:失败/风险, 3:存疑",
|
6428
|
+
"example": "0",
|
6429
|
+
"member": "int64",
|
6430
|
+
"name": "Status",
|
6431
|
+
"output_required": true,
|
6432
|
+
"type": "int",
|
6433
|
+
"value_allowed_null": false
|
6434
|
+
},
|
6435
|
+
{
|
6436
|
+
"disabled": false,
|
6437
|
+
"document": "是否开启验证\n0:否, 1:是",
|
6438
|
+
"example": "0",
|
6439
|
+
"member": "int64",
|
6440
|
+
"name": "Verify",
|
6441
|
+
"output_required": true,
|
6442
|
+
"type": "int",
|
6443
|
+
"value_allowed_null": false
|
6288
6444
|
}
|
6289
6445
|
],
|
6290
6446
|
"usage": "out"
|
@@ -6414,7 +6570,7 @@
|
|
6414
6570
|
"example": "https://anxin.mtest.qq.com/qr/eqdmnz7020bmtvi9_00024381374200500",
|
6415
6571
|
"member": "string",
|
6416
6572
|
"name": "Code",
|
6417
|
-
"
|
6573
|
+
"output_required": true,
|
6418
6574
|
"type": "string",
|
6419
6575
|
"value_allowed_null": false
|
6420
6576
|
},
|
@@ -6424,7 +6580,7 @@
|
|
6424
6580
|
"example": "1000",
|
6425
6581
|
"member": "uint64",
|
6426
6582
|
"name": "CorpId",
|
6427
|
-
"
|
6583
|
+
"output_required": true,
|
6428
6584
|
"type": "int",
|
6429
6585
|
"value_allowed_null": false
|
6430
6586
|
},
|
@@ -6434,7 +6590,7 @@
|
|
6434
6590
|
"example": "z1vt4ma2jpladh362o",
|
6435
6591
|
"member": "string",
|
6436
6592
|
"name": "PackId",
|
6437
|
-
"
|
6593
|
+
"output_required": true,
|
6438
6594
|
"type": "string",
|
6439
6595
|
"value_allowed_null": false
|
6440
6596
|
},
|
@@ -6444,7 +6600,7 @@
|
|
6444
6600
|
"example": "xfetmgoiky2nms6nk8",
|
6445
6601
|
"member": "string",
|
6446
6602
|
"name": "BatchId",
|
6447
|
-
"
|
6603
|
+
"output_required": true,
|
6448
6604
|
"type": "string",
|
6449
6605
|
"value_allowed_null": false
|
6450
6606
|
},
|
@@ -6454,7 +6610,7 @@
|
|
6454
6610
|
"example": "eqdmnz7020bmtvi9",
|
6455
6611
|
"member": "string",
|
6456
6612
|
"name": "MerchantId",
|
6457
|
-
"
|
6613
|
+
"output_required": true,
|
6458
6614
|
"type": "string",
|
6459
6615
|
"value_allowed_null": false
|
6460
6616
|
},
|
@@ -6464,7 +6620,7 @@
|
|
6464
6620
|
"example": "85tfp1sn78r9m1568i",
|
6465
6621
|
"member": "string",
|
6466
6622
|
"name": "ProductId",
|
6467
|
-
"
|
6623
|
+
"output_required": true,
|
6468
6624
|
"type": "string",
|
6469
6625
|
"value_allowed_null": false
|
6470
6626
|
},
|
@@ -6474,7 +6630,7 @@
|
|
6474
6630
|
"example": "0",
|
6475
6631
|
"member": "uint64",
|
6476
6632
|
"name": "Status",
|
6477
|
-
"
|
6633
|
+
"output_required": true,
|
6478
6634
|
"type": "int",
|
6479
6635
|
"value_allowed_null": false
|
6480
6636
|
},
|
@@ -6484,7 +6640,7 @@
|
|
6484
6640
|
"example": "2021-12-01T09:04:50.000Z",
|
6485
6641
|
"member": "string",
|
6486
6642
|
"name": "CreateTime",
|
6487
|
-
"
|
6643
|
+
"output_required": true,
|
6488
6644
|
"type": "string",
|
6489
6645
|
"value_allowed_null": false
|
6490
6646
|
},
|
@@ -6494,7 +6650,7 @@
|
|
6494
6650
|
"example": "2021-12-01T09:04:50.000Z",
|
6495
6651
|
"member": "string",
|
6496
6652
|
"name": "UpdateTime",
|
6497
|
-
"
|
6653
|
+
"output_required": true,
|
6498
6654
|
"type": "string",
|
6499
6655
|
"value_allowed_null": false
|
6500
6656
|
},
|
@@ -6504,7 +6660,7 @@
|
|
6504
6660
|
"example": "商户名称",
|
6505
6661
|
"member": "string",
|
6506
6662
|
"name": "MerchantName",
|
6507
|
-
"
|
6663
|
+
"output_required": true,
|
6508
6664
|
"type": "string",
|
6509
6665
|
"value_allowed_null": false
|
6510
6666
|
},
|
@@ -6514,7 +6670,7 @@
|
|
6514
6670
|
"example": "产品名称",
|
6515
6671
|
"member": "string",
|
6516
6672
|
"name": "ProductName",
|
6517
|
-
"
|
6673
|
+
"output_required": true,
|
6518
6674
|
"type": "string",
|
6519
6675
|
"value_allowed_null": false
|
6520
6676
|
},
|
@@ -6524,7 +6680,7 @@
|
|
6524
6680
|
"example": "100",
|
6525
6681
|
"member": "uint64",
|
6526
6682
|
"name": "AgentId",
|
6527
|
-
"
|
6683
|
+
"output_required": true,
|
6528
6684
|
"type": "int",
|
6529
6685
|
"value_allowed_null": false
|
6530
6686
|
},
|
@@ -6534,9 +6690,39 @@
|
|
6534
6690
|
"example": "0",
|
6535
6691
|
"member": "uint64",
|
6536
6692
|
"name": "Level",
|
6537
|
-
"
|
6693
|
+
"output_required": true,
|
6538
6694
|
"type": "int",
|
6539
6695
|
"value_allowed_null": false
|
6696
|
+
},
|
6697
|
+
{
|
6698
|
+
"disabled": false,
|
6699
|
+
"document": "码层级详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
6700
|
+
"example": "无",
|
6701
|
+
"member": "PackSpec",
|
6702
|
+
"name": "PackSpec",
|
6703
|
+
"output_required": false,
|
6704
|
+
"type": "list",
|
6705
|
+
"value_allowed_null": true
|
6706
|
+
},
|
6707
|
+
{
|
6708
|
+
"disabled": false,
|
6709
|
+
"document": "场景码\n注意:此字段可能返回 null,表示取不到有效值。",
|
6710
|
+
"example": "无",
|
6711
|
+
"member": "uint64",
|
6712
|
+
"name": "SceneCode",
|
6713
|
+
"output_required": false,
|
6714
|
+
"type": "int",
|
6715
|
+
"value_allowed_null": true
|
6716
|
+
},
|
6717
|
+
{
|
6718
|
+
"disabled": false,
|
6719
|
+
"document": "流水码\n注意:此字段可能返回 null,表示取不到有效值。",
|
6720
|
+
"example": "无",
|
6721
|
+
"member": "uint64",
|
6722
|
+
"name": "SerialCode",
|
6723
|
+
"output_required": false,
|
6724
|
+
"type": "int",
|
6725
|
+
"value_allowed_null": true
|
6540
6726
|
}
|
6541
6727
|
],
|
6542
6728
|
"usage": "out"
|
@@ -180,7 +180,7 @@
|
|
180
180
|
{
|
181
181
|
"document": "",
|
182
182
|
"input": "POST / HTTP/1.1\nHost: trp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCodePacks\n<公共请求参数>\n\n{\n \"Keyword\": \"\",\n \"PageSize\": 10,\n \"PageNumber\": 1\n}",
|
183
|
-
"output": "{\n \"Response\": {\n \"CodePacks\": [\n {\n \"PackId\": \"abc\",\n \"CorpId\": 0,\n \"MerchantId\": \"abc\",\n \"CreateTime\": \"abc\",\n \"UpdateTime\": \"abc\",\n \"Status\": \"abc\",\n \"Log\": \"abc\",\n \"CreateUser\": \"abc\",\n \"Amount\": 0,\n \"CodeLength\": 0,\n \"CodeType\": \"abc\",\n \"Cipher\": 0,\n \"TextUrl\": \"abc\",\n \"PackUrl\": \"abc\",\n \"MerchantName\": \"abc\",\n \"RuleType\": 0,\n \"CustomId\": \"abc\",\n \"PackType\": 0,\n \"PackLevel\": 1,\n \"PackSpec\": [\n {\n \"Level\": 1,\n \"Rate\": 1,\n \"Amount\": 1,\n \"CustomId\": \"abc\",\n \"CodeParts\": [\n {\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"Value\": \"abc\",\n \"Length\": 1,\n \"Ext\": \"abc\"\n }\n ]\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
183
|
+
"output": "{\n \"Response\": {\n \"CodePacks\": [\n {\n \"PackId\": \"abc\",\n \"CorpId\": 0,\n \"MerchantId\": \"abc\",\n \"CreateTime\": \"abc\",\n \"UpdateTime\": \"abc\",\n \"Status\": \"abc\",\n \"Log\": \"abc\",\n \"CreateUser\": \"abc\",\n \"Amount\": 0,\n \"CodeLength\": 0,\n \"CodeType\": \"abc\",\n \"Cipher\": 0,\n \"TextUrl\": \"abc\",\n \"PackUrl\": \"abc\",\n \"MerchantName\": \"abc\",\n \"RuleType\": 0,\n \"CustomId\": \"abc\",\n \"PackType\": 0,\n \"PackLevel\": 1,\n \"PackSpec\": [\n {\n \"Level\": 1,\n \"Rate\": 1,\n \"Amount\": 1,\n \"CustomId\": \"abc\",\n \"CodeParts\": [\n {\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"Value\": \"abc\",\n \"Length\": 1,\n \"Ext\": \"abc\"\n }\n ],\n \"Unit\": \"abc\",\n \"SceneCode\": 0\n }\n ],\n \"ProductName\": \"abc\",\n \"ProductSpecification\": \"abc\",\n \"ProductId\": \"abc\",\n \"RelateType\": 0\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
184
184
|
"title": "查询码包列表"
|
185
185
|
}
|
186
186
|
],
|
@@ -284,7 +284,7 @@
|
|
284
284
|
{
|
285
285
|
"document": "查询扫描明细,查询参数 Code, Openid 至少需要一个",
|
286
286
|
"input": "POST / HTTP/1.1\nHost: trp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScanLogs\n<公共请求参数>\n\n{\n \"Code\": \"https://anxin.m.qq.com/qr/eqdmnz70000243813742005003\"\n}",
|
287
|
-
"output": "{\n \"Response\": {\n \"Products\": [],\n \"ScanLogs\": [\n {\n \"LogId\":
|
287
|
+
"output": "{\n \"Response\": {\n \"Products\": [\n {\n \"LogId\": 0,\n \"Openid\": \"abc\",\n \"Nickname\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Code\": \"abc\",\n \"CorpId\": 0,\n \"MerchantId\": \"abc\",\n \"ProductId\": \"abc\",\n \"Ip\": \"abc\",\n \"Country\": \"abc\",\n \"Province\": \"abc\",\n \"City\": \"abc\",\n \"District\": \"abc\",\n \"Unionid\": \"abc\",\n \"First\": 0,\n \"BatchId\": \"abc\",\n \"Type\": 0,\n \"MerchantName\": \"abc\",\n \"ProductName\": \"abc\",\n \"ProductLogo\": \"abc\",\n \"Status\": 0,\n \"Verify\": 0\n }\n ],\n \"TotalCount\": 0,\n \"ScanLogs\": [\n {\n \"LogId\": 0,\n \"Openid\": \"abc\",\n \"Nickname\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Code\": \"abc\",\n \"CorpId\": 0,\n \"MerchantId\": \"abc\",\n \"ProductId\": \"abc\",\n \"Ip\": \"abc\",\n \"Country\": \"abc\",\n \"Province\": \"abc\",\n \"City\": \"abc\",\n \"District\": \"abc\",\n \"Unionid\": \"abc\",\n \"First\": 0,\n \"BatchId\": \"abc\",\n \"Type\": 0,\n \"MerchantName\": \"abc\",\n \"ProductName\": \"abc\",\n \"ProductLogo\": \"abc\",\n \"Status\": 0,\n \"Verify\": 0\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
288
288
|
"title": "查询扫描记录"
|
289
289
|
}
|
290
290
|
],
|
@@ -316,7 +316,7 @@
|
|
316
316
|
{
|
317
317
|
"document": "",
|
318
318
|
"input": "POST / HTTP/1.1\nHost: trp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTraceCodes\n<公共请求参数>\n\n{\n \"Keyword\": \"xfetmgoiky2nms6nk8\",\n \"PageSize\": 10,\n \"PageNumber\": 1\n}",
|
319
|
-
"output": "{\n \"Response\": {\n \"TraceCodes\": [\n {\n \"Code\": \"
|
319
|
+
"output": "{\n \"Response\": {\n \"TraceCodes\": [\n {\n \"Code\": \"abc\",\n \"CorpId\": 1,\n \"PackId\": \"abc\",\n \"BatchId\": \"abc\",\n \"MerchantId\": \"abc\",\n \"ProductId\": \"abc\",\n \"Status\": 1,\n \"CreateTime\": \"abc\",\n \"UpdateTime\": \"abc\",\n \"MerchantName\": \"abc\",\n \"ProductName\": \"abc\",\n \"AgentId\": 1,\n \"Level\": 1,\n \"PackSpec\": [\n {\n \"Level\": 1,\n \"Rate\": 1,\n \"Amount\": 1,\n \"CustomId\": \"abc\",\n \"CodeParts\": [\n {\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"Value\": \"abc\",\n \"Length\": 1,\n \"Ext\": \"abc\"\n }\n ],\n \"Unit\": \"abc\",\n \"SceneCode\": 0\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
320
320
|
"title": "查询标识列表"
|
321
321
|
}
|
322
322
|
],
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1119.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1119
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|