tccli 3.0.922.1__py2.py3-none-any.whl → 3.0.924.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 (110) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apigateway/v20180808/DescribeServicesStatus.md +33 -19
  3. tccli/examples/cdb/v20170320/CreateDBInstance.md +2 -2
  4. tccli/examples/ckafka/v20190819/CreateAcl.md +4 -1
  5. tccli/examples/clb/v20180317/CloneLoadBalancer.md +3 -3
  6. tccli/examples/clb/v20180317/DescribeListeners.md +49 -127
  7. tccli/examples/clb/v20180317/DescribeLoadBalancers.md +578 -158
  8. tccli/examples/cls/v20201016/CreateScheduledSql.md +13 -11
  9. tccli/examples/cls/v20201016/DeleteScheduledSql.md +2 -2
  10. tccli/examples/cls/v20201016/DescribeConfigs.md +2 -1
  11. tccli/examples/cls/v20201016/DescribeKafkaConsumer.md +23 -0
  12. tccli/examples/cls/v20201016/DescribeScheduledSqlInfo.md +22 -19
  13. tccli/examples/cls/v20201016/ModifyKafkaConsumer.md +21 -0
  14. tccli/examples/cls/v20201016/ModifyScheduledSql.md +11 -9
  15. tccli/examples/cynosdb/v20190107/DescribeAccounts.md +10 -10
  16. tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +77 -65
  17. tccli/examples/ess/v20201111/CancelUserAutoSignEnableUrl.md +1 -1
  18. tccli/examples/ess/v20201111/CreateBatchCancelFlowUrl.md +5 -4
  19. tccli/examples/ess/v20201111/CreateUserAutoSignEnableUrl.md +2 -2
  20. tccli/examples/ess/v20201111/DescribeFlowBriefs.md +6 -2
  21. tccli/examples/ess/v20201111/DescribeFlowEvidenceReport.md +1 -1
  22. tccli/examples/ess/v20201111/DescribeFlowInfo.md +24 -38
  23. tccli/examples/ess/v20201111/DescribeUserAutoSignStatus.md +1 -1
  24. tccli/examples/ess/v20201111/GetTaskResultApi.md +2 -2
  25. tccli/examples/essbasic/v20210526/ChannelBatchCancelFlows.md +5 -5
  26. tccli/examples/essbasic/v20210526/ChannelCreateBatchCancelFlowUrl.md +10 -8
  27. tccli/examples/essbasic/v20210526/ChannelCreateFlowSignUrl.md +9 -8
  28. tccli/examples/essbasic/v20210526/ChannelCreateWebThemeConfig.md +7 -6
  29. tccli/examples/essbasic/v20210526/DescribeFlowDetailInfo.md +19 -30
  30. tccli/examples/essbasic/v20210526/DescribeTemplates.md +13 -4
  31. tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +2 -2
  32. tccli/examples/lcic/v20220817/DescribeRoom.md +2 -0
  33. tccli/examples/mna/v20210119/GetDevices.md +9 -16
  34. tccli/examples/mna/v20210119/UpdateDevice.md +7 -10
  35. tccli/examples/ms/v20180408/CreateEncryptInstance.md +30 -30
  36. tccli/examples/ms/v20180408/CreateOrderInstance.md +2 -2
  37. tccli/examples/ms/v20180408/DescribeEncryptInstances.md +73 -65
  38. tccli/examples/ms/v20180408/DescribeEncryptPlan.md +34 -34
  39. tccli/examples/ms/v20180408/DescribeOrderInstances.md +1 -1
  40. tccli/examples/oceanus/v20190422/CreateJobConfig.md +1 -1
  41. tccli/examples/tdmq/v20200217/CreateRocketMQVipInstance.md +28 -0
  42. tccli/examples/tione/v20211111/CreateNotebook.md +62 -0
  43. tccli/examples/tione/v20211111/CreateNotebookImage.md +18 -0
  44. tccli/examples/tione/v20211111/DeleteNotebook.md +20 -0
  45. tccli/examples/tione/v20211111/DeleteNotebookImageRecord.md +18 -0
  46. tccli/examples/tione/v20211111/DescribeNotebook.md +70 -0
  47. tccli/examples/tione/v20211111/DescribeNotebookImageKernels.md +23 -0
  48. tccli/examples/tione/v20211111/DescribeNotebookImageRecords.md +28 -0
  49. tccli/examples/tione/v20211111/DescribeNotebooks.md +77 -0
  50. tccli/examples/tione/v20211111/ModifyNotebook.md +64 -0
  51. tccli/examples/tione/v20211111/ModifyNotebookTags.md +22 -0
  52. tccli/examples/tione/v20211111/StartNotebook.md +20 -0
  53. tccli/examples/tione/v20211111/StopCreatingImage.md +18 -0
  54. tccli/examples/tione/v20211111/StopNotebook.md +20 -0
  55. tccli/examples/vpc/v20170312/CreateVpnGateway.md +20 -26
  56. tccli/examples/waf/v20180125/GetAttackHistogram.md +142 -0
  57. tccli/services/apigateway/v20180808/api.json +119 -12
  58. tccli/services/apigateway/v20180808/examples.json +4 -4
  59. tccli/services/asr/v20190614/api.json +1 -1
  60. tccli/services/cdb/v20170320/api.json +101 -90
  61. tccli/services/cdb/v20170320/examples.json +2 -2
  62. tccli/services/cdn/v20180606/api.json +59 -6
  63. tccli/services/ckafka/v20190819/api.json +10 -10
  64. tccli/services/ckafka/v20190819/examples.json +1 -1
  65. tccli/services/clb/v20180317/api.json +221 -68
  66. tccli/services/clb/v20180317/examples.json +10 -10
  67. tccli/services/cls/cls_client.py +110 -4
  68. tccli/services/cls/v20201016/api.json +330 -115
  69. tccli/services/cls/v20201016/examples.json +23 -7
  70. tccli/services/cynosdb/v20190107/api.json +82 -31
  71. tccli/services/cynosdb/v20190107/examples.json +3 -3
  72. tccli/services/dlc/v20210125/api.json +11 -11
  73. tccli/services/emr/v20190103/api.json +10 -0
  74. tccli/services/ess/v20201111/api.json +519 -142
  75. tccli/services/ess/v20201111/examples.json +9 -9
  76. tccli/services/essbasic/v20210526/api.json +195 -126
  77. tccli/services/essbasic/v20210526/examples.json +13 -13
  78. tccli/services/faceid/v20180301/api.json +21 -16
  79. tccli/services/lcic/v20220817/api.json +10 -0
  80. tccli/services/lcic/v20220817/examples.json +2 -2
  81. tccli/services/live/v20180801/api.json +42 -22
  82. tccli/services/mna/v20210119/api.json +11 -12
  83. tccli/services/mna/v20210119/examples.json +4 -4
  84. tccli/services/mps/v20190612/api.json +142 -61
  85. tccli/services/ms/v20180408/api.json +92 -19
  86. tccli/services/ms/v20180408/examples.json +31 -31
  87. tccli/services/nlp/v20190408/api.json +2 -1
  88. tccli/services/oceanus/v20190422/api.json +355 -41
  89. tccli/services/oceanus/v20190422/examples.json +1 -1
  90. tccli/services/ocr/ocr_client.py +4 -110
  91. tccli/services/ocr/v20181119/api.json +0 -315
  92. tccli/services/ocr/v20181119/examples.json +0 -16
  93. tccli/services/tdmq/tdmq_client.py +53 -0
  94. tccli/services/tdmq/v20200217/api.json +126 -0
  95. tccli/services/tdmq/v20200217/examples.json +8 -0
  96. tccli/services/teo/v20220901/api.json +18 -18
  97. tccli/services/tione/tione_client.py +987 -298
  98. tccli/services/tione/v20211111/api.json +1784 -20
  99. tccli/services/tione/v20211111/examples.json +104 -0
  100. tccli/services/tts/v20190823/api.json +1 -1
  101. tccli/services/vpc/v20170312/api.json +45 -65
  102. tccli/services/vpc/v20170312/examples.json +3 -3
  103. tccli/services/waf/v20180125/api.json +111 -0
  104. tccli/services/waf/v20180125/examples.json +8 -0
  105. tccli/services/waf/waf_client.py +57 -4
  106. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/METADATA +2 -2
  107. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/RECORD +110 -93
  108. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/WHEEL +0 -0
  109. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/entry_points.txt +0 -0
  110. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/license_files/LICENSE +0 -0
@@ -25,31 +25,31 @@
25
25
  }
26
26
  ],
27
27
  "CreateEncryptInstance": [
28
+ {
29
+ "document": "小程序免费加固示例",
30
+ "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEncryptInstance\n<公共请求参数>\n\n{\n \"PlatformType\": 4,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"ResourceId\": \"xxxxxxxxxxxxxxxxxx\",\n \"AppletInfo\": {\n \"AppletJsUrl\": \"http://xxxxxxxxxxxxxxxxxxx.zip\",\n \"AppletLevel\": 1,\n \"Name\": \"test.zip\"\n }\n}",
31
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6ef4eac9-badc-40d9-9796-569741849f95\",\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\"\n }\n}",
32
+ "title": "小程序免费加固示例"
33
+ },
28
34
  {
29
35
  "document": "成功创建任务示例",
30
36
  "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEncryptInstance\n<公共请求参数>\n\n{\n \"PlatformType\": 1,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"ResourceId\": \"xxxxxxxxxxxxxxxxxx\",\n \"AndroidAppInfo\": {\n \"AppMd5\": \"881ac0a49b3ae9967022217730cc0da8\",\n \"AppSize\": 4743475,\n \"AppUrl\": \"https://xxxxxxx\",\n \"AppName\": \"XXX\",\n \"AppPkgName\": \"xxx.xx.xx\",\n \"AppFileName\": \"xxxx.apk\",\n \"AppVersion\": \"7.8.1\",\n \"AppType\": \"apk\"\n },\n \"AndroidPlan\": {\n \"AppPkgName\": \"xxx.xx.xxr\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\\"dex\\\":{\\\"enable\\\":1,\\\"antiprotect\\\":1,\\\"antirepack\\\":1,\\\"dexsig\\\":1,\\\"antimonitor\\\":1,\\\"ptrace\\\":1}}\"\n }\n}",
31
37
  "output": "{\n \"Response\": {\n \"RequestId\": \"ecea8f16-273d-4e0d-b005-02ca6a6ed467\",\n \"ResultId\": \"ecea8f16-273d-4e0d-b005-02ca6a6ed467\"\n }\n}",
32
- "title": "安卓免费试用在线加固"
38
+ "title": "Android免费试用在线加固"
33
39
  },
34
40
  {
35
- "document": "安卓按年收费加固输出工具",
41
+ "document": "Android按年收费加固输出工具",
36
42
  "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEncryptInstance\n<公共请求参数>\n\n{\n \"PlatformType\": 1,\n \"OrderType\": 2,\n \"EncryptOpType\": 2,\n \"ResourceId\": \"xxxxxxxxxxxxxxxxxx\",\n \"AndroidAppInfo\": {\n \"AppPkgName\": \"com.One.TEST\",\n \"AppType\": \"apk\"\n },\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.One.TEST\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\n \\\"dex\\\": {\\n \\\"enable\\\": 1,\\n \\\"antiprotect\\\": 1,\\n \\\"antirepack\\\": 1,\\n \\\"dexsig\\\": 1,\\n \\\"antimonitor\\\": 1,\\n \\\"ptrace\\\": 1\\n },\\n \\\"so\\\": {\\n \\\"enable\\\": 0,\\n \\\"ver\\\": \\\"1.3.3\\\",\\n \\\"file\\\": [\\n \\\"\\\"\\n ]\\n },\\n \\\"vmp\\\": {\\n \\\"enable\\\": 0,\\n \\\"ndkpath\\\": \\\"/xxx/android-ndk-r10e\\\",\\n \\\"profile\\\": \\\"XXX\\\",\\n \\\"mapping\\\": \\\"XXX\\\"\\n },\\n \\\"respro\\\": {\\n \\\"assets\\\": {\\n \\\"enable\\\": 0,\\n \\\"file\\\": [\\n \\\"assets/1.js\\\",\\n \\\"assets/2.jpg\\\"\\n ]\\n },\\n \\\"res\\\": {\\n \\\"enable\\\": 0,\\n \\\"file\\\": [\\n \\\"res/layout/1.xml\\\",\\n \\\"res/layout/2.xml\\\"\\n ]\\n }\\n }\\n}\"\n }\n}",
37
43
  "output": "{\n \"Response\": {\n \"RequestId\": \"0f869fd0-0fd0-44bd-95fc-06a15b50aa61\",\n \"ResultId\": \"0f869fd0-0fd0-44bd-95fc-06a15b50aa61\"\n }\n}",
38
- "title": "安卓按年收费加固输出工具"
39
- },
40
- {
41
- "document": "小程序免费加固示例",
42
- "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEncryptInstance\n<公共请求参数>\n\n{\n \"PlatformType\": 4,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"ResourceId\": \"xxxxxxxxxxxxxxxxxx\",\n \"AppletInfo\": {\n \"AppletJsUrl\": \"http://xxxxxxxxxxxxxxxxxxx.zip\",\n \"AppletLevel\": 1,\n \"Name\": \"test.zip\"\n }\n}",
43
- "output": "{\n \"Response\": {\n \"RequestId\": \"6ef4eac9-badc-40d9-9796-569741849f95\",\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\"\n }\n}",
44
- "title": "小程序免费加固示例"
44
+ "title": "Android按年收费加固输出工具"
45
45
  }
46
46
  ],
47
47
  "CreateOrderInstance": [
48
48
  {
49
- "document": "创建安卓按年收费加固订单资源",
49
+ "document": "创建Android按年收费加固订单资源",
50
50
  "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrderInstance\n<公共请求参数>\n\n{\n \"PlatformType\": 1,\n \"OrderType\": 2,\n \"AppPkgNameList\": \"com.One.TEST\"\n}",
51
51
  "output": "{\n \"Response\": {\n \"OrderId\": \"20230605_52f727b2-8c5c-4069-b940-b07a351fc8c7\",\n \"ResourceId\": [\n \"20230605_52f727b2-8c5c-4069-b940-b07a351fc8c7_0\"\n ],\n \"RequestId\": \"d751eb1e-62c5-4a00-9745-34e466899abf\"\n }\n}",
52
- "title": "创建安卓按年收费加固订单资源"
52
+ "title": "创建Android按年收费加固订单资源"
53
53
  }
54
54
  ],
55
55
  "CreateResourceInstances": [
@@ -96,35 +96,29 @@
96
96
  {
97
97
  "document": "小程序在线加固结果查询示例",
98
98
  "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"PlatformType\": 4,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"EncryptState\": [\n 1\n ]\n}",
99
- "output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": null,\n \"AppletResult\": {\n \"AppletInfo\": {\n \"AppletJsUrl\": \"http://xxxxxxxxxxx.zip\",\n \"AppletLevel\": 1,\n \"Name\": \"test.zip\"\n },\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 18:02:50\",\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"\",\n \"EncryptErrRef\": \"\",\n \"EncryptPkgUrl\": \"https://xxxxxxxxxxxx/xxxxx/test.zip\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 18:03:21\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_96ca291a-6e84-47eb-xxxxx-xxxxxx\",\n \"ResourceId\": \"20230605_96ca291a-6e84-47eb-xxxxx-xxxxxx_0\",\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\",\n \"StartTime\": \"2023-06-05 18:02:55\"\n },\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"IOSResult\": null,\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"PlatformDesc\": \"applet小程序加固\",\n \"PlatformType\": 4,\n \"SDKResult\": null\n }\n ],\n \"RequestId\": \"3a25bb5e-6334-449c-b4bf-bbea1e673e3a\",\n \"TotalCount\": 1\n }\n}",
99
+ "output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": null,\n \"IOSResult\": null,\n \"SDKResult\": null,\n \"AppletResult\": {\n \"AppletInfo\": {\n \"AppletJsUrl\": \"http://xxxxxxxxxxx.zip\",\n \"AppletLevel\": 1,\n \"Name\": \"test.zip\"\n },\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 18:02:50\",\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"\",\n \"EncryptErrRef\": \"\",\n \"EncryptPkgUrl\": \"https://xxxxxxxxxxxx/xxxxx/test.zip\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 18:03:21\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_96ca291a-6e84-47eb-xxxxx-xxxxxx\",\n \"ResourceId\": \"20230605_96ca291a-6e84-47eb-xxxxx-xxxxxx_0\",\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\",\n \"StartTime\": \"2023-06-05 18:02:55\"\n },\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"PlatformDesc\": \"applet小程序加固\",\n \"PlatformType\": 4,\n \"ResourceId\": \"xxxxxxx\",\n \"OrderId\": \"xxxxxxxxxxxxxx\"\n }\n ],\n \"RequestId\": \"3a25bb5e-6334-449c-b4bf-bbea1e673e3a\",\n \"TotalCount\": 1\n }\n}",
100
100
  "title": "小程序在线加固结果查询示例"
101
101
  },
102
102
  {
103
- "document": "查询安卓在线加固成功任务",
104
- "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 1,\n \"OrderField\": \"CreateTime\",\n \"OrderDirection\": \"asc\",\n \"PlatformType\": 1,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"EncryptState\": [\n 1\n ]\n}",
105
- "output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": {\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.One.WoodenLetter\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\\"dex\\\":{\\\"enable\\\":1,\\\"antiprotect\\\":1,\\\"antirepack\\\":1,\\\"dexsig\\\":1,\\\"antimonitor\\\":1,\\\"ptrace\\\":1}}\",\n \"PlanId\": 11975\n },\n \"AppMd5\": \"881ac0a49b3ae9967022217730cc0da8\",\n \"AppName\": \"XXXX\",\n \"AppPkgName\": \"com.One.TEST\",\n \"AppSize\": 4743475,\n \"AppType\": \"apk\",\n \"AppUrl\": \"https://xxxxx/test.apk\",\n \"AppVersion\": \"7.8.1\",\n \"BindAppPkgName\": \"com.One.TEST\",\n \"CostTime\": 24,\n \"CreatTime\": \"2023-05-31 10:27:29\",\n \"EncryptAppMd5\": \"710f9c41259d183bd1461817b6940b9e\",\n \"EncryptAppSize\": 5725152,\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"\",\n \"EncryptErrRef\": \"\",\n \"EncryptPkgUrl\": \"https://xxxxxxx/encrypt_dist/legu_20230531115709_xxxx.apk\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-05-31 11:57:15\",\n \"OnlineToolVersion\": \"4.5.1.8\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230530_0068940c-56d8-4bb8-9952-xxxx\",\n \"OutputToolSize\": 0,\n \"OutputToolUrl\": \"\",\n \"OutputToolVersion\": \"\",\n \"ResourceId\": \"20230530_0068940c-56d8-4bb8-9952-xxxx_0\",\n \"ResultId\": \"1be49343-9bc4-40c7-9df1-1398e4743731\",\n \"StartTime\": \"2023-05-31 10:27:29\",\n \"ToolExpireTime\": \"0000-00-00 00:00:00\",\n \"ToolOutputTime\": \"0000-00-00 00:00:00\"\n },\n \"AppletResult\": null,\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"IOSResult\": null,\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"PlatformDesc\": \"android安卓加固\",\n \"PlatformType\": 1,\n \"SDKResult\": null\n }\n ],\n \"RequestId\": \"f83ad565-fe48-4d45-bdb8-e84c72e67df5\",\n \"TotalCount\": 7\n }\n}",
106
- "title": "查询安卓在线加固成功任务"
103
+ "document": "根据ResultId进行单记录查询",
104
+ "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\"\n}",
105
+ "output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": null,\n \"AppletResult\": {\n \"AppletInfo\": {\n \"AppletJsUrl\": \"http://xxxxxxx.zip\",\n \"AppletLevel\": 1,\n \"Name\": \"test.zip\"\n },\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 18:02:50\",\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"\",\n \"EncryptErrRef\": \"\",\n \"EncryptPkgUrl\": \"https://xxxxxxxx/test.zip\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 18:03:21\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_96ca291a-6e84-47eb-xxxxxxx\",\n \"ResourceId\": \"20230605_96ca291a-6e84-47eb-xxxxxxx_0\",\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\",\n \"StartTime\": \"2023-06-05 18:02:55\"\n },\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"IOSResult\": null,\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"PlatformDesc\": \"applet小程序加固\",\n \"PlatformType\": 4,\n \"SDKResult\": null,\n \"ResourceId\": \"xxxxxxx\",\n \"OrderId\": \"xxxxxxxxxxxxxx\"\n }\n ],\n \"RequestId\": \"8019602c-b5be-4c90-932c-6e6f0e83c0bf\",\n \"TotalCount\": 1\n }\n}",
106
+ "title": "根据ResultId进行单记录查询"
107
107
  },
108
108
  {
109
- "document": "查询安卓输出工具任务结果",
110
- "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"EncryptOpType\": 2,\n \"ResultId\": \"0f869fd0-0fd0-44bd-95fc-06a15b50aa61\"\n}",
111
- "output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": {\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.One.TEST\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\n \\\"dex\\\": {\\n \\\"enable\\\": 1,\\n \\\"antiprotect\\\": 1,\\n \\\"antirepack\\\": 1,\\n \\\"dexsig\\\": 1,\\n \\\"antimonitor\\\": 1,\\n \\\"ptrace\\\": 1\\n },\\n \\\"so\\\": {\\n \\\"enable\\\": 0,\\n \\\"ver\\\": \\\"1.3.3\\\",\\n \\\"file\\\": [\\n \\\"\\\"\\n ]\\n },\\n \\\"vmp\\\": {\\n \\\"enable\\\": 0,\\n \\\"ndkpath\\\": \\\"/xxx/android-ndk-r10e\\\",\\n \\\"profile\\\": \\\"XXX\\\",\\n \\\"mapping\\\": \\\"XXX\\\"\\n },\\n \\\"respro\\\": {\\n \\\"assets\\\": {\\n \\\"enable\\\": 0,\\n \\\"file\\\": [\\n \\\"assets/1.js\\\",\\n \\\"assets/2.jpg\\\"\\n ]\\n },\\n \\\"res\\\": {\\n \\\"enable\\\": 0,\\n \\\"file\\\": [\\n \\\"res/layout/1.xml\\\",\\n \\\"res/layout/2.xml\\\"\\n ]\\n }\\n }\\n}\",\n \"PlanId\": 12011\n },\n \"AppMd5\": \"\",\n \"AppName\": \"\",\n \"AppPkgName\": \"com.One.TEST\",\n \"AppSize\": 0,\n \"AppType\": \"apk\",\n \"AppUrl\": \"\",\n \"AppVersion\": \"\",\n \"BindAppPkgName\": \"com.One.TEST\",\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 17:51:25\",\n \"EncryptAppMd5\": \"\",\n \"EncryptAppSize\": 0,\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"\",\n \"EncryptErrRef\": \"\",\n \"EncryptPkgUrl\": \"\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 17:51:51\",\n \"OnlineToolVersion\": \"\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_52f727b2-8c5c-4069-b940-xxxxxxx\",\n \"OutputToolSize\": 109411473,\n \"OutputToolUrl\": \"https://xxxxxxxxx/xxxx-com.One.TEST-20230605.zip\",\n \"OutputToolVersion\": \"4.5.1.8\",\n \"ResourceId\": \"20230605_52f727b2-8c5c-4069-b940-xxxxxxx_0\",\n \"ResultId\": \"0f869fd0-0fd0-44bd-95fc-06a15b50aa61\",\n \"StartTime\": \"2023-06-05 17:51:33\",\n \"ToolExpireTime\": \"2024-06-07 00:00:00\",\n \"ToolOutputTime\": \"2023-06-05 17:51:47\"\n },\n \"AppletResult\": null,\n \"EncryptOpType\": 2,\n \"EncryptOpTypeDesc\": \"输出工具\",\n \"IOSResult\": null,\n \"OrderType\": 2,\n \"OrderTypeDesc\": \"按年收费\",\n \"PlatformDesc\": \"android安卓加固\",\n \"PlatformType\": 1,\n \"SDKResult\": null\n }\n ],\n \"RequestId\": \"59af19a2-9729-4397-a229-6ee8e8a15a1e\",\n \"TotalCount\": 1\n }\n}",
112
- "title": "查询安卓输出工具任务结果"
109
+ "document": "查询Android在线加固成功任务",
110
+ "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 1,\n \"OrderField\": \"CreateTime\",\n \"OrderDirection\": \"asc\",\n \"PlatformType\": 1,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"EncryptState\": [\n 1\n ]\n}",
111
+ "output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": {\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.One.WoodenLetter\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\\"dex\\\":{\\\"enable\\\":1,\\\"antiprotect\\\":1,\\\"antirepack\\\":1,\\\"dexsig\\\":1,\\\"antimonitor\\\":1,\\\"ptrace\\\":1}}\",\n \"PlanId\": 11975\n },\n \"AppMd5\": \"881ac0a49b3ae9967022217730cc0da8\",\n \"AppName\": \"XXXX\",\n \"AppPkgName\": \"com.One.TEST\",\n \"AppSize\": 4743475,\n \"AppType\": \"apk\",\n \"AppUrl\": \"https://xxxxx/test.apk\",\n \"AppVersion\": \"7.8.1\",\n \"BindAppPkgName\": \"com.One.TEST\",\n \"CostTime\": 24,\n \"CreatTime\": \"2023-05-31 10:27:29\",\n \"EncryptAppMd5\": \"710f9c41259d183bd1461817b6940b9e\",\n \"EncryptAppSize\": 5725152,\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"\",\n \"EncryptErrRef\": \"\",\n \"EncryptPkgUrl\": \"https://xxxxxxx/encrypt_dist/legu_20230531115709_xxxx.apk\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-05-31 11:57:15\",\n \"OnlineToolVersion\": \"4.5.1.8\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230530_0068940c-56d8-4bb8-9952-xxxx\",\n \"OutputToolSize\": 0,\n \"OutputToolUrl\": \"\",\n \"OutputToolVersion\": \"\",\n \"ResourceId\": \"20230530_0068940c-56d8-4bb8-9952-xxxx_0\",\n \"ResultId\": \"1be49343-9bc4-40c7-9df1-1398e4743731\",\n \"StartTime\": \"2023-05-31 10:27:29\",\n \"ToolExpireTime\": \"0000-00-00 00:00:00\",\n \"ToolOutputTime\": \"0000-00-00 00:00:00\"\n },\n \"AppletResult\": null,\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"IOSResult\": null,\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"PlatformDesc\": \"android加固\",\n \"PlatformType\": 1,\n \"SDKResult\": null,\n \"ResourceId\": \"xxxxxxx\",\n \"OrderId\": \"xxxxxxxxxxxxxx\"\n }\n ],\n \"RequestId\": \"f83ad565-fe48-4d45-bdb8-e84c72e67df5\",\n \"TotalCount\": 7\n }\n}",
112
+ "title": "查询Android在线加固成功任务"
113
113
  },
114
114
  {
115
- "document": "根据ResultId进行单记录查询",
116
- "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\"\n}",
117
- "output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": null,\n \"AppletResult\": {\n \"AppletInfo\": {\n \"AppletJsUrl\": \"http://xxxxxxx.zip\",\n \"AppletLevel\": 1,\n \"Name\": \"test.zip\"\n },\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 18:02:50\",\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"\",\n \"EncryptErrRef\": \"\",\n \"EncryptPkgUrl\": \"https://xxxxxxxx/test.zip\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 18:03:21\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_96ca291a-6e84-47eb-xxxxxxx\",\n \"ResourceId\": \"20230605_96ca291a-6e84-47eb-xxxxxxx_0\",\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\",\n \"StartTime\": \"2023-06-05 18:02:55\"\n },\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"IOSResult\": null,\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"PlatformDesc\": \"applet小程序加固\",\n \"PlatformType\": 4,\n \"SDKResult\": null\n }\n ],\n \"RequestId\": \"8019602c-b5be-4c90-932c-6e6f0e83c0bf\",\n \"TotalCount\": 1\n }\n}",
118
- "title": "根据ResultId进行单记录查询"
115
+ "document": "查询Android输出工具任务结果",
116
+ "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"EncryptOpType\": 2,\n \"ResultId\": \"0f869fd0-0fd0-44bd-95fc-06a15b50aa61\"\n}",
117
+ "output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": {\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.One.TEST\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\n \\\"dex\\\": {\\n \\\"enable\\\": 1,\\n \\\"antiprotect\\\": 1,\\n \\\"antirepack\\\": 1,\\n \\\"dexsig\\\": 1,\\n \\\"antimonitor\\\": 1,\\n \\\"ptrace\\\": 1\\n },\\n \\\"so\\\": {\\n \\\"enable\\\": 0,\\n \\\"ver\\\": \\\"1.3.3\\\",\\n \\\"file\\\": [\\n \\\"\\\"\\n ]\\n },\\n \\\"vmp\\\": {\\n \\\"enable\\\": 0,\\n \\\"ndkpath\\\": \\\"/xxx/android-ndk-r10e\\\",\\n \\\"profile\\\": \\\"XXX\\\",\\n \\\"mapping\\\": \\\"XXX\\\"\\n },\\n \\\"respro\\\": {\\n \\\"assets\\\": {\\n \\\"enable\\\": 0,\\n \\\"file\\\": [\\n \\\"assets/1.js\\\",\\n \\\"assets/2.jpg\\\"\\n ]\\n },\\n \\\"res\\\": {\\n \\\"enable\\\": 0,\\n \\\"file\\\": [\\n \\\"res/layout/1.xml\\\",\\n \\\"res/layout/2.xml\\\"\\n ]\\n }\\n }\\n}\",\n \"PlanId\": 12011\n },\n \"AppMd5\": \"\",\n \"AppName\": \"\",\n \"AppPkgName\": \"com.One.TEST\",\n \"AppSize\": 0,\n \"AppType\": \"apk\",\n \"AppUrl\": \"\",\n \"AppVersion\": \"\",\n \"BindAppPkgName\": \"com.One.TEST\",\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 17:51:25\",\n \"EncryptAppMd5\": \"\",\n \"EncryptAppSize\": 0,\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"\",\n \"EncryptErrRef\": \"\",\n \"EncryptPkgUrl\": \"\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 17:51:51\",\n \"OnlineToolVersion\": \"\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_52f727b2-8c5c-4069-b940-xxxxxxx\",\n \"OutputToolSize\": 109411473,\n \"OutputToolUrl\": \"https://xxxxxxxxx/xxxx-com.One.TEST-20230605.zip\",\n \"OutputToolVersion\": \"4.5.1.8\",\n \"ResourceId\": \"20230605_52f727b2-8c5c-4069-b940-xxxxxxx_0\",\n \"ResultId\": \"0f869fd0-0fd0-44bd-95fc-06a15b50aa61\",\n \"StartTime\": \"2023-06-05 17:51:33\",\n \"ToolExpireTime\": \"2024-06-07 00:00:00\",\n \"ToolOutputTime\": \"2023-06-05 17:51:47\"\n },\n \"AppletResult\": null,\n \"EncryptOpType\": 2,\n \"EncryptOpTypeDesc\": \"输出工具\",\n \"IOSResult\": null,\n \"OrderType\": 2,\n \"OrderTypeDesc\": \"按年收费\",\n \"PlatformDesc\": \"android加固\",\n \"PlatformType\": 1,\n \"SDKResult\": null,\n \"ResourceId\": \"xxxxxxx\",\n \"OrderId\": \"xxxxxxxxxxxxxx\"\n }\n ],\n \"RequestId\": \"59af19a2-9729-4397-a229-6ee8e8a15a1e\",\n \"TotalCount\": 1\n }\n}",
118
+ "title": "查询Android输出工具任务结果"
119
119
  }
120
120
  ],
121
121
  "DescribeEncryptPlan": [
122
- {
123
- "document": "安卓输出工具配置查询",
124
- "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptPlan\n<公共请求参数>\n\n{\n \"PlatformType\": 1,\n \"OrderType\": 1,\n \"EncryptOpType\": 2,\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\"\n}",
125
- "output": "{\n \"Response\": {\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\",\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"AndroidPlan\": {\n \"AppPkgName\": \"\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\\"dex\\\":{\\\"enable\\\":1,\\\"antiprotect\\\":1,\\\"antirepack\\\":1,\\\"dexsig\\\":1,\\\"antimonitor\\\":1,\\\"ptrace\\\":1}}\",\n \"PlanId\": 11981\n },\n \"AppletPlan\": null,\n \"EncryptOpType\": 2,\n \"EncryptOpTypeDesc\": \"输出工具\",\n \"IOSPlan\": null,\n \"PlatformType\": 1,\n \"PlatformTypeDesc\": \"android安卓加固\",\n \"RequestId\": \"a0d996fe-fa97-404a-87b0-b9690f92de26\",\n \"SDKPlan\": null\n }\n}",
126
- "title": "安卓输出工具配置查询"
127
- },
128
122
  {
129
123
  "document": "载入上次配置",
130
124
  "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptPlan\n<公共请求参数>\n\n{\n \"PlatformType\": 4,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\"\n}",
@@ -136,13 +130,19 @@
136
130
  "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptPlan\n<公共请求参数>\n\n{\n \"PlatformType\": 4,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\"\n}",
137
131
  "output": "{\n \"Response\": {\n \"AndroidPlan\": null,\n \"AppletPlan\": {\n \"AppletLevel\": 1,\n \"PlanId\": 12012\n },\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\",\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"IOSPlan\": null,\n \"PlatformType\": 4,\n \"PlatformTypeDesc\": \"applet小程序加固\",\n \"RequestId\": \"323b8dda-4623-4b7b-bb54-8d0a90e90cb1\",\n \"SDKPlan\": null\n }\n}",
138
132
  "title": "小程序在线加固载入上次配置实例"
133
+ },
134
+ {
135
+ "document": "Android输出工具配置查询",
136
+ "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptPlan\n<公共请求参数>\n\n{\n \"PlatformType\": 1,\n \"OrderType\": 1,\n \"EncryptOpType\": 2,\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\"\n}",
137
+ "output": "{\n \"Response\": {\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\",\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"AndroidPlan\": {\n \"AppPkgName\": \"\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\\"dex\\\":{\\\"enable\\\":1,\\\"antiprotect\\\":1,\\\"antirepack\\\":1,\\\"dexsig\\\":1,\\\"antimonitor\\\":1,\\\"ptrace\\\":1}}\",\n \"PlanId\": 11981\n },\n \"AppletPlan\": null,\n \"EncryptOpType\": 2,\n \"EncryptOpTypeDesc\": \"输出工具\",\n \"IOSPlan\": null,\n \"PlatformType\": 1,\n \"PlatformTypeDesc\": \"android加固\",\n \"RequestId\": \"a0d996fe-fa97-404a-87b0-b9690f92de26\",\n \"SDKPlan\": null\n }\n}",
138
+ "title": "Android输出工具配置查询"
139
139
  }
140
140
  ],
141
141
  "DescribeOrderInstances": [
142
142
  {
143
143
  "document": "根据订单id查订单资源信息",
144
144
  "input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrderInstances\n<公共请求参数>\n\n{\n \"OrderId\": \"20230602_03702020-0a90-4f46-8f20-XXXXXXXXX\"\n}",
145
- "output": "{\n \"Response\": {\n \"Orders\": [\n {\n \"AppPkgName\": \"\",\n \"ApprovalStatus\": 1,\n \"ApprovalStatusDesc\": \"审批通过\",\n \"ApprovalTime\": \"2023-06-02 17:51:55\",\n \"Approver\": \"xxxxxx\",\n \"CreateTime\": \"2023-06-02 17:42:06\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"OrderId\": \"20230602_03702020-0a90-4f46-8f20-XXXXXXXXX\",\n \"OrderType\": 3,\n \"OrderTypeDesc\": \"按次收费\",\n \"PlatformType\": 1,\n \"PlatformTypeDesc\": \"android安卓加固\",\n \"ResourceId\": \"20230602_03702020-0a90-4f46-8f20-XXXXXXXXX_0\",\n \"ResourceStatus\": 1,\n \"ResourceStatusDesc\": \"生效中\",\n \"TestTimes\": 0,\n \"TimesTaskFailCount\": 6,\n \"TimesTaskSuccessCount\": 2,\n \"TimesTaskTotalCount\": 8,\n \"ValidTime\": \"0000-00-00 00:00:00\"\n }\n ],\n \"RequestId\": \"c3af1139-4146-4a17-a4f7-395933351a5f\",\n \"TotalCount\": 1\n }\n}",
145
+ "output": "{\n \"Response\": {\n \"Orders\": [\n {\n \"AppPkgName\": \"\",\n \"ApprovalStatus\": 1,\n \"ApprovalStatusDesc\": \"审批通过\",\n \"ApprovalTime\": \"2023-06-02 17:51:55\",\n \"Approver\": \"xxxxxx\",\n \"CreateTime\": \"2023-06-02 17:42:06\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"OrderId\": \"20230602_03702020-0a90-4f46-8f20-XXXXXXXXX\",\n \"OrderType\": 3,\n \"OrderTypeDesc\": \"按次收费\",\n \"PlatformType\": 1,\n \"PlatformTypeDesc\": \"android加固\",\n \"ResourceId\": \"20230602_03702020-0a90-4f46-8f20-XXXXXXXXX_0\",\n \"ResourceStatus\": 1,\n \"ResourceStatusDesc\": \"生效中\",\n \"TestTimes\": 0,\n \"TimesTaskFailCount\": 6,\n \"TimesTaskSuccessCount\": 2,\n \"TimesTaskTotalCount\": 8,\n \"ValidTime\": \"0000-00-00 00:00:00\"\n }\n ],\n \"RequestId\": \"c3af1139-4146-4a17-a4f7-395933351a5f\",\n \"TotalCount\": 1\n }\n}",
146
146
  "title": "根据订单id查订单资源信息"
147
147
  }
148
148
  ],
@@ -1568,8 +1568,9 @@
1568
1568
  "members": [
1569
1569
  {
1570
1570
  "disabled": false,
1571
- "document": "待分析的句子对数组。句子对应不超过1对,仅支持中文文本,原句子与目标句子均应不超过64字符。",
1571
+ "document": "待分析的句子对数组。句子对应不超过1对,仅支持中文文本,原句子与目标句子均应不超过500字符。",
1572
1572
  "example": "无",
1573
+ "is_base64": false,
1573
1574
  "member": "SentencePair",
1574
1575
  "name": "SentencePairList",
1575
1576
  "required": true,