tencentcloud-sdk-nodejs 4.0.785 → 4.0.787
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +319 -0
- package/SERVICE_CHANGELOG.md +351 -165
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cfs/v20190719/cfs_models.ts +44 -37
- package/src/services/csip/v20221121/csip_client.ts +12 -0
- package/src/services/csip/v20221121/csip_models.ts +68 -0
- package/src/services/ess/v20201111/ess_client.ts +2 -1
- package/src/services/facefusion/v20181201/facefusion_client.ts +2 -16
- package/src/services/facefusion/v20181201/facefusion_models.ts +37 -86
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -2
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +12 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +32 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +9 -2
- package/src/services/partners/v20180321/partners_models.ts +11 -6
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +17 -13
- package/src/services/rum/v20210622/rum_client.ts +8 -69
- package/src/services/rum/v20210622/rum_models.ts +85 -292
- package/src/services/tcb/v20180608/tcb_models.ts +79 -43
- package/src/services/tke/index.ts +2 -0
- package/src/services/tke/v20180525/tke_client.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +5 -5
- package/src/services/tke/v20220501/index.ts +6 -0
- package/src/services/tke/v20220501/tke_client.ts +77 -0
- package/src/services/tke/v20220501/tke_models.ts +795 -0
- package/src/services/trocket/v20230308/trocket_client.ts +375 -98
- package/src/services/trocket/v20230308/trocket_models.ts +1791 -800
- package/src/services/tse/v20201207/tse_client.ts +2 -2
- package/src/services/ump/v20200918/ump_client.ts +66 -32
- package/src/services/vod/v20180717/vod_client.ts +3 -2
- package/src/services/wedata/v20210820/wedata_client.ts +13 -1
- package/src/services/wedata/v20210820/wedata_models.ts +50 -35
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +44 -37
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +66 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/facefusion/v20181201/facefusion_client.d.ts +1 -7
- package/tencentcloud/services/facefusion/v20181201/facefusion_client.js +0 -8
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +37 -84
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -2
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +30 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -2
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +11 -6
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +17 -13
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +3 -31
- package/tencentcloud/services/rum/v20210622/rum_client.js +3 -39
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +85 -283
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +79 -43
- package/tencentcloud/services/tke/index.d.ts +4 -0
- package/tencentcloud/services/tke/index.js +2 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
- package/tencentcloud/services/tke/v20220501/index.d.ts +6 -0
- package/tencentcloud/services/tke/v20220501/index.js +9 -0
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +18 -0
- package/tencentcloud/services/tke/v20220501/tke_client.js +43 -0
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +753 -0
- package/tencentcloud/services/tke/v20220501/tke_models.js +18 -0
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +117 -23
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +167 -29
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1721 -781
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +2 -2
- package/tencentcloud/services/tse/v20201207/tse_client.js +2 -2
- package/tencentcloud/services/ump/v20200918/ump_client.d.ts +51 -17
- package/tencentcloud/services/ump/v20200918/ump_client.js +51 -17
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +48 -35
- package/test/csip.v20221121.test.js +10 -0
- package/test/facefusion.v20181201.test.js +0 -10
- package/test/iotvideo.v20211125.test.js +10 -0
- package/test/rum.v20210622.test.js +2 -42
- package/test/tke.v20220501.test.js +41 -0
- package/test/trocket.v20230308.test.js +234 -14
- package/test/wedata.v20210820.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,322 @@
|
|
|
1
|
+
# Release 4.0.787
|
|
2
|
+
|
|
3
|
+
## 人脸融合(facefusion) 版本:2022-09-27
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## 人脸融合(facefusion) 版本:2018-12-01
|
|
8
|
+
|
|
9
|
+
### 第 9 次发布
|
|
10
|
+
|
|
11
|
+
发布时间:2024-01-23 01:18:48
|
|
12
|
+
|
|
13
|
+
本次发布包含了以下内容:
|
|
14
|
+
|
|
15
|
+
改善已有的文档。
|
|
16
|
+
|
|
17
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
18
|
+
|
|
19
|
+
* FaceFusionLite
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
24
|
+
|
|
25
|
+
### 第 25 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2024-01-23 01:20:20
|
|
28
|
+
|
|
29
|
+
本次发布包含了以下内容:
|
|
30
|
+
|
|
31
|
+
改善已有的文档。
|
|
32
|
+
|
|
33
|
+
新增接口:
|
|
34
|
+
|
|
35
|
+
* [DescribeCloudStorageMultiThumbnail](https://cloud.tencent.com/document/api/1131/103174)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## 渠道合作伙伴(partners) 版本:2018-03-21
|
|
48
|
+
|
|
49
|
+
### 第 32 次发布
|
|
50
|
+
|
|
51
|
+
发布时间:2024-01-23 01:25:29
|
|
52
|
+
|
|
53
|
+
本次发布包含了以下内容:
|
|
54
|
+
|
|
55
|
+
改善已有的文档。
|
|
56
|
+
|
|
57
|
+
修改数据结构:
|
|
58
|
+
|
|
59
|
+
* [AgentDealNewElem](https://cloud.tencent.com/document/api/563/16047#AgentDealNewElem)
|
|
60
|
+
|
|
61
|
+
* 新增成员:SubGoodsName
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
67
|
+
|
|
68
|
+
### 第 32 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2024-01-23 01:26:09
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
77
|
+
|
|
78
|
+
* CreateLogExport
|
|
79
|
+
* DeleteLogExport
|
|
80
|
+
* DescribeLogExports
|
|
81
|
+
* DescribeLogList
|
|
82
|
+
|
|
83
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
84
|
+
|
|
85
|
+
* LogExport
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
90
|
+
|
|
91
|
+
### 第 101 次发布
|
|
92
|
+
|
|
93
|
+
发布时间:2024-01-23 01:27:30
|
|
94
|
+
|
|
95
|
+
本次发布包含了以下内容:
|
|
96
|
+
|
|
97
|
+
改善已有的文档。
|
|
98
|
+
|
|
99
|
+
修改数据结构:
|
|
100
|
+
|
|
101
|
+
* [CloudBaseProjectVersion](https://cloud.tencent.com/document/api/876/34822#CloudBaseProjectVersion)
|
|
102
|
+
|
|
103
|
+
* 新增成员:Uin, BuildFinishTime, DeployFinishTime, BuildId, SourceUrl, FailReasonShort, FirstInitRepo
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
109
|
+
|
|
110
|
+
### 第 1 次发布
|
|
111
|
+
|
|
112
|
+
发布时间:2024-01-22 11:36:09
|
|
113
|
+
|
|
114
|
+
本次发布包含了以下内容:
|
|
115
|
+
|
|
116
|
+
改善已有的文档。
|
|
117
|
+
|
|
118
|
+
新增接口:
|
|
119
|
+
|
|
120
|
+
* [DescribeClusterInstances](https://cloud.tencent.com/document/api/#/#)
|
|
121
|
+
* [DescribeNodePools](https://cloud.tencent.com/document/api/#/#)
|
|
122
|
+
|
|
123
|
+
新增数据结构:
|
|
124
|
+
|
|
125
|
+
* [Annotation](https://cloud.tencent.com/document/api/#/##Annotation)
|
|
126
|
+
* [AutoscalingAdded](https://cloud.tencent.com/document/api/#/##AutoscalingAdded)
|
|
127
|
+
* [ExternalNodeInfo](https://cloud.tencent.com/document/api/#/##ExternalNodeInfo)
|
|
128
|
+
* [ExternalNodePoolInfo](https://cloud.tencent.com/document/api/#/##ExternalNodePoolInfo)
|
|
129
|
+
* [Filter](https://cloud.tencent.com/document/api/#/##Filter)
|
|
130
|
+
* [Instance](https://cloud.tencent.com/document/api/#/##Instance)
|
|
131
|
+
* [InstanceAdvancedSettings](https://cloud.tencent.com/document/api/#/##InstanceAdvancedSettings)
|
|
132
|
+
* [InstanceExtraArgs](https://cloud.tencent.com/document/api/#/##InstanceExtraArgs)
|
|
133
|
+
* [InternetAccessible](https://cloud.tencent.com/document/api/#/##InternetAccessible)
|
|
134
|
+
* [Label](https://cloud.tencent.com/document/api/#/##Label)
|
|
135
|
+
* [ManuallyAdded](https://cloud.tencent.com/document/api/#/##ManuallyAdded)
|
|
136
|
+
* [NativeNodeInfo](https://cloud.tencent.com/document/api/#/##NativeNodeInfo)
|
|
137
|
+
* [NativeNodePoolInfo](https://cloud.tencent.com/document/api/#/##NativeNodePoolInfo)
|
|
138
|
+
* [NodeCountSummary](https://cloud.tencent.com/document/api/#/##NodeCountSummary)
|
|
139
|
+
* [NodePool](https://cloud.tencent.com/document/api/#/##NodePool)
|
|
140
|
+
* [RegularNodeInfo](https://cloud.tencent.com/document/api/#/##RegularNodeInfo)
|
|
141
|
+
* [RegularNodePoolInfo](https://cloud.tencent.com/document/api/#/##RegularNodePoolInfo)
|
|
142
|
+
* [RuntimeConfig](https://cloud.tencent.com/document/api/#/##RuntimeConfig)
|
|
143
|
+
* [SortBy](https://cloud.tencent.com/document/api/#/##SortBy)
|
|
144
|
+
* [SuperNodeInfo](https://cloud.tencent.com/document/api/#/##SuperNodeInfo)
|
|
145
|
+
* [SuperNodePoolInfo](https://cloud.tencent.com/document/api/#/##SuperNodePoolInfo)
|
|
146
|
+
* [Taint](https://cloud.tencent.com/document/api/#/##Taint)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
155
|
+
|
|
156
|
+
### 第 9 次发布
|
|
157
|
+
|
|
158
|
+
发布时间:2024-01-23 01:30:19
|
|
159
|
+
|
|
160
|
+
本次发布包含了以下内容:
|
|
161
|
+
|
|
162
|
+
改善已有的文档。
|
|
163
|
+
|
|
164
|
+
修改接口:
|
|
165
|
+
|
|
166
|
+
* [CreateMQTTInsPublicEndpoint](https://cloud.tencent.com/document/api/1493/103140)
|
|
167
|
+
|
|
168
|
+
* <font color="#dd0000">**修改入参**:</font>Rules
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
## 客流数字化平台(ump) 版本:2020-09-18
|
|
174
|
+
|
|
175
|
+
### 第 5 次发布
|
|
176
|
+
|
|
177
|
+
发布时间:2024-01-23 01:31:22
|
|
178
|
+
|
|
179
|
+
本次发布包含了以下内容:
|
|
180
|
+
|
|
181
|
+
改善已有的文档。
|
|
182
|
+
|
|
183
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
184
|
+
|
|
185
|
+
* CreateCameraAlerts
|
|
186
|
+
* CreateCameraState
|
|
187
|
+
* CreateMultiBizAlert
|
|
188
|
+
* CreateProgramState
|
|
189
|
+
* CreateServerState
|
|
190
|
+
* DeleteMultiBizAlert
|
|
191
|
+
* DeleteTask
|
|
192
|
+
* DescribeCameras
|
|
193
|
+
* DescribeConfig
|
|
194
|
+
* DescribeImage
|
|
195
|
+
* DescribeMultiBizBaseImage
|
|
196
|
+
* DescribeTasks
|
|
197
|
+
* DescribeZones
|
|
198
|
+
* ModifyMultiBizConfig
|
|
199
|
+
* ReportServiceRegister
|
|
200
|
+
* SearchImage
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
# Release 4.0.786
|
|
205
|
+
|
|
206
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
207
|
+
|
|
208
|
+
### 第 29 次发布
|
|
209
|
+
|
|
210
|
+
发布时间:2024-01-22 01:09:58
|
|
211
|
+
|
|
212
|
+
本次发布包含了以下内容:
|
|
213
|
+
|
|
214
|
+
改善已有的文档。
|
|
215
|
+
|
|
216
|
+
新增接口:
|
|
217
|
+
|
|
218
|
+
* [ModifyRiskCenterScanTask](https://cloud.tencent.com/document/api/664/103117)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
223
|
+
|
|
224
|
+
### 第 117 次发布
|
|
225
|
+
|
|
226
|
+
发布时间:2024-01-22 01:16:38
|
|
227
|
+
|
|
228
|
+
本次发布包含了以下内容:
|
|
229
|
+
|
|
230
|
+
改善已有的文档。
|
|
231
|
+
|
|
232
|
+
修改接口:
|
|
233
|
+
|
|
234
|
+
* [DescribeLiveTranscodeTemplates](https://cloud.tencent.com/document/api/267/32641)
|
|
235
|
+
|
|
236
|
+
* 新增入参:TemplateType
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
242
|
+
|
|
243
|
+
### 第 8 次发布
|
|
244
|
+
|
|
245
|
+
发布时间:2024-01-22 01:23:11
|
|
246
|
+
|
|
247
|
+
本次发布包含了以下内容:
|
|
248
|
+
|
|
249
|
+
改善已有的文档。
|
|
250
|
+
|
|
251
|
+
新增接口:
|
|
252
|
+
|
|
253
|
+
* [CreateMQTTInsPublicEndpoint](https://cloud.tencent.com/document/api/1493/103140)
|
|
254
|
+
* [CreateMQTTTopic](https://cloud.tencent.com/document/api/1493/103139)
|
|
255
|
+
* [CreateMQTTUser](https://cloud.tencent.com/document/api/1493/103121)
|
|
256
|
+
* [DeleteMQTTInsPublicEndpoint](https://cloud.tencent.com/document/api/1493/103138)
|
|
257
|
+
* [DeleteMQTTInstance](https://cloud.tencent.com/document/api/1493/103137)
|
|
258
|
+
* [DeleteMQTTTopic](https://cloud.tencent.com/document/api/1493/103136)
|
|
259
|
+
* [DeleteMQTTUser](https://cloud.tencent.com/document/api/1493/103120)
|
|
260
|
+
* [DescribeMQTTClient](https://cloud.tencent.com/document/api/1493/103135)
|
|
261
|
+
* [DescribeMQTTInsPublicEndpoints](https://cloud.tencent.com/document/api/1493/103134)
|
|
262
|
+
* [DescribeMQTTInsVPCEndpoints](https://cloud.tencent.com/document/api/1493/103133)
|
|
263
|
+
* [DescribeMQTTInstance](https://cloud.tencent.com/document/api/1493/103132)
|
|
264
|
+
* [DescribeMQTTInstanceCert](https://cloud.tencent.com/document/api/1493/103131)
|
|
265
|
+
* [DescribeMQTTMessage](https://cloud.tencent.com/document/api/1493/103123)
|
|
266
|
+
* [DescribeMQTTMessageList](https://cloud.tencent.com/document/api/1493/103130)
|
|
267
|
+
* [DescribeMQTTTopic](https://cloud.tencent.com/document/api/1493/103129)
|
|
268
|
+
* [DescribeMQTTTopicList](https://cloud.tencent.com/document/api/1493/103128)
|
|
269
|
+
* [DescribeMQTTUserList](https://cloud.tencent.com/document/api/1493/103119)
|
|
270
|
+
* [ModifyMQTTInsPublicEndpoint](https://cloud.tencent.com/document/api/1493/103127)
|
|
271
|
+
* [ModifyMQTTInstance](https://cloud.tencent.com/document/api/1493/103126)
|
|
272
|
+
* [ModifyMQTTInstanceCertBinding](https://cloud.tencent.com/document/api/1493/103125)
|
|
273
|
+
* [ModifyMQTTTopic](https://cloud.tencent.com/document/api/1493/103124)
|
|
274
|
+
* [ModifyMQTTUser](https://cloud.tencent.com/document/api/1493/103118)
|
|
275
|
+
|
|
276
|
+
新增数据结构:
|
|
277
|
+
|
|
278
|
+
* [CustomMapEntry](https://cloud.tencent.com/document/api/1493/96031#CustomMapEntry)
|
|
279
|
+
* [MQTTClientSubscription](https://cloud.tencent.com/document/api/1493/96031#MQTTClientSubscription)
|
|
280
|
+
* [MQTTEndpointItem](https://cloud.tencent.com/document/api/1493/96031#MQTTEndpointItem)
|
|
281
|
+
* [MQTTMessageItem](https://cloud.tencent.com/document/api/1493/96031#MQTTMessageItem)
|
|
282
|
+
* [MQTTTopicItem](https://cloud.tencent.com/document/api/1493/96031#MQTTTopicItem)
|
|
283
|
+
* [MQTTUserItem](https://cloud.tencent.com/document/api/1493/96031#MQTTUserItem)
|
|
284
|
+
* [PublicAccessRule](https://cloud.tencent.com/document/api/1493/96031#PublicAccessRule)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
## 客流数字化平台(ump) 版本:2020-09-18
|
|
289
|
+
|
|
290
|
+
### 第 4 次发布
|
|
291
|
+
|
|
292
|
+
发布时间:2024-01-22 01:24:15
|
|
293
|
+
|
|
294
|
+
本次发布包含了以下内容:
|
|
295
|
+
|
|
296
|
+
改善已有的文档。
|
|
297
|
+
|
|
298
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
299
|
+
|
|
300
|
+
* CreateCapture
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
305
|
+
|
|
306
|
+
### 第 70 次发布
|
|
307
|
+
|
|
308
|
+
发布时间:2024-01-22 01:25:42
|
|
309
|
+
|
|
310
|
+
本次发布包含了以下内容:
|
|
311
|
+
|
|
312
|
+
改善已有的文档。
|
|
313
|
+
|
|
314
|
+
新增接口:
|
|
315
|
+
|
|
316
|
+
* [DeleteProjectUsers](https://cloud.tencent.com/document/api/1267/103141)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
1
320
|
# Release 4.0.785
|
|
2
321
|
|
|
3
322
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|