tccli 3.0.923.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.
- tccli/__init__.py +1 -1
- tccli/examples/apigateway/v20180808/DescribeServicesStatus.md +33 -19
- tccli/examples/clb/v20180317/CloneLoadBalancer.md +3 -3
- tccli/examples/clb/v20180317/DescribeListeners.md +49 -127
- tccli/examples/clb/v20180317/DescribeLoadBalancers.md +578 -158
- tccli/examples/cls/v20201016/DescribeConfigs.md +2 -1
- tccli/examples/cls/v20201016/DescribeKafkaConsumer.md +23 -0
- tccli/examples/cls/v20201016/ModifyKafkaConsumer.md +21 -0
- tccli/examples/cynosdb/v20190107/DescribeAccounts.md +10 -10
- tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +77 -65
- tccli/examples/essbasic/v20210526/DescribeTemplates.md +13 -4
- tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +2 -2
- tccli/examples/mna/v20210119/GetDevices.md +9 -16
- tccli/examples/mna/v20210119/UpdateDevice.md +7 -10
- tccli/examples/ms/v20180408/CreateEncryptInstance.md +30 -30
- tccli/examples/ms/v20180408/CreateOrderInstance.md +2 -2
- tccli/examples/ms/v20180408/DescribeEncryptInstances.md +73 -65
- tccli/examples/ms/v20180408/DescribeEncryptPlan.md +34 -34
- tccli/examples/ms/v20180408/DescribeOrderInstances.md +1 -1
- tccli/examples/oceanus/v20190422/CreateJobConfig.md +1 -1
- tccli/examples/tdmq/v20200217/CreateRocketMQVipInstance.md +28 -0
- tccli/examples/vpc/v20170312/CreateVpnGateway.md +20 -26
- tccli/services/apigateway/v20180808/api.json +119 -12
- tccli/services/apigateway/v20180808/examples.json +4 -4
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/clb/v20180317/api.json +190 -60
- tccli/services/clb/v20180317/examples.json +10 -10
- tccli/services/cls/cls_client.py +110 -4
- tccli/services/cls/v20201016/api.json +277 -55
- tccli/services/cls/v20201016/examples.json +17 -1
- tccli/services/cynosdb/v20190107/api.json +82 -31
- tccli/services/cynosdb/v20190107/examples.json +3 -3
- tccli/services/dlc/v20210125/api.json +11 -11
- tccli/services/emr/v20190103/api.json +10 -0
- tccli/services/ess/v20201111/api.json +416 -91
- tccli/services/essbasic/v20210526/api.json +113 -78
- tccli/services/essbasic/v20210526/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +21 -16
- tccli/services/live/v20180801/api.json +42 -22
- tccli/services/mna/v20210119/api.json +11 -12
- tccli/services/mna/v20210119/examples.json +4 -4
- tccli/services/mps/v20190612/api.json +142 -61
- tccli/services/ms/v20180408/api.json +92 -19
- tccli/services/ms/v20180408/examples.json +31 -31
- tccli/services/oceanus/v20190422/api.json +355 -41
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +126 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +45 -65
- tccli/services/vpc/v20170312/examples.json +3 -3
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/METADATA +2 -2
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/RECORD +57 -54
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.923.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 \"
|
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 \"
|
105
|
-
"output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\":
|
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 \"
|
111
|
-
"output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": {\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.One.
|
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": "
|
116
|
-
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"ResultId\": \"
|
117
|
-
"output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\":
|
118
|
-
"title": "
|
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
|
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
|
],
|