tccli 3.0.1213.1__py2.py3-none-any.whl → 3.0.1214.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/services/batch/v20170312/api.json +2 -2
- tccli/services/captcha/v20190722/api.json +43 -43
- tccli/services/captcha/v20190722/examples.json +11 -11
- tccli/services/cfw/v20190904/api.json +28 -23
- tccli/services/cfw/v20190904/examples.json +10 -10
- tccli/services/clb/v20180317/api.json +19 -1
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/cwp/v20180228/api.json +334 -282
- tccli/services/cwp/v20180228/examples.json +105 -105
- tccli/services/gaap/v20180529/api.json +95 -85
- tccli/services/gaap/v20180529/examples.json +27 -33
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/pts/v20210728/api.json +11 -0
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/taf/v20200210/api.json +54 -94
- tccli/services/taf/v20200210/examples.json +2 -2
- tccli/services/tdmq/tdmq_client.py +106 -0
- tccli/services/tdmq/v20200217/api.json +571 -274
- tccli/services/tdmq/v20200217/examples.json +87 -71
- tccli/services/trocket/v20230308/api.json +29 -11
- tccli/services/trocket/v20230308/examples.json +4 -4
- tccli/services/tsi/v20210325/api.json +79 -0
- tccli/services/vod/v20180717/api.json +500 -57
- tccli/services/vod/v20180717/examples.json +8 -2
- {tccli-3.0.1213.1.dist-info → tccli-3.0.1214.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1213.1.dist-info → tccli-3.0.1214.1.dist-info}/RECORD +30 -30
- {tccli-3.0.1213.1.dist-info → tccli-3.0.1214.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1213.1.dist-info → tccli-3.0.1214.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1213.1.dist-info → tccli-3.0.1214.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1214.1'
|
@@ -5000,7 +5000,7 @@
|
|
5000
5000
|
{
|
5001
5001
|
"disabled": false,
|
5002
5002
|
"document": "实例所属的专用宿主机ID列表,仅用于入参。如果您有购买专用宿主机并且指定了该参数,则您购买的实例就会随机的部署在这些专用宿主机上。",
|
5003
|
-
"example": "host-o5i742go",
|
5003
|
+
"example": "[\"host-o5i742go\"]",
|
5004
5004
|
"member": "string",
|
5005
5005
|
"name": "HostIds",
|
5006
5006
|
"output_required": true,
|
@@ -5011,7 +5011,7 @@
|
|
5011
5011
|
{
|
5012
5012
|
"disabled": false,
|
5013
5013
|
"document": "实例所属的专用宿主机ID,仅用于出参。",
|
5014
|
-
"example": "
|
5014
|
+
"example": "host-o5i742go",
|
5015
5015
|
"member": "string",
|
5016
5016
|
"name": "HostId",
|
5017
5017
|
"output_required": true,
|
@@ -1211,7 +1211,7 @@
|
|
1211
1211
|
{
|
1212
1212
|
"disabled": false,
|
1213
1213
|
"document": "返回信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1214
|
-
"example": "
|
1214
|
+
"example": "\"success\"",
|
1215
1215
|
"member": "string",
|
1216
1216
|
"name": "CaptchaMsg",
|
1217
1217
|
"output_required": true,
|
@@ -1252,7 +1252,7 @@
|
|
1252
1252
|
{
|
1253
1253
|
"disabled": false,
|
1254
1254
|
"document": "验证码返回给用户的票据",
|
1255
|
-
"example": "
|
1255
|
+
"example": "tr03XaCUZPAlPdIMqv17yvcfdXCzkqvLE09AbCA4ghlWfD8hkySfbU2TZVCyoOCjNI84pAYEMopKv7Uh8XwQDSE9DC0xJpXVC7kmlPENlbFINs_N937qkoEmU6Pl8e-9EkFQzvrrwsZOTKQ*",
|
1256
1256
|
"member": "string",
|
1257
1257
|
"name": "Ticket",
|
1258
1258
|
"required": true,
|
@@ -1270,7 +1270,7 @@
|
|
1270
1270
|
{
|
1271
1271
|
"disabled": false,
|
1272
1272
|
"document": "验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。",
|
1273
|
-
"example": "
|
1273
|
+
"example": "199999164",
|
1274
1274
|
"member": "uint64",
|
1275
1275
|
"name": "CaptchaAppId",
|
1276
1276
|
"required": true,
|
@@ -1279,7 +1279,7 @@
|
|
1279
1279
|
{
|
1280
1280
|
"disabled": false,
|
1281
1281
|
"document": "验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。",
|
1282
|
-
"example": "
|
1282
|
+
"example": "E4kwK9AcXQMHkktRItyMEyQnp",
|
1283
1283
|
"member": "string",
|
1284
1284
|
"name": "AppSecretKey",
|
1285
1285
|
"required": true,
|
@@ -1288,7 +1288,7 @@
|
|
1288
1288
|
{
|
1289
1289
|
"disabled": false,
|
1290
1290
|
"document": "业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据",
|
1291
|
-
"example": "
|
1291
|
+
"example": "1",
|
1292
1292
|
"member": "uint64",
|
1293
1293
|
"name": "BusinessId",
|
1294
1294
|
"required": false,
|
@@ -1297,7 +1297,7 @@
|
|
1297
1297
|
{
|
1298
1298
|
"disabled": false,
|
1299
1299
|
"document": "场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据",
|
1300
|
-
"example": "
|
1300
|
+
"example": "3",
|
1301
1301
|
"member": "uint64",
|
1302
1302
|
"name": "SceneId",
|
1303
1303
|
"required": false,
|
@@ -1306,7 +1306,7 @@
|
|
1306
1306
|
{
|
1307
1307
|
"disabled": false,
|
1308
1308
|
"document": "mac 地址或设备唯一标识",
|
1309
|
-
"example": "
|
1309
|
+
"example": "\"00:1A:2B:3C:4D:5E\"",
|
1310
1310
|
"member": "string",
|
1311
1311
|
"name": "MacAddress",
|
1312
1312
|
"required": false,
|
@@ -1315,7 +1315,7 @@
|
|
1315
1315
|
{
|
1316
1316
|
"disabled": false,
|
1317
1317
|
"document": "手机设备号",
|
1318
|
-
"example": "
|
1318
|
+
"example": "\"359880051234567\"",
|
1319
1319
|
"member": "string",
|
1320
1320
|
"name": "Imei",
|
1321
1321
|
"required": false,
|
@@ -1371,7 +1371,7 @@
|
|
1371
1371
|
{
|
1372
1372
|
"disabled": false,
|
1373
1373
|
"document": "验证码返回给用户的票据",
|
1374
|
-
"example": "
|
1374
|
+
"example": "tr03z8JQftDQ5ZMteDlvkg6GbucZQTiG8dq53boJY8xJoq6PanrsicK9NOQcK6G2aXSjReWIxVvXt1Y6TXnaWvBy3k2hp_gRSwpi_ZEu3j8BUY2vuuyg-c1tZc3c8GfLdVlqJbOQ5JdAFos*",
|
1375
1375
|
"member": "string",
|
1376
1376
|
"name": "Ticket",
|
1377
1377
|
"required": true,
|
@@ -1389,7 +1389,7 @@
|
|
1389
1389
|
{
|
1390
1390
|
"disabled": false,
|
1391
1391
|
"document": "验证码应用APPID",
|
1392
|
-
"example": "
|
1392
|
+
"example": "199999164",
|
1393
1393
|
"member": "uint64",
|
1394
1394
|
"name": "CaptchaAppId",
|
1395
1395
|
"required": true,
|
@@ -1398,7 +1398,7 @@
|
|
1398
1398
|
{
|
1399
1399
|
"disabled": false,
|
1400
1400
|
"document": "用于服务器端校验验证码票据的验证密钥,请妥善保密,请勿泄露给第三方",
|
1401
|
-
"example": "
|
1401
|
+
"example": "E4kwK9AcXQMHkktiItyMEyQPn",
|
1402
1402
|
"member": "string",
|
1403
1403
|
"name": "AppSecretKey",
|
1404
1404
|
"required": true,
|
@@ -1407,7 +1407,7 @@
|
|
1407
1407
|
{
|
1408
1408
|
"disabled": false,
|
1409
1409
|
"document": "业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据",
|
1410
|
-
"example": "
|
1410
|
+
"example": "1",
|
1411
1411
|
"member": "uint64",
|
1412
1412
|
"name": "BusinessId",
|
1413
1413
|
"required": false,
|
@@ -1416,7 +1416,7 @@
|
|
1416
1416
|
{
|
1417
1417
|
"disabled": false,
|
1418
1418
|
"document": "场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据",
|
1419
|
-
"example": "
|
1419
|
+
"example": "3",
|
1420
1420
|
"member": "uint64",
|
1421
1421
|
"name": "SceneId",
|
1422
1422
|
"required": false,
|
@@ -1425,7 +1425,7 @@
|
|
1425
1425
|
{
|
1426
1426
|
"disabled": false,
|
1427
1427
|
"document": "mac 地址或设备唯一标识",
|
1428
|
-
"example": "
|
1428
|
+
"example": "\"00:1A:2B:3C:4D:5E\"",
|
1429
1429
|
"member": "string",
|
1430
1430
|
"name": "MacAddress",
|
1431
1431
|
"required": false,
|
@@ -1434,7 +1434,7 @@
|
|
1434
1434
|
{
|
1435
1435
|
"disabled": false,
|
1436
1436
|
"document": "手机设备号",
|
1437
|
-
"example": "
|
1437
|
+
"example": "\"359880051234567\"",
|
1438
1438
|
"member": "string",
|
1439
1439
|
"name": "Imei",
|
1440
1440
|
"required": false,
|
@@ -1452,7 +1452,7 @@
|
|
1452
1452
|
{
|
1453
1453
|
"disabled": false,
|
1454
1454
|
"document": "用户操作来源的微信开放账号",
|
1455
|
-
"example": "
|
1455
|
+
"example": "\"o6_bmjrPTlm6_2sgVt7hMZOPfL2M\"",
|
1456
1456
|
"member": "string",
|
1457
1457
|
"name": "WeChatOpenId",
|
1458
1458
|
"required": false,
|
@@ -1470,7 +1470,7 @@
|
|
1470
1470
|
"example": "1",
|
1471
1471
|
"member": "int64",
|
1472
1472
|
"name": "CaptchaCode",
|
1473
|
-
"
|
1473
|
+
"output_required": true,
|
1474
1474
|
"type": "int",
|
1475
1475
|
"value_allowed_null": false
|
1476
1476
|
},
|
@@ -1480,17 +1480,17 @@
|
|
1480
1480
|
"example": "ticket verification succeeded",
|
1481
1481
|
"member": "string",
|
1482
1482
|
"name": "CaptchaMsg",
|
1483
|
-
"
|
1483
|
+
"output_required": true,
|
1484
1484
|
"type": "string",
|
1485
1485
|
"value_allowed_null": true
|
1486
1486
|
},
|
1487
1487
|
{
|
1488
1488
|
"disabled": false,
|
1489
1489
|
"document": "拦截策略返回信息\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1490
|
-
"example": "
|
1490
|
+
"example": "{\"UserId\": \"\", \"PostTime\": 1606977595, \"AssociateAccount\": \"\", \"UserIp\": \"127.0.0.1\", \"RiskLevel\": \"pass\", \"RiskType\": []}",
|
1491
1491
|
"member": "OutputManageMarketingRiskValue",
|
1492
1492
|
"name": "ManageMarketingRiskValue",
|
1493
|
-
"
|
1493
|
+
"output_required": true,
|
1494
1494
|
"type": "object",
|
1495
1495
|
"value_allowed_null": true
|
1496
1496
|
},
|
@@ -1561,7 +1561,7 @@
|
|
1561
1561
|
{
|
1562
1562
|
"disabled": false,
|
1563
1563
|
"document": "返回信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1564
|
-
"example": "
|
1564
|
+
"example": "\"success\"",
|
1565
1565
|
"member": "string",
|
1566
1566
|
"name": "CaptchaMsg",
|
1567
1567
|
"output_required": true,
|
@@ -1571,7 +1571,7 @@
|
|
1571
1571
|
{
|
1572
1572
|
"disabled": false,
|
1573
1573
|
"document": "用户操作数据\n注意:此字段可能返回 null,表示取不到有效值。",
|
1574
|
-
"example": "
|
1574
|
+
"example": "{\"OperDataLoadTimeUnitArray\":[{\"DateKey\": \"20191202\", \"MarketLoadTime\": 0, \"AppIdLoadTime\": 0.9}]}",
|
1575
1575
|
"member": "CaptchaOperDataRes",
|
1576
1576
|
"name": "Data",
|
1577
1577
|
"output_required": true,
|
@@ -1602,7 +1602,7 @@
|
|
1602
1602
|
{
|
1603
1603
|
"disabled": false,
|
1604
1604
|
"document": "前端回调函数返回的用户验证票据",
|
1605
|
-
"example": "
|
1605
|
+
"example": "tr03z8JQftDQ5ZMteDlvkg6GbucZQTiG8dq53boJY8xJoq6PanrsicK9NOQcK6G2aXSjReWIxVvXt1Y6TXnaWvBy3k2hp_gRSwpi_ZEu3j8BUY2vuuyg-c1tZc3c8GfLdVlqJbOQ5JdAFos*",
|
1606
1606
|
"member": "string",
|
1607
1607
|
"name": "Ticket",
|
1608
1608
|
"required": true,
|
@@ -1620,7 +1620,7 @@
|
|
1620
1620
|
{
|
1621
1621
|
"disabled": false,
|
1622
1622
|
"document": "前端回调函数返回的随机字符串",
|
1623
|
-
"example": "
|
1623
|
+
"example": "@Vki",
|
1624
1624
|
"member": "string",
|
1625
1625
|
"name": "Randstr",
|
1626
1626
|
"required": true,
|
@@ -1629,7 +1629,7 @@
|
|
1629
1629
|
{
|
1630
1630
|
"disabled": false,
|
1631
1631
|
"document": "验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。",
|
1632
|
-
"example": "
|
1632
|
+
"example": "199999164",
|
1633
1633
|
"member": "uint64",
|
1634
1634
|
"name": "CaptchaAppId",
|
1635
1635
|
"required": true,
|
@@ -1638,7 +1638,7 @@
|
|
1638
1638
|
{
|
1639
1639
|
"disabled": false,
|
1640
1640
|
"document": "验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。",
|
1641
|
-
"example": "
|
1641
|
+
"example": "E4kwK9AcXQMHkktiItyMEyQPn",
|
1642
1642
|
"member": "string",
|
1643
1643
|
"name": "AppSecretKey",
|
1644
1644
|
"required": true,
|
@@ -1647,7 +1647,7 @@
|
|
1647
1647
|
{
|
1648
1648
|
"disabled": false,
|
1649
1649
|
"document": "预留字段",
|
1650
|
-
"example": "
|
1650
|
+
"example": "1",
|
1651
1651
|
"member": "uint64",
|
1652
1652
|
"name": "BusinessId",
|
1653
1653
|
"required": false,
|
@@ -1656,7 +1656,7 @@
|
|
1656
1656
|
{
|
1657
1657
|
"disabled": false,
|
1658
1658
|
"document": "预留字段",
|
1659
|
-
"example": "
|
1659
|
+
"example": "3",
|
1660
1660
|
"member": "uint64",
|
1661
1661
|
"name": "SceneId",
|
1662
1662
|
"required": false,
|
@@ -1665,7 +1665,7 @@
|
|
1665
1665
|
{
|
1666
1666
|
"disabled": false,
|
1667
1667
|
"document": "mac 地址或设备唯一标识",
|
1668
|
-
"example": "
|
1668
|
+
"example": "\"00:1A:2B:3C:4D:5E\"",
|
1669
1669
|
"member": "string",
|
1670
1670
|
"name": "MacAddress",
|
1671
1671
|
"required": false,
|
@@ -1674,7 +1674,7 @@
|
|
1674
1674
|
{
|
1675
1675
|
"disabled": false,
|
1676
1676
|
"document": "手机设备号",
|
1677
|
-
"example": "
|
1677
|
+
"example": "\"359880051234567\"",
|
1678
1678
|
"member": "string",
|
1679
1679
|
"name": "Imei",
|
1680
1680
|
"required": false,
|
@@ -1758,7 +1758,7 @@
|
|
1758
1758
|
{
|
1759
1759
|
"disabled": false,
|
1760
1760
|
"document": "rce检测结果\n注意:此字段可能返回 null,表示取不到有效值。",
|
1761
|
-
"example": "
|
1761
|
+
"example": "{\"UserId\": \"700000888643\", \"PostTime\": 0, \"AssociateAccount\": \"\", \"UserIp\": \"127.0.0.1\", \"RiskLevel\": \"1\", \"RiskType\": [0], \"ConstId\": \"1\", \"RiskInformation\": \"\"}",
|
1762
1762
|
"member": "RceResult",
|
1763
1763
|
"name": "RceResult",
|
1764
1764
|
"output_required": false,
|
@@ -1789,7 +1789,7 @@
|
|
1789
1789
|
{
|
1790
1790
|
"disabled": false,
|
1791
1791
|
"document": "前端回调函数返回的用户验证票据",
|
1792
|
-
"example": "
|
1792
|
+
"example": "tr03XaCUZPAlPdIMqv17yvcfdXCzkqvLE09AbCA4ghlWfD8hkySfbU2TZVCyoOCjNI84pAYEMopKv7Uh8XwQDSE9DC0xJpXVC7kmlPENlbFINs_N937qkoEmU6Pl8e-9EkFQzvrrwsZOTKQ*",
|
1793
1793
|
"member": "string",
|
1794
1794
|
"name": "Ticket",
|
1795
1795
|
"required": true,
|
@@ -1807,7 +1807,7 @@
|
|
1807
1807
|
{
|
1808
1808
|
"disabled": false,
|
1809
1809
|
"document": "前端回调函数返回的随机字符串",
|
1810
|
-
"example": "
|
1810
|
+
"example": "@Vki",
|
1811
1811
|
"member": "string",
|
1812
1812
|
"name": "Randstr",
|
1813
1813
|
"required": true,
|
@@ -1816,7 +1816,7 @@
|
|
1816
1816
|
{
|
1817
1817
|
"disabled": false,
|
1818
1818
|
"document": "验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。",
|
1819
|
-
"example": "
|
1819
|
+
"example": "199999164",
|
1820
1820
|
"member": "uint64",
|
1821
1821
|
"name": "CaptchaAppId",
|
1822
1822
|
"required": true,
|
@@ -1825,7 +1825,7 @@
|
|
1825
1825
|
{
|
1826
1826
|
"disabled": false,
|
1827
1827
|
"document": "验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。",
|
1828
|
-
"example": "
|
1828
|
+
"example": "E4kwK9AcXQMHkktiItyMEyQPn",
|
1829
1829
|
"member": "string",
|
1830
1830
|
"name": "AppSecretKey",
|
1831
1831
|
"required": true,
|
@@ -1834,7 +1834,7 @@
|
|
1834
1834
|
{
|
1835
1835
|
"disabled": false,
|
1836
1836
|
"document": "预留字段",
|
1837
|
-
"example": "
|
1837
|
+
"example": "1",
|
1838
1838
|
"member": "uint64",
|
1839
1839
|
"name": "BusinessId",
|
1840
1840
|
"required": false,
|
@@ -1843,7 +1843,7 @@
|
|
1843
1843
|
{
|
1844
1844
|
"disabled": false,
|
1845
1845
|
"document": "预留字段",
|
1846
|
-
"example": "
|
1846
|
+
"example": "3",
|
1847
1847
|
"member": "uint64",
|
1848
1848
|
"name": "SceneId",
|
1849
1849
|
"required": false,
|
@@ -1852,7 +1852,7 @@
|
|
1852
1852
|
{
|
1853
1853
|
"disabled": false,
|
1854
1854
|
"document": "mac 地址或设备唯一标识",
|
1855
|
-
"example": "
|
1855
|
+
"example": "\"00:1A:2B:3C:4D:5E\"",
|
1856
1856
|
"member": "string",
|
1857
1857
|
"name": "MacAddress",
|
1858
1858
|
"required": false,
|
@@ -1861,7 +1861,7 @@
|
|
1861
1861
|
{
|
1862
1862
|
"disabled": false,
|
1863
1863
|
"document": "手机设备号",
|
1864
|
-
"example": "
|
1864
|
+
"example": "\"359880051234567\"",
|
1865
1865
|
"member": "string",
|
1866
1866
|
"name": "Imei",
|
1867
1867
|
"required": false,
|
@@ -1945,7 +1945,7 @@
|
|
1945
1945
|
{
|
1946
1946
|
"disabled": false,
|
1947
1947
|
"document": "设备风险大类\n注意:此字段可能返回 null,表示取不到有效值。",
|
1948
|
-
"example": "
|
1948
|
+
"example": "\"\"",
|
1949
1949
|
"member": "string",
|
1950
1950
|
"name": "DeviceRiskCategory",
|
1951
1951
|
"output_required": false,
|
@@ -1967,7 +1967,7 @@
|
|
1967
1967
|
{
|
1968
1968
|
"disabled": false,
|
1969
1969
|
"document": "验证码应用ID",
|
1970
|
-
"example": "
|
1970
|
+
"example": "199999164",
|
1971
1971
|
"member": "int64",
|
1972
1972
|
"name": "CaptchaAppId",
|
1973
1973
|
"required": true,
|
@@ -2010,7 +2010,7 @@
|
|
2010
2010
|
{
|
2011
2011
|
"disabled": false,
|
2012
2012
|
"document": "返回信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
2013
|
-
"example": "\"\"",
|
2013
|
+
"example": "\"success\"",
|
2014
2014
|
"member": "string",
|
2015
2015
|
"name": "CaptchaMsg",
|
2016
2016
|
"output_required": true,
|
@@ -2173,7 +2173,7 @@
|
|
2173
2173
|
{
|
2174
2174
|
"disabled": false,
|
2175
2175
|
"document": "验证码AppId",
|
2176
|
-
"example": "\"
|
2176
|
+
"example": "\"199999164\"",
|
2177
2177
|
"member": "string",
|
2178
2178
|
"name": "CaptchaAppId",
|
2179
2179
|
"required": true,
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"DescribeCaptchaMiniResult": [
|
52
52
|
{
|
53
53
|
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: captcha.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCaptchaMiniResult\n<公共请求参数>\n\n{\n \"UserIp\": \"127.0.0.1\",\n \"CaptchaAppId\": \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: captcha.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCaptchaMiniResult\n<公共请求参数>\n\n{\n \"UserIp\": \"127.0.0.1\",\n \"CaptchaAppId\": \"199999164\",\n \"Ticket\": \"tr03z8JQftDQ5ZMteDlvkg6GbucZQTiG8dq53boJY8xJoq6PanrsicK9NOQcK6G2aXSjReWIxVvXt1Y6TXnaWvBy3k2hp_gRSwpi_ZEu3j8BUY2vuuyg-c1tZc3c8GfLdVlqJbOQ5JdAFos*\",\n \"AppSecretKey\": \"E4kwK9AcXQMHkktiItyMEyQPn\",\n \"CaptchaType\": \"9\"\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a0b3a098-b8f6-4001-764b-47f3843249db\",\n \"CaptchaCode\": 8,\n \"CaptchaMsg\": \"ticket expired\"\n }\n}",
|
56
56
|
"title": "请求和返回示例"
|
57
57
|
}
|
@@ -59,8 +59,8 @@
|
|
59
59
|
"DescribeCaptchaMiniRiskResult": [
|
60
60
|
{
|
61
61
|
"document": "",
|
62
|
-
"input": "POST / HTTP/1.1\nHost: captcha.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCaptchaMiniRiskResult\n<公共请求参数>\n\n{\n \"CaptchaAppId\": \"
|
63
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c02af4b4-f858-4fe0-6f88-ebac4b49d13d\",\n \"CaptchaCode\": 1,\n \"CaptchaMsg\": \"ticket verification succeeded\",\n \"ManageMarketingRiskValue\": {\n \"UserId\": \"
|
62
|
+
"input": "POST / HTTP/1.1\nHost: captcha.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCaptchaMiniRiskResult\n<公共请求参数>\n\n{\n \"CaptchaAppId\": \"199999164\",\n \"CaptchaType\": \"9\",\n \"WeChatOpenId\": \"\",\n \"SceneCode\": \"1\",\n \"UserIp\": \"127.0.0.1\",\n \"Ticket\": \"tr03z8JQftDQ5ZMteDlvkg6GbucZQTiG8dq53boJY8xJoq6PanrsicK9NOQcK6G2aXSjReWIxVvXt1Y6TXnaWvBy3k2hp_gRSwpi_ZEu3j8BUY2vuuyg-c1tZc3c8GfLdVlqJbOQ5JdAFos*\",\n \"AppSecretKey\": \"E4kwK9AcXQMHkktiItyMEyQPn\"\n}",
|
63
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c02af4b4-f858-4fe0-6f88-ebac4b49d13d\",\n \"CaptchaCode\": 1,\n \"CaptchaMsg\": \"ticket verification succeeded\",\n \"ManageMarketingRiskValue\": {\n \"UserId\": \"\",\n \"PostTime\": 1606977595,\n \"AssociateAccount\": \"\",\n \"UserIp\": \"127.0.0.1\",\n \"RiskLevel\": \"pass\",\n \"RiskType\": []\n }\n }\n}",
|
64
64
|
"title": "请求和返回示例"
|
65
65
|
}
|
66
66
|
],
|
@@ -68,31 +68,31 @@
|
|
68
68
|
{
|
69
69
|
"document": "",
|
70
70
|
"input": "https://captcha.tencentcloudapi.com/?Action=DescribeCaptchaOperData\n&CaptchaAppId=201111111\n&Start=20191129\n&End=20191129\n&Type=1\n&<公共请求参数>",
|
71
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"0dab64b7-d526-4a5f-bed6-4c59b53b6d11\",\n \"CaptchaCode\": 0,\n \"CaptchaMsg\": \"\",\n \"Data\": {\n \"OperDataLoadTimeUnitArray\": [\n {\n \"DateKey\": \"20191202\",\n \"MarketLoadTime\": 0,\n \"AppIdLoadTime\": 0.9\n },\n {\n \"DateKey\": \"20191204\",\n \"MarketLoadTime\": 0,\n \"AppIdLoadTime\": 1\n },\n {\n \"DateKey\": \"20191210\",\n \"MarketLoadTime\": 0,\n \"AppIdLoadTime\": 1.2\n },\n {\n \"DateKey\": \"20191219\",\n \"MarketLoadTime\": 0,\n \"AppIdLoadTime\": 1.3\n }\n ],\n \"OperDataInterceptUnitArray\": null,\n \"OperDataTryTimesUnitArray\": null,\n \"OperDataTryTimesDistributeUnitArray\": null\n }\n }\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0dab64b7-d526-4a5f-bed6-4c59b53b6d11\",\n \"CaptchaCode\": 0,\n \"CaptchaMsg\": \"success\",\n \"Data\": {\n \"OperDataLoadTimeUnitArray\": [\n {\n \"DateKey\": \"20191202\",\n \"MarketLoadTime\": 0,\n \"AppIdLoadTime\": 0.9\n },\n {\n \"DateKey\": \"20191204\",\n \"MarketLoadTime\": 0,\n \"AppIdLoadTime\": 1\n },\n {\n \"DateKey\": \"20191210\",\n \"MarketLoadTime\": 0,\n \"AppIdLoadTime\": 1.2\n },\n {\n \"DateKey\": \"20191219\",\n \"MarketLoadTime\": 0,\n \"AppIdLoadTime\": 1.3\n }\n ],\n \"OperDataInterceptUnitArray\": null,\n \"OperDataTryTimesUnitArray\": null,\n \"OperDataTryTimesDistributeUnitArray\": null\n }\n }\n}",
|
72
72
|
"title": "请求和返回示例"
|
73
73
|
}
|
74
74
|
],
|
75
75
|
"DescribeCaptchaRceResult": [
|
76
76
|
{
|
77
77
|
"document": "",
|
78
|
-
"input": "POST / HTTP/1.1\nHost: captcha.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCaptchaRceResult\n<公共请求参数>\n\n{\n \"
|
79
|
-
"output": "{\n \"Response\": {\n \"CaptchaCode\": 0,\n \"CaptchaMsg\": \"
|
78
|
+
"input": "POST / HTTP/1.1\nHost: captcha.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCaptchaRceResult\n<公共请求参数>\n\n{\n \"CaptchaAppId\": 199999164,\n \"CaptchaType\": 9,\n \"NeedGetCaptchaTime\": 1,\n \"Randstr\": \"@Vki\",\n \"UserIp\": \"127.0.0.1\",\n \"Ticket\": \"tr03XaCUZPAlPdIMqv17yvcfdXCzkqvLE09AbCA4ghlWfD8hkySfbU2TZVCyoOCjNI84pAYEMopKv7Uh8XwQDSE9DC0xJpXVC7kmlPENlbFINs_N937qkoEmU6Pl8e-9EkFQzvrrwsZOTKQ*\",\n \"AppSecretKey\": \"E4kwK9AcXQMHkktiItyMEyQPn\"\n}",
|
79
|
+
"output": "{\n \"Response\": {\n \"CaptchaCode\": 0,\n \"CaptchaMsg\": \"success\",\n \"EvilLevel\": 0,\n \"GetCaptchaTime\": 1729583235,\n \"EvilBitmap\": 0,\n \"SubmitCaptchaTime\": 1729583239,\n \"RceResult\": {\n \"UserId\": \"700000888643\",\n \"PostTime\": 0,\n \"AssociateAccount\": \"\",\n \"UserIp\": \"127.0.0.1\",\n \"RiskLevel\": \"1\",\n \"RiskType\": [\n 0\n ],\n \"ConstId\": \"1\",\n \"RiskInformation\": \"\"\n },\n \"RequestId\": \"75eabc9e-2aab-46fb-b4fc-44fc6abda074\"\n }\n}",
|
80
80
|
"title": "成功结果示例"
|
81
81
|
}
|
82
82
|
],
|
83
83
|
"DescribeCaptchaResult": [
|
84
84
|
{
|
85
85
|
"document": "票据校验",
|
86
|
-
"input": "POST / HTTP/1.1\nHost: captcha.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCaptchaResult\n<公共请求参数>\n\n{\n \"CaptchaAppId\":
|
87
|
-
"output": "{\n \"Response\": {\n \"CaptchaCode\": 0,\n \"CaptchaMsg\": \"not valid\",\n \"EvilLevel\": 0,\n \"GetCaptchaTime\":
|
86
|
+
"input": "POST / HTTP/1.1\nHost: captcha.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCaptchaResult\n<公共请求参数>\n\n{\n \"CaptchaAppId\": 199999164,\n \"CaptchaType\": 9,\n \"NeedGetCaptchaTime\": 1,\n \"Randstr\": \"@Vki\",\n \"UserIp\": \"127.0.0.1\",\n \"Ticket\": \"tr03XaCUZPAlPdIMqv17yvcfdXCzkqvLE09AbCA4ghlWfD8hkySfbU2TZVCyoOCjNI84pAYEMopKv7Uh8XwQDSE9DC0xJpXVC7kmlPENlbFINs_N937qkoEmU6Pl8e-9EkFQzvrrwsZOTKQ*\",\n \"AppSecretKey\": \"E4kwK9AcXQMHkktiItyMEyQPn\"\n}",
|
87
|
+
"output": "{\n \"Response\": {\n \"CaptchaCode\": 0,\n \"CaptchaMsg\": \"not valid\",\n \"EvilLevel\": 0,\n \"GetCaptchaTime\": 1729583235,\n \"SubmitCaptchaTime\": 1729583239,\n \"EvilBitmap\": 0,\n \"RequestId\": \"7c370964-7deb-4008-8b29-47e87e60c1e0\"\n },\n \"retcode\": 0,\n \"retmsg\": \"success\"\n}",
|
88
88
|
"title": "请求和返回示例"
|
89
89
|
}
|
90
90
|
],
|
91
91
|
"DescribeCaptchaTicketData": [
|
92
92
|
{
|
93
93
|
"document": "",
|
94
|
-
"input": "https://captcha.tencentcloudapi.com/?Action=DescribeCaptchaTicketData\n&CaptchaAppId=
|
95
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"0dab64b7-d526-4a5f-bed6-4c59b53b6d11\",\n \"CaptchaCode\": 0,\n \"CaptchaMsg\": \"\",\n \"Data\": {\n \"TicketAmountArray\": [\n {\n \"DateKey\": \"20200909\",\n \"Amount\": 94\n },\n {\n \"DateKey\": \"20200910\",\n \"Amount\": 7\n }\n ],\n \"TicketThroughArray\": [\n {\n \"DateKey\": \"20200909\",\n \"Through\": 94\n },\n {\n \"DateKey\": \"20200910\",\n \"Through\": 7\n }\n ],\n \"TicketInterceptArray\": [\n {\n \"DateKey\": \"20200909\",\n \"Intercept\": 0\n },\n {\n \"DateKey\": \"20200910\",\n \"Intercept\": 0\n }\n ]\n }\n }\n}",
|
94
|
+
"input": "https://captcha.tencentcloudapi.com/?Action=DescribeCaptchaTicketData\n&CaptchaAppId=199999164\n&Start=20200909\n&<公共请求参数>",
|
95
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0dab64b7-d526-4a5f-bed6-4c59b53b6d11\",\n \"CaptchaCode\": 0,\n \"CaptchaMsg\": \"success\",\n \"Data\": {\n \"TicketAmountArray\": [\n {\n \"DateKey\": \"20200909\",\n \"Amount\": 94\n },\n {\n \"DateKey\": \"20200910\",\n \"Amount\": 7\n }\n ],\n \"TicketThroughArray\": [\n {\n \"DateKey\": \"20200909\",\n \"Through\": 94\n },\n {\n \"DateKey\": \"20200910\",\n \"Through\": 7\n }\n ],\n \"TicketInterceptArray\": [\n {\n \"DateKey\": \"20200909\",\n \"Intercept\": 0\n },\n {\n \"DateKey\": \"20200910\",\n \"Intercept\": 0\n }\n ]\n }\n }\n}",
|
96
96
|
"title": "请求和返回示例"
|
97
97
|
}
|
98
98
|
],
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"GetTicketStatistics": [
|
116
116
|
{
|
117
117
|
"document": "",
|
118
|
-
"input": "POST / HTTP/1.1\nHost: captcha.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetTicketStatistics\n<公共请求参数>\n\n{\n \"CaptchaAppId\": \"
|
118
|
+
"input": "POST / HTTP/1.1\nHost: captcha.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetTicketStatistics\n<公共请求参数>\n\n{\n \"CaptchaAppId\": \"199999164\",\n \"EndTimeStr\": \"2022-05-14 01:00\",\n \"StartTimeStr\": \"2022-06-15 20:00\",\n \"Dimension\": \"3\"\n}",
|
119
119
|
"output": "{\n \"Response\": {\n \"RequestId\": \"458e90ab-4bcb-45ee-b8fd-f5e79e85ffff\",\n \"Data\": null,\n \"CaptchaCode\": 11000,\n \"CaptchaMsg\": \"\"\n }\n}",
|
120
120
|
"title": "请求和返回示例"
|
121
121
|
}
|