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
@@ -7,11 +7,11 @@ Input:
7
7
  ```
8
8
  tccli essbasic ChannelCreateFlowSignUrl --cli-unfold-argument \
9
9
  --Agent.ProxyOperator.OpenId 00498cc***********3aff766cac \
10
- --Agent.AppId test \
10
+ --Agent.AppId 100***2432 \
11
11
  --Agent.ProxyOrganizationOpenId d7c13a8***********0ee248f04 \
12
- --FlowApproverInfos.0.Mobile test \
13
- --FlowApproverInfos.0.Name test \
14
- --FlowId test
12
+ --FlowApproverInfos.0.Mobile 185***12 \
13
+ --FlowApproverInfos.0.Name 张三 \
14
+ --FlowId yDRCL*****zjEwg0vjoimj
15
15
  ```
16
16
 
17
17
  Output:
@@ -21,12 +21,13 @@ Output:
21
21
  "FlowApproverUrlInfos": [
22
22
  {
23
23
  "ApproverType": "PERSON",
24
- "Mobile": "test",
25
- "Name": "test",
26
- "SignUrl": "test"
24
+ "LongUrl": "https://quick.beta.qian.tencent.cn/home?ApproverIdCardNumber=NCoqK***&ApproverIdCardType=ID_CARD&ApproverMobile=MTU4%3D&ApproverName=%25E9%2583%2591%****1%2589&ApproverType=1&Code=yDwhGUUckp3s****z1m3P&CodeType=QUICK&FlowId=yDwhGUUckp3s****T&ShowHeader=1&token=HXC5rU3bEd",
25
+ "Mobile": "158***3432",
26
+ "Name": "张三",
27
+ "SignUrl": "https://test.essurl.cn/HXC5rU3bEd"
27
28
  }
28
29
  ],
29
- "RequestId": "s1672313474209059745"
30
+ "RequestId": "s1690514917653165172"
30
31
  }
31
32
  }
32
33
  ```
@@ -6,19 +6,20 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli essbasic ChannelCreateWebThemeConfig --cli-unfold-argument \
9
- --ThemeType ThemeType_EMBED_WEB_THEME \
9
+ --Agent.AppId yDRsbUUgy***y8lsS7ZfBvipOMJ \
10
+ --Agent.ProxyAppId yDRTvUUgyg***7yEkoMkHXm \
11
+ --Agent.ProxyOperator.OpenId 5d18c1c4****--3a0c8926cd11 \
12
+ --Agent.ProxyOrganizationOpenId 572c69b2-****-14e06d1245e4 \
13
+ --ThemeType EMBED_WEB_THEME \
10
14
  --WebThemeConfig.DisplaySignBrandLogo True \
11
- --WebThemeConfig.WebEmbedThemeColor #ad352f \
12
- --Agent.ProxyOperator.OpenId test \
13
- --Agent.ProxyOrganizationOpenId test \
14
- --Agent.AppId test
15
+ --WebThemeConfig.WebEmbedThemeColor #4de813
15
16
  ```
16
17
 
17
18
  Output:
18
19
  ```
19
20
  {
20
21
  "Response": {
21
- "RequestId": "abc"
22
+ "RequestId": "s169*****642528438"
22
23
  }
23
24
  }
24
25
  ```
@@ -16,51 +16,40 @@ Output:
16
16
  ```
17
17
  {
18
18
  "Response": {
19
- "ApplicationId": "16fd2f7d7axxxxxd501d57b5ec",
19
+ "ApplicationId": "yDwcC******ciRHST9jtYB",
20
+ "FlowGroupId": "",
21
+ "FlowGroupName": "",
20
22
  "FlowInfo": [
21
23
  {
22
- "CreateOn": 1638954201,
23
- "CustomData": "{\"hello\": 123}",
24
- "DeadLine": 1689688460,
24
+ "CcInfos": [],
25
+ "CreateOn": 1686120086,
26
+ "CustomData": "",
27
+ "DeadLine": 1717656086,
25
28
  "FlowApproverInfos": [
26
29
  {
27
30
  "ApproveMessage": "",
28
- "ApproveName": "签署方1",
31
+ "ApproveName": "张三",
29
32
  "ApproveStatus": "PENDING",
30
33
  "ApproveTime": 0,
31
34
  "ApproveType": "PERSON",
32
- "Mobile": "签署方手机号码(11位数字)",
33
- "ProxyOperatorOpenId": "us-a9f05aaxxxxxe963ff3f935d7fa39",
34
- "ProxyOrganizationName": "第三方平台子客企业名称",
35
- "ProxyOrganizationOpenId": "第三方平台子客企业OpenId",
36
- "ReceiptId": "签署人信息",
37
- "SignOrder": 1
38
- },
39
- {
40
- "ApproveMessage": "",
41
- "ApproveName": "签署方2",
42
- "ApproveStatus": "PENDING",
43
- "ApproveTime": 0,
44
- "ApproveType": "ORGANIZATION",
45
- "Mobile": "签署方手机号码(11位数字)",
46
- "ProxyOperatorOpenId": "us-a9f05axxxxxf935d7fa39",
47
- "ProxyOrganizationName": "第三方平台子客企业名称",
48
- "ProxyOrganizationOpenId": "第三方平台子客企业OpenId",
49
- "ReceiptId": "签署人信息",
35
+ "Mobile": "133*****75",
36
+ "ProxyOperatorOpenId": "oHeIG5gF****TXeXZrb4",
37
+ "ProxyOrganizationName": "",
38
+ "ProxyOrganizationOpenId": "",
39
+ "ReceiptId": "yDwg4UUc****QEAn6BWc39jZVY",
50
40
  "SignOrder": 0
51
41
  }
52
42
  ],
53
- "FlowId": "yDxjGUUgxxxxxvGKmZJeX",
43
+ "FlowId": "yDwg4UUc******6CLBKPEvnl",
54
44
  "FlowMessage": "",
55
- "FlowName": "示例1",
45
+ "FlowName": "电子合同",
56
46
  "FlowStatus": "INIT",
57
- "FlowType": "示例"
47
+ "FlowType": "",
48
+ "NeedCreateReview": false
58
49
  }
59
50
  ],
60
- "ProxyOrganizationOpenId": "第三方平台子客企业OpenId",
61
- "FlowGroupName": "",
62
- "FlowGroupId": "",
63
- "RequestId": "s16399xxxx603599"
51
+ "ProxyOrganizationOpenId": "t1td99d*****d28ec280dd4",
52
+ "RequestId": "c1f80560-****-ae0be7462559"
64
53
  }
65
54
  }
66
55
  ```
@@ -41,12 +41,13 @@ Output:
41
41
  "CreatedOn": 1234567890,
42
42
  "Creator": "test",
43
43
  "ChannelTemplateName": "test",
44
+ "Available": 2,
44
45
  "SignComponents": [
45
46
  {
46
47
  "ComponentValue": "test",
47
48
  "FileIndex": 0,
48
- "OffsetX": 0.0,
49
- "OffsetY": 0.0,
49
+ "OffsetX": 0,
50
+ "OffsetY": 0,
50
51
  "ComponentType": "test",
51
52
  "ComponentPosX": 1241.15,
52
53
  "ComponentPosY": 125.12,
@@ -68,6 +69,7 @@ Output:
68
69
  "ComponentExtra": "test",
69
70
  "ComponentPage": 1,
70
71
  "KeywordOrder": "test",
72
+ "Placeholder": "",
71
73
  "DocumentId": "test"
72
74
  }
73
75
  ],
@@ -78,8 +80,8 @@ Output:
78
80
  {
79
81
  "ComponentValue": "test",
80
82
  "FileIndex": 0,
81
- "OffsetX": 0.0,
82
- "OffsetY": 0.0,
83
+ "OffsetX": 0,
84
+ "OffsetY": 0,
83
85
  "ComponentType": "test",
84
86
  "ComponentPosX": 1241.15,
85
87
  "ComponentPosY": 125.12,
@@ -101,6 +103,7 @@ Output:
101
103
  "ComponentExtra": "test",
102
104
  "ComponentPage": 1,
103
105
  "KeywordOrder": "test",
106
+ "Placeholder": "",
104
107
  "DocumentId": "test"
105
108
  }
106
109
  ],
@@ -141,6 +144,7 @@ Output:
141
144
  "TemplateId": "test",
142
145
  "TemplateName": "test",
143
146
  "Description": "test",
147
+ "Available": 2,
144
148
  "Components": [
145
149
  {
146
150
  "ComponentId": "test",
@@ -166,6 +170,7 @@ Output:
166
170
  "KeywordOrder": "test",
167
171
  "KeywordPage": 0,
168
172
  "RelativeLocation": "test",
173
+ "Placeholder": "",
169
174
  "KeywordIndexes": [
170
175
  0
171
176
  ]
@@ -209,6 +214,7 @@ Output:
209
214
  "KeywordOrder": "test",
210
215
  "KeywordPage": 0,
211
216
  "RelativeLocation": "test",
217
+ "Placeholder": "",
212
218
  "KeywordIndexes": [
213
219
  0
214
220
  ]
@@ -259,6 +265,7 @@ Output:
259
265
  "TemplateId": "test",
260
266
  "TemplateName": "test",
261
267
  "Description": "test",
268
+ "Available": 2,
262
269
  "Components": [
263
270
  {
264
271
  "ComponentId": "test",
@@ -284,6 +291,7 @@ Output:
284
291
  "KeywordOrder": "test",
285
292
  "KeywordPage": 0,
286
293
  "RelativeLocation": "test",
294
+ "Placeholder": "",
287
295
  "KeywordIndexes": [
288
296
  0
289
297
  ]
@@ -327,6 +335,7 @@ Output:
327
335
  "KeywordOrder": "test",
328
336
  "KeywordPage": 0,
329
337
  "RelativeLocation": "test",
338
+ "Placeholder": "",
330
339
  "KeywordIndexes": [
331
340
  0
332
341
  ]
@@ -6,7 +6,7 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli essbasic OperateChannelTemplate --cli-unfold-argument \
9
- --Agent.AppId test \
9
+ --Agent.AppId yD*****id \
10
10
  --TemplateId yDxlkUyKxxxxxxxxxjEvToNRI2MuTr \
11
11
  --OperateType select
12
12
  ```
@@ -15,7 +15,7 @@ Output:
15
15
  ```
16
16
  {
17
17
  "Response": {
18
- "AppId": "16fd2f7d7axxxxxf8d501d57b5ec",
18
+ "AppId": "yD*****id",
19
19
  "AuthTag": "all",
20
20
  "FailMessageList": [],
21
21
  "OperateResult": "all-success",
@@ -22,6 +22,7 @@ Output:
22
22
  "SdkAppId": 1,
23
23
  "RequestId": "test",
24
24
  "StartTime": 1,
25
+ "AudienceType": 1,
25
26
  "TeacherId": "test",
26
27
  "Assistants": [
27
28
  "test"
@@ -52,6 +53,7 @@ Output:
52
53
  {
53
54
  "Response": {
54
55
  "Assistants": [],
56
+ "AudienceType": 1,
55
57
  "AudioQuality": 0,
56
58
  "AutoMic": 0,
57
59
  "DisableRecord": 0,
@@ -1,6 +1,6 @@
1
1
  **Example 1: 获取设备基本信息列表**
2
2
 
3
-
3
+ 获取设备基本信息列表
4
4
 
5
5
  Input:
6
6
 
@@ -17,23 +17,16 @@ Output:
17
17
  "Response": {
18
18
  "DeviceInfos": [
19
19
  {
20
- "DeviceName": "dev",
21
- "Remark": "xx",
22
- "DeviceId": "mna-xxx",
23
- "LastTime": 1,
24
- "CreateTime": 1
25
- },
26
- {
27
- "DeviceName": "dev1",
28
- "Remark": "xx",
29
- "DeviceId": "mna-xxx",
30
- "LastTime": 1,
31
- "CreateTime": 1
20
+ "DeviceId": "abc",
21
+ "DeviceName": "abc",
22
+ "CreateTime": "abc",
23
+ "LastTime": "abc",
24
+ "Remark": "abc"
32
25
  }
33
26
  ],
34
- "Length": 10,
35
- "TotalPage": 2,
36
- "RequestId": "xx"
27
+ "Length": 0,
28
+ "TotalPage": 0,
29
+ "RequestId": "abc"
37
30
  }
38
31
  }
39
32
  ```
@@ -1,22 +1,19 @@
1
1
  **Example 1: 更新设备**
2
2
 
3
-
3
+ 更新设备
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli mna UpdateDevice --cli-unfold-argument \
9
- --DeviceName xx \
10
- --Remark xx \
11
- --DeviceId mna-xxx \
12
- --UpdateNetInfo.0.DownloadLimit 100 \
13
- --UpdateNetInfo.0.UploadLimit 100 \
9
+ --DeviceId abc \
10
+ --DeviceName abc \
11
+ --Remark abc \
14
12
  --UpdateNetInfo.0.Type 0 \
15
13
  --UpdateNetInfo.0.DataEnable True \
16
- --UpdateNetInfo.0.NetInfoName xx \
17
- --UpdateNetInfo.1.Type 0 \
18
- --UpdateNetInfo.1.DataEnable True \
19
- --UpdateNetInfo.1.NetInfoName xx
14
+ --UpdateNetInfo.0.UploadLimit 1 \
15
+ --UpdateNetInfo.0.DownloadLimit 1 \
16
+ --UpdateNetInfo.0.NetInfoName abc
20
17
  ```
21
18
 
22
19
  Output:
@@ -1,4 +1,31 @@
1
- **Example 1: 安卓免费试用在线加固**
1
+ **Example 1: 小程序免费加固示例**
2
+
3
+ 小程序免费加固示例
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli ms CreateEncryptInstance --cli-unfold-argument \
9
+ --PlatformType 4 \
10
+ --OrderType 1 \
11
+ --EncryptOpType 1 \
12
+ --ResourceId xxxxxxxxxxxxxxxxxx \
13
+ --AppletInfo.AppletJsUrl http://xxxxxxxxxxxxxxxxxxx.zip \
14
+ --AppletInfo.AppletLevel 1 \
15
+ --AppletInfo.Name test.zip
16
+ ```
17
+
18
+ Output:
19
+ ```
20
+ {
21
+ "Response": {
22
+ "RequestId": "6ef4eac9-badc-40d9-9796-569741849f95",
23
+ "ResultId": "6ef4eac9-badc-40d9-9796-569741849f95"
24
+ }
25
+ }
26
+ ```
27
+
28
+ **Example 2: Android免费试用在线加固**
2
29
 
3
30
  成功创建任务示例
4
31
 
@@ -33,9 +60,9 @@ Output:
33
60
  }
34
61
  ```
35
62
 
36
- **Example 2: 安卓按年收费加固输出工具**
63
+ **Example 3: Android按年收费加固输出工具**
37
64
 
38
- 安卓按年收费加固输出工具
65
+ Android按年收费加固输出工具
39
66
 
40
67
  Input:
41
68
 
@@ -100,30 +127,3 @@ Output:
100
127
  }
101
128
  ```
102
129
 
103
- **Example 3: 小程序免费加固示例**
104
-
105
- 小程序免费加固示例
106
-
107
- Input:
108
-
109
- ```
110
- tccli ms CreateEncryptInstance --cli-unfold-argument \
111
- --PlatformType 4 \
112
- --OrderType 1 \
113
- --EncryptOpType 1 \
114
- --ResourceId xxxxxxxxxxxxxxxxxx \
115
- --AppletInfo.AppletJsUrl http://xxxxxxxxxxxxxxxxxxx.zip \
116
- --AppletInfo.AppletLevel 1 \
117
- --AppletInfo.Name test.zip
118
- ```
119
-
120
- Output:
121
- ```
122
- {
123
- "Response": {
124
- "RequestId": "6ef4eac9-badc-40d9-9796-569741849f95",
125
- "ResultId": "6ef4eac9-badc-40d9-9796-569741849f95"
126
- }
127
- }
128
- ```
129
-
@@ -1,6 +1,6 @@
1
- **Example 1: 创建安卓按年收费加固订单资源**
1
+ **Example 1: 创建Android按年收费加固订单资源**
2
2
 
3
- 创建安卓按年收费加固订单资源
3
+ 创建Android按年收费加固订单资源
4
4
 
5
5
  Input:
6
6
 
@@ -19,6 +19,8 @@ Output:
19
19
  "EncryptResults": [
20
20
  {
21
21
  "AndroidResult": null,
22
+ "IOSResult": null,
23
+ "SDKResult": null,
22
24
  "AppletResult": {
23
25
  "AppletInfo": {
24
26
  "AppletJsUrl": "http://xxxxxxxxxxx.zip",
@@ -42,12 +44,12 @@ Output:
42
44
  },
43
45
  "EncryptOpType": 1,
44
46
  "EncryptOpTypeDesc": "在线加固",
45
- "IOSResult": null,
46
47
  "OrderType": 1,
47
48
  "OrderTypeDesc": "免费试用",
48
49
  "PlatformDesc": "applet小程序加固",
49
50
  "PlatformType": 4,
50
- "SDKResult": null
51
+ "ResourceId": "xxxxxxx",
52
+ "OrderId": "xxxxxxxxxxxxxx"
51
53
  }
52
54
  ],
53
55
  "RequestId": "3a25bb5e-6334-449c-b4bf-bbea1e673e3a",
@@ -56,9 +58,66 @@ Output:
56
58
  }
57
59
  ```
58
60
 
59
- **Example 2: 查询安卓在线加固成功任务**
61
+ **Example 2: 根据ResultId进行单记录查询**
62
+
63
+ 根据ResultId进行单记录查询
64
+
65
+ Input:
66
+
67
+ ```
68
+ tccli ms DescribeEncryptInstances --cli-unfold-argument \
69
+ --ResultId 6ef4eac9-badc-40d9-9796-569741849f95
70
+ ```
71
+
72
+ Output:
73
+ ```
74
+ {
75
+ "Response": {
76
+ "EncryptResults": [
77
+ {
78
+ "AndroidResult": null,
79
+ "AppletResult": {
80
+ "AppletInfo": {
81
+ "AppletJsUrl": "http://xxxxxxx.zip",
82
+ "AppletLevel": 1,
83
+ "Name": "test.zip"
84
+ },
85
+ "CostTime": 13,
86
+ "CreatTime": "2023-06-05 18:02:50",
87
+ "EncryptErrCode": 0,
88
+ "EncryptErrDesc": "",
89
+ "EncryptErrRef": "",
90
+ "EncryptPkgUrl": "https://xxxxxxxx/test.zip",
91
+ "EncryptState": 1,
92
+ "EncryptStateDesc": "加固成功",
93
+ "EndTime": "2023-06-05 18:03:21",
94
+ "OpUin": 700000154106,
95
+ "OrderId": "20230605_96ca291a-6e84-47eb-xxxxxxx",
96
+ "ResourceId": "20230605_96ca291a-6e84-47eb-xxxxxxx_0",
97
+ "ResultId": "6ef4eac9-badc-40d9-9796-569741849f95",
98
+ "StartTime": "2023-06-05 18:02:55"
99
+ },
100
+ "EncryptOpType": 1,
101
+ "EncryptOpTypeDesc": "在线加固",
102
+ "IOSResult": null,
103
+ "OrderType": 1,
104
+ "OrderTypeDesc": "免费试用",
105
+ "PlatformDesc": "applet小程序加固",
106
+ "PlatformType": 4,
107
+ "SDKResult": null,
108
+ "ResourceId": "xxxxxxx",
109
+ "OrderId": "xxxxxxxxxxxxxx"
110
+ }
111
+ ],
112
+ "RequestId": "8019602c-b5be-4c90-932c-6e6f0e83c0bf",
113
+ "TotalCount": 1
114
+ }
115
+ }
116
+ ```
117
+
118
+ **Example 3: 查询Android在线加固成功任务**
60
119
 
61
- 查询安卓在线加固成功任务
120
+ 查询Android在线加固成功任务
62
121
 
63
122
  Input:
64
123
 
@@ -124,9 +183,11 @@ Output:
124
183
  "IOSResult": null,
125
184
  "OrderType": 1,
126
185
  "OrderTypeDesc": "免费试用",
127
- "PlatformDesc": "android安卓加固",
186
+ "PlatformDesc": "android加固",
128
187
  "PlatformType": 1,
129
- "SDKResult": null
188
+ "SDKResult": null,
189
+ "ResourceId": "xxxxxxx",
190
+ "OrderId": "xxxxxxxxxxxxxx"
130
191
  }
131
192
  ],
132
193
  "RequestId": "f83ad565-fe48-4d45-bdb8-e84c72e67df5",
@@ -135,9 +196,9 @@ Output:
135
196
  }
136
197
  ```
137
198
 
138
- **Example 3: 查询安卓输出工具任务结果**
199
+ **Example 4: 查询Android输出工具任务结果**
139
200
 
140
- 查询安卓输出工具任务结果
201
+ 查询Android输出工具任务结果
141
202
 
142
203
  Input:
143
204
 
@@ -197,9 +258,11 @@ Output:
197
258
  "IOSResult": null,
198
259
  "OrderType": 2,
199
260
  "OrderTypeDesc": "按年收费",
200
- "PlatformDesc": "android安卓加固",
261
+ "PlatformDesc": "android加固",
201
262
  "PlatformType": 1,
202
- "SDKResult": null
263
+ "SDKResult": null,
264
+ "ResourceId": "xxxxxxx",
265
+ "OrderId": "xxxxxxxxxxxxxx"
203
266
  }
204
267
  ],
205
268
  "RequestId": "59af19a2-9729-4397-a229-6ee8e8a15a1e",
@@ -208,58 +271,3 @@ Output:
208
271
  }
209
272
  ```
210
273
 
211
- **Example 4: 根据ResultId进行单记录查询**
212
-
213
- 根据ResultId进行单记录查询
214
-
215
- Input:
216
-
217
- ```
218
- tccli ms DescribeEncryptInstances --cli-unfold-argument \
219
- --ResultId 6ef4eac9-badc-40d9-9796-569741849f95
220
- ```
221
-
222
- Output:
223
- ```
224
- {
225
- "Response": {
226
- "EncryptResults": [
227
- {
228
- "AndroidResult": null,
229
- "AppletResult": {
230
- "AppletInfo": {
231
- "AppletJsUrl": "http://xxxxxxx.zip",
232
- "AppletLevel": 1,
233
- "Name": "test.zip"
234
- },
235
- "CostTime": 13,
236
- "CreatTime": "2023-06-05 18:02:50",
237
- "EncryptErrCode": 0,
238
- "EncryptErrDesc": "",
239
- "EncryptErrRef": "",
240
- "EncryptPkgUrl": "https://xxxxxxxx/test.zip",
241
- "EncryptState": 1,
242
- "EncryptStateDesc": "加固成功",
243
- "EndTime": "2023-06-05 18:03:21",
244
- "OpUin": 700000154106,
245
- "OrderId": "20230605_96ca291a-6e84-47eb-xxxxxxx",
246
- "ResourceId": "20230605_96ca291a-6e84-47eb-xxxxxxx_0",
247
- "ResultId": "6ef4eac9-badc-40d9-9796-569741849f95",
248
- "StartTime": "2023-06-05 18:02:55"
249
- },
250
- "EncryptOpType": 1,
251
- "EncryptOpTypeDesc": "在线加固",
252
- "IOSResult": null,
253
- "OrderType": 1,
254
- "OrderTypeDesc": "免费试用",
255
- "PlatformDesc": "applet小程序加固",
256
- "PlatformType": 4,
257
- "SDKResult": null
258
- }
259
- ],
260
- "RequestId": "8019602c-b5be-4c90-932c-6e6f0e83c0bf",
261
- "TotalCount": 1
262
- }
263
- }
264
- ```
265
-