tencentcloud-sdk-nodejs 4.0.919 → 4.0.921
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 +372 -0
- package/SERVICE_CHANGELOG.md +393 -145
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +4 -4
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +167 -171
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +559 -733
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +43 -18
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +239 -164
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +3 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +71 -1
- package/src/services/emr/v20190103/emr_models.ts +4 -0
- package/src/services/ess/v20201111/ess_models.ts +4 -0
- package/src/services/faceid/v20180301/faceid_models.ts +10 -2
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -2
- package/src/services/ims/v20201229/ims_client.ts +1 -1
- package/src/services/ims/v20201229/ims_models.ts +1 -1
- package/src/services/lke/v20231130/lke_models.ts +12 -0
- package/src/services/mps/v20190612/mps_models.ts +152 -14
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +17 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +125 -69
- package/src/services/tiia/v20190529/tiia_client.ts +11 -33
- package/src/services/tiia/v20190529/tiia_models.ts +38 -196
- package/src/services/trtc/v20190722/trtc_client.ts +12 -0
- package/src/services/trtc/v20190722/trtc_models.ts +32 -0
- package/src/services/vod/v20180717/vod_client.ts +66 -28
- package/src/services/vod/v20180717/vod_models.ts +275 -78
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -4
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +49 -49
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +72 -72
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +540 -710
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +13 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +18 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +233 -163
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +68 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -2
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
- package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +12 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +152 -14
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +120 -68
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -14
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -16
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +38 -190
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +6 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +30 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +24 -12
- package/tencentcloud/services/vod/v20180717/vod_client.js +32 -14
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +266 -77
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/test/cdwdoris.v20211228.test.js +66 -66
- package/test/cynosdb.v20190107.test.js +24 -4
- package/test/sqlserver.v20180328.test.js +10 -0
- package/test/tiia.v20190529.test.js +2 -12
- package/test/trtc.v20190722.test.js +10 -0
- package/test/vod.v20180717.test.js +36 -6
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,47 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
4
4
|
|
|
5
|
-
### 第
|
|
6
|
-
|
|
7
|
-
发布时间:2024-08-16 01:11:55
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
|
|
16
|
-
|
|
17
|
-
* 新增入参:StaffNo
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
23
|
-
|
|
24
|
-
### 第 17 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2024-08-16 01:16:30
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改数据结构:
|
|
33
|
-
|
|
34
|
-
* [TemplateGroupAction](https://cloud.tencent.com/document/api/1500/71784#TemplateGroupAction)
|
|
35
|
-
|
|
36
|
-
* 新增成员:ActionRisk
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
42
|
-
|
|
43
|
-
### 第 104 次发布
|
|
5
|
+
### 第 72 次发布
|
|
44
6
|
|
|
45
|
-
发布时间:2024-08-
|
|
7
|
+
发布时间:2024-08-20 01:11:11
|
|
46
8
|
|
|
47
9
|
本次发布包含了以下内容:
|
|
48
10
|
|
|
@@ -50,83 +12,92 @@
|
|
|
50
12
|
|
|
51
13
|
修改接口:
|
|
52
14
|
|
|
53
|
-
* [
|
|
54
|
-
|
|
55
|
-
* 新增入参:Name, DashboardId, Cron, SubscribeData
|
|
56
|
-
|
|
57
|
-
* [DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)
|
|
58
|
-
|
|
59
|
-
* 新增入参:Id
|
|
60
|
-
|
|
61
|
-
* [DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)
|
|
62
|
-
|
|
63
|
-
* 新增入参:Filters, Offset, Limit
|
|
64
|
-
|
|
65
|
-
* [ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)
|
|
66
|
-
|
|
67
|
-
* 新增入参:Id, DashboardId, Name, Cron, SubscribeData
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
修改数据结构:
|
|
71
|
-
|
|
72
|
-
* [ConsoleSharingConfig](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingConfig)
|
|
15
|
+
* [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
|
|
73
16
|
|
|
74
|
-
*
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>SdkAppId
|
|
75
18
|
|
|
76
19
|
|
|
77
20
|
|
|
78
21
|
|
|
79
|
-
##
|
|
22
|
+
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
80
23
|
|
|
81
|
-
### 第
|
|
24
|
+
### 第 18 次发布
|
|
82
25
|
|
|
83
|
-
发布时间:2024-08-
|
|
26
|
+
发布时间:2024-08-20 01:14:45
|
|
84
27
|
|
|
85
28
|
本次发布包含了以下内容:
|
|
86
29
|
|
|
87
30
|
改善已有的文档。
|
|
88
31
|
|
|
89
|
-
|
|
32
|
+
新增接口:
|
|
90
33
|
|
|
91
|
-
* [
|
|
34
|
+
* [CheckCoolDownWorkingVariableConfigCorrect](https://cloud.tencent.com/document/api/1387/110073)
|
|
35
|
+
* [CreateCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110069)
|
|
36
|
+
* [DescribeCoolDownBackends](https://cloud.tencent.com/document/api/1387/110072)
|
|
37
|
+
* [DescribeCoolDownPolicies](https://cloud.tencent.com/document/api/1387/110071)
|
|
38
|
+
* [DescribeCoolDownTableData](https://cloud.tencent.com/document/api/1387/110070)
|
|
39
|
+
* [ModifyCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110068)
|
|
40
|
+
* [OpenCoolDown](https://cloud.tencent.com/document/api/1387/110067)
|
|
41
|
+
* [OpenCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110066)
|
|
42
|
+
* [UpdateCoolDown](https://cloud.tencent.com/document/api/1387/110065)
|
|
92
43
|
|
|
93
|
-
|
|
44
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
94
45
|
|
|
95
|
-
*
|
|
46
|
+
* DescribeDatabaseAuditResource
|
|
47
|
+
* DescribeDmsSqlHistory
|
|
48
|
+
* DescribeDorisMetricFiles
|
|
49
|
+
* DescribeFederationToken
|
|
50
|
+
* DescribeFrontEnd
|
|
51
|
+
* DescribeGoodsDetail
|
|
52
|
+
* DescribeRegionZone
|
|
53
|
+
* DescribeReplicaVersion
|
|
54
|
+
* FitClsLog
|
|
55
|
+
* OpenBackUp
|
|
96
56
|
|
|
97
|
-
|
|
57
|
+
新增数据结构:
|
|
98
58
|
|
|
99
|
-
* [
|
|
59
|
+
* [CoolDownBackend](https://cloud.tencent.com/document/api/1387/102385#CoolDownBackend)
|
|
60
|
+
* [CoolDownPolicyInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownPolicyInfo)
|
|
61
|
+
* [CoolDownTableDataInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownTableDataInfo)
|
|
100
62
|
|
|
101
|
-
|
|
63
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
102
64
|
|
|
65
|
+
* DescribeMetricsFileReq
|
|
66
|
+
* ModifyMetricFileStruct
|
|
67
|
+
* ModifyMetricFileStructNew
|
|
68
|
+
* ResourceNodeDiskSpec
|
|
69
|
+
* ResourceNodeSpec
|
|
70
|
+
* SpecExtra
|
|
71
|
+
* VersionReplicaItem
|
|
103
72
|
|
|
104
73
|
|
|
105
74
|
|
|
106
|
-
##
|
|
75
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
107
76
|
|
|
108
|
-
### 第
|
|
77
|
+
### 第 99 次发布
|
|
109
78
|
|
|
110
|
-
发布时间:2024-08-
|
|
79
|
+
发布时间:2024-08-20 01:26:47
|
|
111
80
|
|
|
112
81
|
本次发布包含了以下内容:
|
|
113
82
|
|
|
114
83
|
改善已有的文档。
|
|
115
84
|
|
|
116
|
-
|
|
85
|
+
新增接口:
|
|
117
86
|
|
|
118
|
-
* [
|
|
87
|
+
* [DescribeBinlogConfig](https://cloud.tencent.com/document/api/1003/110075)
|
|
88
|
+
* [ModifyBinlogConfig](https://cloud.tencent.com/document/api/1003/110074)
|
|
119
89
|
|
|
120
|
-
|
|
90
|
+
新增数据结构:
|
|
121
91
|
|
|
92
|
+
* [BinlogConfigInfo](https://cloud.tencent.com/document/api/1003/48097#BinlogConfigInfo)
|
|
122
93
|
|
|
123
94
|
|
|
124
95
|
|
|
125
|
-
##
|
|
96
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
126
97
|
|
|
127
|
-
### 第
|
|
98
|
+
### 第 72 次发布
|
|
128
99
|
|
|
129
|
-
发布时间:2024-08-
|
|
100
|
+
发布时间:2024-08-20 01:37:24
|
|
130
101
|
|
|
131
102
|
本次发布包含了以下内容:
|
|
132
103
|
|
|
@@ -134,18 +105,18 @@
|
|
|
134
105
|
|
|
135
106
|
修改接口:
|
|
136
107
|
|
|
137
|
-
* [
|
|
108
|
+
* [InquiryPriceScaleOutInstance](https://cloud.tencent.com/document/api/589/34265)
|
|
138
109
|
|
|
139
|
-
* 新增入参:
|
|
110
|
+
* 新增入参:HardwareResourceType
|
|
140
111
|
|
|
141
112
|
|
|
142
113
|
|
|
143
114
|
|
|
144
115
|
## 媒体处理(mps) 版本:2019-06-12
|
|
145
116
|
|
|
146
|
-
### 第
|
|
117
|
+
### 第 93 次发布
|
|
147
118
|
|
|
148
|
-
发布时间:2024-08-
|
|
119
|
+
发布时间:2024-08-20 01:57:54
|
|
149
120
|
|
|
150
121
|
本次发布包含了以下内容:
|
|
151
122
|
|
|
@@ -153,26 +124,24 @@
|
|
|
153
124
|
|
|
154
125
|
修改数据结构:
|
|
155
126
|
|
|
156
|
-
* [
|
|
127
|
+
* [DiagnoseResult](https://cloud.tencent.com/document/api/862/37615#DiagnoseResult)
|
|
157
128
|
|
|
158
|
-
*
|
|
129
|
+
* <font color="#dd0000">**修改成员**:</font>Category, Type, Timestamp, Description, DateTime, SeverityLevel
|
|
159
130
|
|
|
160
|
-
* [
|
|
161
|
-
|
|
162
|
-
* 新增成员:FpsDenominator
|
|
131
|
+
* [LiveStreamAiQualityControlResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiQualityControlResultInfo)
|
|
163
132
|
|
|
164
|
-
*
|
|
133
|
+
* 新增成员:QualityControlResultSet, DiagnoseResultSet
|
|
165
134
|
|
|
166
|
-
*
|
|
135
|
+
* <font color="#dd0000">**修改成员**:</font>DiagnoseResults
|
|
167
136
|
|
|
168
137
|
|
|
169
138
|
|
|
170
139
|
|
|
171
|
-
##
|
|
140
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
172
141
|
|
|
173
|
-
### 第
|
|
142
|
+
### 第 88 次发布
|
|
174
143
|
|
|
175
|
-
发布时间:2024-08-
|
|
144
|
+
发布时间:2024-08-20 02:24:24
|
|
176
145
|
|
|
177
146
|
本次发布包含了以下内容:
|
|
178
147
|
|
|
@@ -180,61 +149,36 @@
|
|
|
180
149
|
|
|
181
150
|
新增接口:
|
|
182
151
|
|
|
183
|
-
* [
|
|
184
|
-
* [RecognizeStoreName](https://cloud.tencent.com/document/api/866/110000)
|
|
185
|
-
|
|
186
|
-
新增数据结构:
|
|
187
|
-
|
|
188
|
-
* [StoreInfo](https://cloud.tencent.com/document/api/866/33527#StoreInfo)
|
|
152
|
+
* [UpdateStreamIngest](https://cloud.tencent.com/document/api/647/110076)
|
|
189
153
|
|
|
190
154
|
|
|
191
155
|
|
|
192
|
-
##
|
|
156
|
+
## 云点播(vod) 版本:2018-07-17
|
|
193
157
|
|
|
194
|
-
### 第
|
|
158
|
+
### 第 185 次发布
|
|
195
159
|
|
|
196
|
-
发布时间:2024-08-
|
|
160
|
+
发布时间:2024-08-20 02:28:28
|
|
197
161
|
|
|
198
162
|
本次发布包含了以下内容:
|
|
199
163
|
|
|
200
164
|
改善已有的文档。
|
|
201
165
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
* [DescribeRocketMQPublicAccessPoint](https://cloud.tencent.com/document/api/1179/98678)
|
|
205
|
-
|
|
206
|
-
* 新增出参:BillingFlow
|
|
207
|
-
|
|
208
|
-
* [SetRocketMQPublicAccessPoint](https://cloud.tencent.com/document/api/1179/98677)
|
|
209
|
-
|
|
210
|
-
* 新增入参:BillingFlow
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
216
|
-
|
|
217
|
-
### 第 201 次发布
|
|
166
|
+
新增接口:
|
|
218
167
|
|
|
219
|
-
|
|
168
|
+
* [DescribeCurrentPlaylist](https://cloud.tencent.com/document/api/266/110078)
|
|
169
|
+
* [FastEditMedia](https://cloud.tencent.com/document/api/266/110079)
|
|
170
|
+
* [HandleCurrentPlaylist](https://cloud.tencent.com/document/api/266/110077)
|
|
220
171
|
|
|
221
|
-
|
|
172
|
+
新增数据结构:
|
|
222
173
|
|
|
223
|
-
|
|
174
|
+
* [FastEditMediaFileInfo](https://cloud.tencent.com/document/api/266/31773#FastEditMediaFileInfo)
|
|
175
|
+
* [RoundPlayFilePlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayFilePlayInfo)
|
|
224
176
|
|
|
225
177
|
修改数据结构:
|
|
226
178
|
|
|
227
|
-
* [
|
|
228
|
-
|
|
229
|
-
* 新增成员:MrtbAggregatePolicyFlag, MrtbPolicyValueFlag
|
|
230
|
-
|
|
231
|
-
* [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
|
|
232
|
-
|
|
233
|
-
* 新增成员:OperateAsPath, AsPathOperateMode, OperateCommunitySet, CommunityOperateMode
|
|
234
|
-
|
|
235
|
-
* [CcnRouteTableInputPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicy)
|
|
179
|
+
* [RoundPlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayInfo)
|
|
236
180
|
|
|
237
|
-
* 新增成员:
|
|
181
|
+
* 新增成员:CreateTime, UpdateTime
|
|
238
182
|
|
|
239
183
|
|
|
240
184
|
|
|
@@ -15702,6 +15646,21 @@
|
|
|
15702
15646
|
|
|
15703
15647
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15704
15648
|
|
|
15649
|
+
### 第 72 次发布
|
|
15650
|
+
|
|
15651
|
+
发布时间:2024-08-20 01:11:11
|
|
15652
|
+
|
|
15653
|
+
本次发布包含了以下内容:
|
|
15654
|
+
|
|
15655
|
+
改善已有的文档。
|
|
15656
|
+
|
|
15657
|
+
修改接口:
|
|
15658
|
+
|
|
15659
|
+
* [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
|
|
15660
|
+
|
|
15661
|
+
* <font color="#dd0000">**修改入参**:</font>SdkAppId
|
|
15662
|
+
|
|
15663
|
+
|
|
15705
15664
|
### 第 71 次发布
|
|
15706
15665
|
|
|
15707
15666
|
发布时间:2024-08-16 01:11:55
|
|
@@ -23754,6 +23713,67 @@
|
|
|
23754
23713
|
|
|
23755
23714
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
23756
23715
|
|
|
23716
|
+
### 第 18 次发布
|
|
23717
|
+
|
|
23718
|
+
发布时间:2024-08-20 01:14:45
|
|
23719
|
+
|
|
23720
|
+
本次发布包含了以下内容:
|
|
23721
|
+
|
|
23722
|
+
改善已有的文档。
|
|
23723
|
+
|
|
23724
|
+
新增接口:
|
|
23725
|
+
|
|
23726
|
+
* [[CheckCoolDownWorkingVariableConfigCorrect](https://cloud.tencent.com/document/api/1387/110073)](https://cloud.tencent.com/document/api/#/#)
|
|
23727
|
+
* [[CreateCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110069)](https://cloud.tencent.com/document/api/#/#)
|
|
23728
|
+
* [[DescribeCoolDownBackends](https://cloud.tencent.com/document/api/1387/110072)](https://cloud.tencent.com/document/api/#/#)
|
|
23729
|
+
* [[DescribeCoolDownPolicies](https://cloud.tencent.com/document/api/1387/110071)](https://cloud.tencent.com/document/api/#/#)
|
|
23730
|
+
* [[DescribeCoolDownTableData](https://cloud.tencent.com/document/api/1387/110070)](https://cloud.tencent.com/document/api/#/#)
|
|
23731
|
+
* [[ModifyCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110068)](https://cloud.tencent.com/document/api/#/#)
|
|
23732
|
+
* [[OpenCoolDown](https://cloud.tencent.com/document/api/1387/110067)](https://cloud.tencent.com/document/api/#/#)
|
|
23733
|
+
* [[OpenCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110066)](https://cloud.tencent.com/document/api/#/#)
|
|
23734
|
+
* [[UpdateCoolDown](https://cloud.tencent.com/document/api/1387/110065)](https://cloud.tencent.com/document/api/#/#)
|
|
23735
|
+
|
|
23736
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
23737
|
+
|
|
23738
|
+
* DescribeDatabaseAuditResource
|
|
23739
|
+
* DescribeDmsSqlHistory
|
|
23740
|
+
* DescribeDorisMetricFiles
|
|
23741
|
+
* DescribeFederationToken
|
|
23742
|
+
* DescribeFrontEnd
|
|
23743
|
+
* DescribeGoodsDetail
|
|
23744
|
+
* DescribeRegionZone
|
|
23745
|
+
* DescribeReplicaVersion
|
|
23746
|
+
* FitClsLog
|
|
23747
|
+
* OpenBackUp
|
|
23748
|
+
|
|
23749
|
+
新增数据结构:
|
|
23750
|
+
|
|
23751
|
+
* [[CoolDownBackend](https://cloud.tencent.com/document/api/1387/102385#CoolDownBackend)](https://cloud.tencent.com/document/api/1387/102385#[CoolDownBackend](https://cloud.tencent.com/document/api/1387/102385#CoolDownBackend))
|
|
23752
|
+
* [[CoolDownPolicyInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownPolicyInfo)](https://cloud.tencent.com/document/api/1387/102385#[CoolDownPolicyInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownPolicyInfo))
|
|
23753
|
+
* [[CoolDownTableDataInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownTableDataInfo)](https://cloud.tencent.com/document/api/1387/102385#[CoolDownTableDataInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownTableDataInfo))
|
|
23754
|
+
|
|
23755
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
23756
|
+
|
|
23757
|
+
* DescribeMetricsFileReq
|
|
23758
|
+
* ModifyMetricFileStruct
|
|
23759
|
+
* ModifyMetricFileStructNew
|
|
23760
|
+
* ResourceNodeDiskSpec
|
|
23761
|
+
* ResourceNodeSpec
|
|
23762
|
+
* SpecExtra
|
|
23763
|
+
* VersionReplicaItem
|
|
23764
|
+
|
|
23765
|
+
### 第 17 次发布
|
|
23766
|
+
|
|
23767
|
+
发布时间:2024-08-19 01:15:05
|
|
23768
|
+
|
|
23769
|
+
本次发布包含了以下内容:
|
|
23770
|
+
|
|
23771
|
+
改善已有的文档。
|
|
23772
|
+
|
|
23773
|
+
新增接口:
|
|
23774
|
+
|
|
23775
|
+
* [DescribeTableList](https://cloud.tencent.com/document/api/1387/110022)
|
|
23776
|
+
|
|
23757
23777
|
### 第 16 次发布
|
|
23758
23778
|
|
|
23759
23779
|
发布时间:2024-08-01 01:19:02
|
|
@@ -23774,16 +23794,16 @@
|
|
|
23774
23794
|
* [DescribeBackUpTables](https://cloud.tencent.com/document/api/1387/109555)
|
|
23775
23795
|
* [DescribeBackUpTaskDetail](https://cloud.tencent.com/document/api/1387/109554)
|
|
23776
23796
|
* [DescribeClusterConfigsHistory](https://cloud.tencent.com/document/api/1387/109553)
|
|
23777
|
-
* [DescribeDatabaseAuditResource](https://cloud.tencent.com/document/api
|
|
23778
|
-
* [DescribeDmsSqlHistory](https://cloud.tencent.com/document/api
|
|
23779
|
-
* [DescribeDorisMetricFiles](https://cloud.tencent.com/document/api
|
|
23780
|
-
* [DescribeFrontEnd](https://cloud.tencent.com/document/api
|
|
23797
|
+
* [DescribeDatabaseAuditResource](https://cloud.tencent.com/document/api/#/#)
|
|
23798
|
+
* [DescribeDmsSqlHistory](https://cloud.tencent.com/document/api/#/#)
|
|
23799
|
+
* [DescribeDorisMetricFiles](https://cloud.tencent.com/document/api/#/#)
|
|
23800
|
+
* [DescribeFrontEnd](https://cloud.tencent.com/document/api/#/#)
|
|
23781
23801
|
* [DescribeInstanceNodesRole](https://cloud.tencent.com/document/api/1387/109548)
|
|
23782
23802
|
* [DescribeInstanceOperations](https://cloud.tencent.com/document/api/1387/109547)
|
|
23783
23803
|
* [DescribeInstancesHealthState](https://cloud.tencent.com/document/api/1387/109546)
|
|
23784
23804
|
* [DescribeSpec](https://cloud.tencent.com/document/api/1387/109545)
|
|
23785
23805
|
* [ModifyNodeStatus](https://cloud.tencent.com/document/api/1387/109541)
|
|
23786
|
-
* [OpenBackUp](https://cloud.tencent.com/document/api
|
|
23806
|
+
* [OpenBackUp](https://cloud.tencent.com/document/api/#/#)
|
|
23787
23807
|
* [RecoverBackUpJob](https://cloud.tencent.com/document/api/1387/109539)
|
|
23788
23808
|
* [RestartClusterForConfigs](https://cloud.tencent.com/document/api/1387/109538)
|
|
23789
23809
|
|
|
@@ -23817,16 +23837,16 @@
|
|
|
23817
23837
|
|
|
23818
23838
|
* [CreateWorkloadGroup](https://cloud.tencent.com/document/api/1387/109440)
|
|
23819
23839
|
* [DeleteWorkloadGroup](https://cloud.tencent.com/document/api/1387/109439)
|
|
23820
|
-
* [DescribeFederationToken](https://cloud.tencent.com/document/api
|
|
23821
|
-
* [DescribeGoodsDetail](https://cloud.tencent.com/document/api
|
|
23840
|
+
* [DescribeFederationToken](https://cloud.tencent.com/document/api/#/#)
|
|
23841
|
+
* [DescribeGoodsDetail](https://cloud.tencent.com/document/api/#/#)
|
|
23822
23842
|
* [DescribeInstanceUsedSubnets](https://cloud.tencent.com/document/api/1387/109445)
|
|
23823
|
-
* [DescribeRegionZone](https://cloud.tencent.com/document/api
|
|
23824
|
-
* [DescribeReplicaVersion](https://cloud.tencent.com/document/api
|
|
23843
|
+
* [DescribeRegionZone](https://cloud.tencent.com/document/api/#/#)
|
|
23844
|
+
* [DescribeReplicaVersion](https://cloud.tencent.com/document/api/#/#)
|
|
23825
23845
|
* [DescribeRestoreTaskDetail](https://cloud.tencent.com/document/api/1387/109442)
|
|
23826
23846
|
* [DescribeSqlApis](https://cloud.tencent.com/document/api/1387/109441)
|
|
23827
23847
|
* [DescribeUserBindWorkloadGroup](https://cloud.tencent.com/document/api/1387/109438)
|
|
23828
23848
|
* [DescribeWorkloadGroup](https://cloud.tencent.com/document/api/1387/109437)
|
|
23829
|
-
* [FitClsLog](https://cloud.tencent.com/document/api
|
|
23849
|
+
* [FitClsLog](https://cloud.tencent.com/document/api/#/#)
|
|
23830
23850
|
* [ModifyInstanceKeyValConfigs](https://cloud.tencent.com/document/api/1387/109435)
|
|
23831
23851
|
* [ModifySecurityGroups](https://cloud.tencent.com/document/api/1387/109434)
|
|
23832
23852
|
* [ModifyUserBindWorkloadGroup](https://cloud.tencent.com/document/api/1387/109433)
|
|
@@ -46159,6 +46179,23 @@
|
|
|
46159
46179
|
|
|
46160
46180
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
46161
46181
|
|
|
46182
|
+
### 第 99 次发布
|
|
46183
|
+
|
|
46184
|
+
发布时间:2024-08-20 01:26:47
|
|
46185
|
+
|
|
46186
|
+
本次发布包含了以下内容:
|
|
46187
|
+
|
|
46188
|
+
改善已有的文档。
|
|
46189
|
+
|
|
46190
|
+
新增接口:
|
|
46191
|
+
|
|
46192
|
+
* [[DescribeBinlogConfig](https://cloud.tencent.com/document/api/1003/110075)](https://cloud.tencent.com/document/api/#/#)
|
|
46193
|
+
* [[ModifyBinlogConfig](https://cloud.tencent.com/document/api/1003/110074)](https://cloud.tencent.com/document/api/#/#)
|
|
46194
|
+
|
|
46195
|
+
新增数据结构:
|
|
46196
|
+
|
|
46197
|
+
* [[BinlogConfigInfo](https://cloud.tencent.com/document/api/1003/48097#BinlogConfigInfo)](https://cloud.tencent.com/document/api/1003/48097#[BinlogConfigInfo](https://cloud.tencent.com/document/api/1003/48097#BinlogConfigInfo))
|
|
46198
|
+
|
|
46162
46199
|
### 第 98 次发布
|
|
46163
46200
|
|
|
46164
46201
|
发布时间:2024-07-26 01:29:47
|
|
@@ -49885,6 +49922,29 @@
|
|
|
49885
49922
|
|
|
49886
49923
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
49887
49924
|
|
|
49925
|
+
### 第 31 次发布
|
|
49926
|
+
|
|
49927
|
+
发布时间:2024-08-19 01:29:38
|
|
49928
|
+
|
|
49929
|
+
本次发布包含了以下内容:
|
|
49930
|
+
|
|
49931
|
+
改善已有的文档。
|
|
49932
|
+
|
|
49933
|
+
修改接口:
|
|
49934
|
+
|
|
49935
|
+
* [DescribeMySqlProcessList](https://cloud.tencent.com/document/api/1130/57824)
|
|
49936
|
+
|
|
49937
|
+
* 新增入参:StatDimensions
|
|
49938
|
+
|
|
49939
|
+
* 新增出参:Statistics
|
|
49940
|
+
|
|
49941
|
+
|
|
49942
|
+
新增数据结构:
|
|
49943
|
+
|
|
49944
|
+
* [StatDimension](https://cloud.tencent.com/document/api/1130/57812#StatDimension)
|
|
49945
|
+
* [StatisticDataInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticDataInfo)
|
|
49946
|
+
* [StatisticInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticInfo)
|
|
49947
|
+
|
|
49888
49948
|
### 第 30 次发布
|
|
49889
49949
|
|
|
49890
49950
|
发布时间:2024-07-25 01:31:31
|
|
@@ -60940,6 +61000,21 @@
|
|
|
60940
61000
|
|
|
60941
61001
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
60942
61002
|
|
|
61003
|
+
### 第 72 次发布
|
|
61004
|
+
|
|
61005
|
+
发布时间:2024-08-20 01:37:24
|
|
61006
|
+
|
|
61007
|
+
本次发布包含了以下内容:
|
|
61008
|
+
|
|
61009
|
+
改善已有的文档。
|
|
61010
|
+
|
|
61011
|
+
修改接口:
|
|
61012
|
+
|
|
61013
|
+
* [InquiryPriceScaleOutInstance](https://cloud.tencent.com/document/api/589/34265)
|
|
61014
|
+
|
|
61015
|
+
* 新增入参:HardwareResourceType
|
|
61016
|
+
|
|
61017
|
+
|
|
60943
61018
|
### 第 71 次发布
|
|
60944
61019
|
|
|
60945
61020
|
发布时间:2024-08-12 01:41:17
|
|
@@ -64076,6 +64151,21 @@
|
|
|
64076
64151
|
|
|
64077
64152
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
64078
64153
|
|
|
64154
|
+
### 第 184 次发布
|
|
64155
|
+
|
|
64156
|
+
发布时间:2024-08-19 01:39:34
|
|
64157
|
+
|
|
64158
|
+
本次发布包含了以下内容:
|
|
64159
|
+
|
|
64160
|
+
改善已有的文档。
|
|
64161
|
+
|
|
64162
|
+
修改数据结构:
|
|
64163
|
+
|
|
64164
|
+
* [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
|
|
64165
|
+
|
|
64166
|
+
* 新增成员:SubTaskId
|
|
64167
|
+
|
|
64168
|
+
|
|
64079
64169
|
### 第 183 次发布
|
|
64080
64170
|
|
|
64081
64171
|
发布时间:2024-08-15 01:41:24
|
|
@@ -71089,6 +71179,23 @@
|
|
|
71089
71179
|
|
|
71090
71180
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
71091
71181
|
|
|
71182
|
+
### 第 77 次发布
|
|
71183
|
+
|
|
71184
|
+
发布时间:2024-08-19 01:41:40
|
|
71185
|
+
|
|
71186
|
+
本次发布包含了以下内容:
|
|
71187
|
+
|
|
71188
|
+
改善已有的文档。
|
|
71189
|
+
|
|
71190
|
+
修改接口:
|
|
71191
|
+
|
|
71192
|
+
* [DetectAIFakeFaces](https://cloud.tencent.com/document/api/1007/101561)
|
|
71193
|
+
|
|
71194
|
+
* 新增入参:Encryption, EncryptedBody
|
|
71195
|
+
|
|
71196
|
+
* <font color="#dd0000">**修改入参**:</font>FaceInput, FaceInputType
|
|
71197
|
+
|
|
71198
|
+
|
|
71092
71199
|
### 第 76 次发布
|
|
71093
71200
|
|
|
71094
71201
|
发布时间:2024-04-26 01:16:30
|
|
@@ -90046,6 +90153,21 @@
|
|
|
90046
90153
|
|
|
90047
90154
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
90048
90155
|
|
|
90156
|
+
### 第 14 次发布
|
|
90157
|
+
|
|
90158
|
+
发布时间:2024-08-19 01:55:11
|
|
90159
|
+
|
|
90160
|
+
本次发布包含了以下内容:
|
|
90161
|
+
|
|
90162
|
+
改善已有的文档。
|
|
90163
|
+
|
|
90164
|
+
修改数据结构:
|
|
90165
|
+
|
|
90166
|
+
* [CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)
|
|
90167
|
+
|
|
90168
|
+
* 新增成员:ResultType
|
|
90169
|
+
|
|
90170
|
+
|
|
90049
90171
|
### 第 13 次发布
|
|
90050
90172
|
|
|
90051
90173
|
发布时间:2024-07-31 01:49:50
|
|
@@ -95984,6 +96106,27 @@
|
|
|
95984
96106
|
|
|
95985
96107
|
## 媒体处理(mps) 版本:2019-06-12
|
|
95986
96108
|
|
|
96109
|
+
### 第 93 次发布
|
|
96110
|
+
|
|
96111
|
+
发布时间:2024-08-20 01:57:54
|
|
96112
|
+
|
|
96113
|
+
本次发布包含了以下内容:
|
|
96114
|
+
|
|
96115
|
+
改善已有的文档。
|
|
96116
|
+
|
|
96117
|
+
修改数据结构:
|
|
96118
|
+
|
|
96119
|
+
* [DiagnoseResult](https://cloud.tencent.com/document/api/862/37615#DiagnoseResult)
|
|
96120
|
+
|
|
96121
|
+
* <font color="#dd0000">**修改成员**:</font>Category, Type, Timestamp, Description, DateTime, SeverityLevel
|
|
96122
|
+
|
|
96123
|
+
* [LiveStreamAiQualityControlResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiQualityControlResultInfo)
|
|
96124
|
+
|
|
96125
|
+
* 新增成员:QualityControlResultSet, DiagnoseResultSet
|
|
96126
|
+
|
|
96127
|
+
* <font color="#dd0000">**修改成员**:</font>DiagnoseResults
|
|
96128
|
+
|
|
96129
|
+
|
|
95987
96130
|
### 第 92 次发布
|
|
95988
96131
|
|
|
95989
96132
|
发布时间:2024-08-16 02:02:11
|
|
@@ -102095,12 +102238,12 @@
|
|
|
102095
102238
|
|
|
102096
102239
|
新增接口:
|
|
102097
102240
|
|
|
102098
|
-
* [
|
|
102099
|
-
* [
|
|
102241
|
+
* [ClassifyStoreName](https://cloud.tencent.com/document/api/866/110001)
|
|
102242
|
+
* [RecognizeStoreName](https://cloud.tencent.com/document/api/866/110000)
|
|
102100
102243
|
|
|
102101
102244
|
新增数据结构:
|
|
102102
102245
|
|
|
102103
|
-
* [
|
|
102246
|
+
* [StoreInfo](https://cloud.tencent.com/document/api/866/33527#StoreInfo)
|
|
102104
102247
|
|
|
102105
102248
|
### 第 145 次发布
|
|
102106
102249
|
|
|
@@ -113419,6 +113562,30 @@
|
|
|
113419
113562
|
|
|
113420
113563
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
113421
113564
|
|
|
113565
|
+
### 第 64 次发布
|
|
113566
|
+
|
|
113567
|
+
发布时间:2024-08-19 02:09:32
|
|
113568
|
+
|
|
113569
|
+
本次发布包含了以下内容:
|
|
113570
|
+
|
|
113571
|
+
改善已有的文档。
|
|
113572
|
+
|
|
113573
|
+
新增接口:
|
|
113574
|
+
|
|
113575
|
+
* [ModifyDatabasePrivilege](https://cloud.tencent.com/document/api/238/110023)
|
|
113576
|
+
|
|
113577
|
+
新增数据结构:
|
|
113578
|
+
|
|
113579
|
+
* [DataBasePrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#DataBasePrivilegeModifyInfo)
|
|
113580
|
+
* [SelectAllDB](https://cloud.tencent.com/document/api/238/19976#SelectAllDB)
|
|
113581
|
+
|
|
113582
|
+
修改数据结构:
|
|
113583
|
+
|
|
113584
|
+
* [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
|
|
113585
|
+
|
|
113586
|
+
* 新增成员:AccAllDB
|
|
113587
|
+
|
|
113588
|
+
|
|
113422
113589
|
### 第 63 次发布
|
|
113423
113590
|
|
|
113424
113591
|
发布时间:2024-08-05 02:02:14
|
|
@@ -134831,6 +134998,25 @@
|
|
|
134831
134998
|
|
|
134832
134999
|
## 图像分析(tiia) 版本:2019-05-29
|
|
134833
135000
|
|
|
135001
|
+
### 第 33 次发布
|
|
135002
|
+
|
|
135003
|
+
发布时间:2024-08-19 02:22:39
|
|
135004
|
+
|
|
135005
|
+
本次发布包含了以下内容:
|
|
135006
|
+
|
|
135007
|
+
改善已有的文档。
|
|
135008
|
+
|
|
135009
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
135010
|
+
|
|
135011
|
+
* DetectProductBeta
|
|
135012
|
+
|
|
135013
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
135014
|
+
|
|
135015
|
+
* LemmaInfo
|
|
135016
|
+
* Location
|
|
135017
|
+
* ProductInfo
|
|
135018
|
+
* RegionDetected
|
|
135019
|
+
|
|
134834
135020
|
### 第 32 次发布
|
|
134835
135021
|
|
|
134836
135022
|
发布时间:2024-07-05 01:19:00
|
|
@@ -143652,6 +143838,18 @@
|
|
|
143652
143838
|
|
|
143653
143839
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
143654
143840
|
|
|
143841
|
+
### 第 88 次发布
|
|
143842
|
+
|
|
143843
|
+
发布时间:2024-08-20 02:24:24
|
|
143844
|
+
|
|
143845
|
+
本次发布包含了以下内容:
|
|
143846
|
+
|
|
143847
|
+
改善已有的文档。
|
|
143848
|
+
|
|
143849
|
+
新增接口:
|
|
143850
|
+
|
|
143851
|
+
* [[UpdateStreamIngest](https://cloud.tencent.com/document/api/647/110076)](https://cloud.tencent.com/document/api/#/#)
|
|
143852
|
+
|
|
143655
143853
|
### 第 87 次发布
|
|
143656
143854
|
|
|
143657
143855
|
发布时间:2024-08-15 02:31:34
|
|
@@ -150606,6 +150804,56 @@
|
|
|
150606
150804
|
|
|
150607
150805
|
## 云点播(vod) 版本:2018-07-17
|
|
150608
150806
|
|
|
150807
|
+
### 第 185 次发布
|
|
150808
|
+
|
|
150809
|
+
发布时间:2024-08-20 02:28:28
|
|
150810
|
+
|
|
150811
|
+
本次发布包含了以下内容:
|
|
150812
|
+
|
|
150813
|
+
改善已有的文档。
|
|
150814
|
+
|
|
150815
|
+
新增接口:
|
|
150816
|
+
|
|
150817
|
+
* [[DescribeCurrentPlaylist](https://cloud.tencent.com/document/api/266/110078)](https://cloud.tencent.com/document/api/#/#)
|
|
150818
|
+
* [[FastEditMedia](https://cloud.tencent.com/document/api/266/110079)](https://cloud.tencent.com/document/api/#/#)
|
|
150819
|
+
* [[HandleCurrentPlaylist](https://cloud.tencent.com/document/api/266/110077)](https://cloud.tencent.com/document/api/#/#)
|
|
150820
|
+
|
|
150821
|
+
新增数据结构:
|
|
150822
|
+
|
|
150823
|
+
* [[FastEditMediaFileInfo](https://cloud.tencent.com/document/api/266/31773#FastEditMediaFileInfo)](https://cloud.tencent.com/document/api/266/31773#[FastEditMediaFileInfo](https://cloud.tencent.com/document/api/266/31773#FastEditMediaFileInfo))
|
|
150824
|
+
* [[RoundPlayFilePlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayFilePlayInfo)](https://cloud.tencent.com/document/api/266/31773#[RoundPlayFilePlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayFilePlayInfo))
|
|
150825
|
+
|
|
150826
|
+
修改数据结构:
|
|
150827
|
+
|
|
150828
|
+
* [RoundPlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayInfo)
|
|
150829
|
+
|
|
150830
|
+
* 新增成员:CreateTime, UpdateTime
|
|
150831
|
+
|
|
150832
|
+
|
|
150833
|
+
### 第 184 次发布
|
|
150834
|
+
|
|
150835
|
+
发布时间:2024-08-19 02:30:58
|
|
150836
|
+
|
|
150837
|
+
本次发布包含了以下内容:
|
|
150838
|
+
|
|
150839
|
+
改善已有的文档。
|
|
150840
|
+
|
|
150841
|
+
修改接口:
|
|
150842
|
+
|
|
150843
|
+
* [DescribeRoundPlays](https://cloud.tencent.com/document/api/266/86173)
|
|
150844
|
+
|
|
150845
|
+
* 新增入参:Status, CreateTime, UpdateTime, ScrollToken
|
|
150846
|
+
|
|
150847
|
+
* 新增出参:ScrollToken
|
|
150848
|
+
|
|
150849
|
+
|
|
150850
|
+
修改数据结构:
|
|
150851
|
+
|
|
150852
|
+
* [RoundPlayListItemInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayListItemInfo)
|
|
150853
|
+
|
|
150854
|
+
* 新增成员:ItemId
|
|
150855
|
+
|
|
150856
|
+
|
|
150609
150857
|
### 第 183 次发布
|
|
150610
150858
|
|
|
150611
150859
|
发布时间:2024-08-12 02:30:46
|