tencentcloud-sdk-nodejs 4.0.289 → 4.0.293
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 +494 -0
- package/SERVICE_CHANGELOG.md +477 -37
- package/package.json +1 -1
- package/products.md +164 -164
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +4 -3
- package/src/services/batch/v20170312/batch_models.ts +15 -15
- package/src/services/cdb/v20170320/cdb_models.ts +17 -17
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +36 -4
- package/src/services/cii/v20210408/cii_client.ts +15 -0
- package/src/services/cii/v20210408/cii_models.ts +72 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +34 -10
- package/src/services/ckafka/v20190819/ckafka_models.ts +151 -46
- package/src/services/clb/v20180317/clb_client.ts +29 -15
- package/src/services/clb/v20180317/clb_models.ts +94 -0
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +209 -46
- package/src/services/cpdp/v20190820/cpdp_models.ts +2012 -541
- package/src/services/cvm/v20170312/cvm_models.ts +26 -16
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +199 -58
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1668 -1113
- package/src/services/dcdb/v20180411/dcdb_client.ts +13 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +192 -0
- package/src/services/eb/v20210416/eb_client.ts +1 -1
- package/src/services/es/v20180416/es_models.ts +12 -0
- package/src/services/gaap/v20180529/gaap_models.ts +51 -6
- package/src/services/iecp/v20210914/iecp_client.ts +5 -5
- package/src/services/iecp/v20210914/iecp_models.ts +5 -5
- package/src/services/iotcloud/v20180614/iotcloud_client.ts +25 -1
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +69 -4
- package/src/services/mariadb/v20170312/mariadb_client.ts +21 -5
- package/src/services/mariadb/v20170312/mariadb_models.ts +164 -69
- package/src/services/mna/v20210119/mna_client.ts +3 -0
- package/src/services/mna/v20210119/mna_models.ts +75 -0
- package/src/services/monitor/v20180724/monitor_models.ts +21 -2
- package/src/services/rum/v20210622/rum_models.ts +12 -12
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +66 -6
- package/src/services/tiw/v20190919/tiw_models.ts +6 -6
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- 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 +3 -2
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +15 -15
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +17 -17
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +32 -4
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
- package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +61 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +129 -41
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +10 -6
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -7
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +80 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +61 -13
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +90 -18
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1714 -463
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +24 -16
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +47 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +69 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1409 -933
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +157 -0
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +1 -1
- package/tencentcloud/services/eb/v20210416/eb_client.js +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +10 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +43 -6
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +5 -5
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +5 -5
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +5 -5
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +9 -1
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +12 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +60 -4
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +141 -59
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +63 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +18 -2
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -12
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -5
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +6 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/test/cii.v20210408.test.js +10 -0
- package/test/ckafka.v20190819.test.js +22 -2
- package/test/clb.v20180317.test.js +14 -4
- package/test/cpdp.v20190820.test.js +132 -12
- package/test/cynosdb.v20190107.test.js +112 -2
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/iotcloud.v20180614.test.js +20 -0
- package/test/mariadb.v20170312.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,48 +1,58 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 66 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-02-
|
|
7
|
+
发布时间:2022-02-22 08:03:47
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/214/70213)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
新增数据结构:
|
|
18
18
|
|
|
19
|
+
* [Resource](https://cloud.tencent.com/document/api/214/30694#Resource)
|
|
20
|
+
* [ZoneResource](https://cloud.tencent.com/document/api/214/30694#ZoneResource)
|
|
19
21
|
|
|
20
22
|
|
|
21
23
|
|
|
22
|
-
##
|
|
24
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
23
25
|
|
|
24
|
-
### 第
|
|
26
|
+
### 第 74 次发布
|
|
25
27
|
|
|
26
|
-
发布时间:2022-02-
|
|
28
|
+
发布时间:2022-02-22 08:04:45
|
|
27
29
|
|
|
28
30
|
本次发布包含了以下内容:
|
|
29
31
|
|
|
30
32
|
改善已有的文档。
|
|
31
33
|
|
|
32
|
-
|
|
34
|
+
修改接口:
|
|
33
35
|
|
|
34
|
-
* [
|
|
36
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
|
35
37
|
|
|
36
|
-
*
|
|
38
|
+
* 新增入参:DisableApiTermination
|
|
37
39
|
|
|
40
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
|
38
41
|
|
|
42
|
+
* 新增入参:ChcIds
|
|
39
43
|
|
|
40
44
|
|
|
41
|
-
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
42
45
|
|
|
43
|
-
### 第 25 次发布
|
|
44
46
|
|
|
45
|
-
|
|
47
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
52
|
+
|
|
53
|
+
### 第 26 次发布
|
|
54
|
+
|
|
55
|
+
发布时间:2022-02-22 08:08:24
|
|
46
56
|
|
|
47
57
|
本次发布包含了以下内容:
|
|
48
58
|
|
|
@@ -50,34 +60,31 @@
|
|
|
50
60
|
|
|
51
61
|
新增接口:
|
|
52
62
|
|
|
53
|
-
* [
|
|
63
|
+
* [DeleteDeviceResource](https://cloud.tencent.com/document/api/634/70215)
|
|
64
|
+
* [DownloadDeviceResource](https://cloud.tencent.com/document/api/634/70214)
|
|
54
65
|
|
|
55
|
-
新增数据结构:
|
|
56
66
|
|
|
57
|
-
* [ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv)
|
|
58
|
-
* [DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)
|
|
59
|
-
* [DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort)
|
|
60
|
-
* [DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume)
|
|
61
|
-
* [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
|
|
62
67
|
|
|
68
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
63
69
|
|
|
70
|
+
### 第 32 次发布
|
|
64
71
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### 第 4 次发布
|
|
68
|
-
|
|
69
|
-
发布时间:2022-02-16 08:11:56
|
|
72
|
+
发布时间:2022-02-22 08:09:47
|
|
70
73
|
|
|
71
74
|
本次发布包含了以下内容:
|
|
72
75
|
|
|
73
76
|
改善已有的文档。
|
|
74
77
|
|
|
75
|
-
|
|
78
|
+
新增接口:
|
|
76
79
|
|
|
77
|
-
* [
|
|
80
|
+
* [DescribeDatabaseObjects](https://cloud.tencent.com/document/api/237/70216)
|
|
78
81
|
|
|
79
|
-
|
|
82
|
+
新增数据结构:
|
|
80
83
|
|
|
84
|
+
* [DatabaseFunction](https://cloud.tencent.com/document/api/237/16191#DatabaseFunction)
|
|
85
|
+
* [DatabaseProcedure](https://cloud.tencent.com/document/api/237/16191#DatabaseProcedure)
|
|
86
|
+
* [DatabaseTable](https://cloud.tencent.com/document/api/237/16191#DatabaseTable)
|
|
87
|
+
* [DatabaseView](https://cloud.tencent.com/document/api/237/16191#DatabaseView)
|
|
81
88
|
|
|
82
89
|
|
|
83
90
|
|
|
@@ -4072,6 +4079,21 @@
|
|
|
4072
4079
|
|
|
4073
4080
|
## 批量计算(batch) 版本:2017-03-12
|
|
4074
4081
|
|
|
4082
|
+
### 第 39 次发布
|
|
4083
|
+
|
|
4084
|
+
发布时间:2022-02-18 08:04:38
|
|
4085
|
+
|
|
4086
|
+
本次发布包含了以下内容:
|
|
4087
|
+
|
|
4088
|
+
改善已有的文档。
|
|
4089
|
+
|
|
4090
|
+
修改数据结构:
|
|
4091
|
+
|
|
4092
|
+
* [ItemPrice](https://cloud.tencent.com/document/api/599/15912#ItemPrice)
|
|
4093
|
+
|
|
4094
|
+
* <font color="#dd0000">**修改成员**:</font>Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
|
|
4095
|
+
|
|
4096
|
+
|
|
4075
4097
|
### 第 38 次发布
|
|
4076
4098
|
|
|
4077
4099
|
发布时间:2021-08-25 08:03:12
|
|
@@ -10948,6 +10970,29 @@
|
|
|
10948
10970
|
|
|
10949
10971
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
10950
10972
|
|
|
10973
|
+
### 第 93 次发布
|
|
10974
|
+
|
|
10975
|
+
发布时间:2022-02-17 08:07:01
|
|
10976
|
+
|
|
10977
|
+
本次发布包含了以下内容:
|
|
10978
|
+
|
|
10979
|
+
改善已有的文档。
|
|
10980
|
+
|
|
10981
|
+
新增数据结构:
|
|
10982
|
+
|
|
10983
|
+
* [RuleEngine](https://cloud.tencent.com/document/api/228/30987#RuleEngine)
|
|
10984
|
+
|
|
10985
|
+
修改数据结构:
|
|
10986
|
+
|
|
10987
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
10988
|
+
|
|
10989
|
+
* 新增成员:RuleEngine
|
|
10990
|
+
|
|
10991
|
+
* [ServerCert](https://cloud.tencent.com/document/api/228/30987#ServerCert)
|
|
10992
|
+
|
|
10993
|
+
* 新增成员:From
|
|
10994
|
+
|
|
10995
|
+
|
|
10951
10996
|
### 第 92 次发布
|
|
10952
10997
|
|
|
10953
10998
|
发布时间:2022-01-05 08:05:09
|
|
@@ -13928,6 +13973,48 @@
|
|
|
13928
13973
|
|
|
13929
13974
|
## 智能保险助手(cii) 版本:2021-04-08
|
|
13930
13975
|
|
|
13976
|
+
### 第 12 次发布
|
|
13977
|
+
|
|
13978
|
+
发布时间:2022-02-18 16:00:08
|
|
13979
|
+
|
|
13980
|
+
本次发布包含了以下内容:
|
|
13981
|
+
|
|
13982
|
+
改善已有的文档。
|
|
13983
|
+
|
|
13984
|
+
修改数据结构:
|
|
13985
|
+
|
|
13986
|
+
* [UnderwriteItem](https://cloud.tencent.com/document/api/1368/56853#UnderwriteItem)
|
|
13987
|
+
|
|
13988
|
+
* 新增成员:Range, ReportDate, FileType, InspectProject, Unit, OriginName, YinYang
|
|
13989
|
+
|
|
13990
|
+
|
|
13991
|
+
### 第 11 次发布
|
|
13992
|
+
|
|
13993
|
+
发布时间:2022-02-18 14:29:36
|
|
13994
|
+
|
|
13995
|
+
本次发布包含了以下内容:
|
|
13996
|
+
|
|
13997
|
+
改善已有的文档。
|
|
13998
|
+
|
|
13999
|
+
新增接口:
|
|
14000
|
+
|
|
14001
|
+
* [DescribeQualityScore](https://cloud.tencent.com/document/api/1368/70151)
|
|
14002
|
+
|
|
14003
|
+
### 第 10 次发布
|
|
14004
|
+
|
|
14005
|
+
发布时间:2022-02-17 08:07:32
|
|
14006
|
+
|
|
14007
|
+
本次发布包含了以下内容:
|
|
14008
|
+
|
|
14009
|
+
改善已有的文档。
|
|
14010
|
+
|
|
14011
|
+
修改数据结构:
|
|
14012
|
+
|
|
14013
|
+
* [StructureResultObject](https://cloud.tencent.com/document/api/1368/56853#StructureResultObject)
|
|
14014
|
+
|
|
14015
|
+
* 新增成员:TaskFiles
|
|
14016
|
+
|
|
14017
|
+
|
|
13931
14018
|
### 第 9 次发布
|
|
13932
14019
|
|
|
13933
14020
|
发布时间:2022-01-20 08:06:41
|
|
@@ -14159,6 +14246,19 @@
|
|
|
14159
14246
|
|
|
14160
14247
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
14161
14248
|
|
|
14249
|
+
### 第 35 次发布
|
|
14250
|
+
|
|
14251
|
+
发布时间:2022-02-21 08:03:18
|
|
14252
|
+
|
|
14253
|
+
本次发布包含了以下内容:
|
|
14254
|
+
|
|
14255
|
+
改善已有的文档。
|
|
14256
|
+
|
|
14257
|
+
新增接口:
|
|
14258
|
+
|
|
14259
|
+
* [CreateConsumer](https://cloud.tencent.com/document/api/597/70173)
|
|
14260
|
+
* [CreateRoute](https://cloud.tencent.com/document/api/597/70172)
|
|
14261
|
+
|
|
14162
14262
|
### 第 34 次发布
|
|
14163
14263
|
|
|
14164
14264
|
发布时间:2022-02-10 08:03:19
|
|
@@ -14906,6 +15006,23 @@
|
|
|
14906
15006
|
|
|
14907
15007
|
## 负载均衡(clb) 版本:2018-03-17
|
|
14908
15008
|
|
|
15009
|
+
### 第 66 次发布
|
|
15010
|
+
|
|
15011
|
+
发布时间:2022-02-22 08:03:47
|
|
15012
|
+
|
|
15013
|
+
本次发布包含了以下内容:
|
|
15014
|
+
|
|
15015
|
+
改善已有的文档。
|
|
15016
|
+
|
|
15017
|
+
新增接口:
|
|
15018
|
+
|
|
15019
|
+
* [[DescribeResources](https://cloud.tencent.com/document/api/214/70213)](https://cloud.tencent.com/document/api/#/#)
|
|
15020
|
+
|
|
15021
|
+
新增数据结构:
|
|
15022
|
+
|
|
15023
|
+
* [[Resource](https://cloud.tencent.com/document/api/214/30694#Resource)](https://cloud.tencent.com/document/api/214/30694#[Resource](https://cloud.tencent.com/document/api/214/30694#Resource))
|
|
15024
|
+
* [[ZoneResource](https://cloud.tencent.com/document/api/214/30694#ZoneResource)](https://cloud.tencent.com/document/api/214/30694#[ZoneResource](https://cloud.tencent.com/document/api/214/30694#ZoneResource))
|
|
15025
|
+
|
|
14909
15026
|
### 第 65 次发布
|
|
14910
15027
|
|
|
14911
15028
|
发布时间:2022-01-20 08:06:53
|
|
@@ -18451,6 +18568,51 @@
|
|
|
18451
18568
|
|
|
18452
18569
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
18453
18570
|
|
|
18571
|
+
### 第 54 次发布
|
|
18572
|
+
|
|
18573
|
+
发布时间:2022-02-21 08:04:03
|
|
18574
|
+
|
|
18575
|
+
本次发布包含了以下内容:
|
|
18576
|
+
|
|
18577
|
+
改善已有的文档。
|
|
18578
|
+
|
|
18579
|
+
新增接口:
|
|
18580
|
+
|
|
18581
|
+
* [BindOpenBankExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70186)
|
|
18582
|
+
* [CloseOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70185)
|
|
18583
|
+
* [CreateOpenBankExternalSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/70184)
|
|
18584
|
+
* [CreateOpenBankMerchant](https://cloud.tencent.com/document/api/1122/70183)
|
|
18585
|
+
* [CreateOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70182)
|
|
18586
|
+
* [QueryOpenBankBindExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70181)
|
|
18587
|
+
* [QueryOpenBankDownLoadUrl](https://cloud.tencent.com/document/api/1122/70180)
|
|
18588
|
+
* [QueryOpenBankExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70179)
|
|
18589
|
+
* [QueryOpenBankExternalSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/70178)
|
|
18590
|
+
* [QueryOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70177)
|
|
18591
|
+
* [QueryOpenBankUnbindExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70176)
|
|
18592
|
+
* [UnbindOpenBankExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70175)
|
|
18593
|
+
|
|
18594
|
+
新增数据结构:
|
|
18595
|
+
|
|
18596
|
+
* [BindOpenBankExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#BindOpenBankExternalSubMerchantBankAccountResult)
|
|
18597
|
+
* [CloseOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#CloseOpenBankPaymentOrderResult)
|
|
18598
|
+
* [CreateOpenBankExternalSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankExternalSubMerchantRegistrationResult)
|
|
18599
|
+
* [CreateOpenBankMerchantResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankMerchantResult)
|
|
18600
|
+
* [CreateOpenBankOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankOrderPaymentResult)
|
|
18601
|
+
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
|
18602
|
+
* [OpenBankPayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayeeInfo)
|
|
18603
|
+
* [OpenBankPayerInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayerInfo)
|
|
18604
|
+
* [OpenBankProfitShareInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareInfo)
|
|
18605
|
+
* [OpenBankRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankRedirectInfo)
|
|
18606
|
+
* [OpenBankSceneInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSceneInfo)
|
|
18607
|
+
* [QueryOpenBankBindExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBindExternalSubMerchantBankAccountResult)
|
|
18608
|
+
* [QueryOpenBankDownLoadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDownLoadUrlResult)
|
|
18609
|
+
* [QueryOpenBankExternalSubMerchantBankAccountData](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantBankAccountData)
|
|
18610
|
+
* [QueryOpenBankExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantBankAccountResult)
|
|
18611
|
+
* [QueryOpenBankExternalSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantRegistrationResult)
|
|
18612
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
|
18613
|
+
* [QueryOpenBankUnbindExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankUnbindExternalSubMerchantBankAccountResult)
|
|
18614
|
+
* [UnbindOpenBankExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#UnbindOpenBankExternalSubMerchantBankAccountResult)
|
|
18615
|
+
|
|
18454
18616
|
### 第 53 次发布
|
|
18455
18617
|
|
|
18456
18618
|
发布时间:2021-12-09 08:03:47
|
|
@@ -20032,6 +20194,40 @@
|
|
|
20032
20194
|
|
|
20033
20195
|
## 云服务器(cvm) 版本:2017-03-12
|
|
20034
20196
|
|
|
20197
|
+
### 第 74 次发布
|
|
20198
|
+
|
|
20199
|
+
发布时间:2022-02-22 08:04:45
|
|
20200
|
+
|
|
20201
|
+
本次发布包含了以下内容:
|
|
20202
|
+
|
|
20203
|
+
改善已有的文档。
|
|
20204
|
+
|
|
20205
|
+
修改接口:
|
|
20206
|
+
|
|
20207
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
|
20208
|
+
|
|
20209
|
+
* 新增入参:DisableApiTermination
|
|
20210
|
+
|
|
20211
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
|
20212
|
+
|
|
20213
|
+
* 新增入参:ChcIds
|
|
20214
|
+
|
|
20215
|
+
|
|
20216
|
+
### 第 73 次发布
|
|
20217
|
+
|
|
20218
|
+
发布时间:2022-02-18 08:07:21
|
|
20219
|
+
|
|
20220
|
+
本次发布包含了以下内容:
|
|
20221
|
+
|
|
20222
|
+
改善已有的文档。
|
|
20223
|
+
|
|
20224
|
+
修改数据结构:
|
|
20225
|
+
|
|
20226
|
+
* [ItemPrice](https://cloud.tencent.com/document/api/213/15753#ItemPrice)
|
|
20227
|
+
|
|
20228
|
+
* <font color="#dd0000">**修改成员**:</font>Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
|
|
20229
|
+
|
|
20230
|
+
|
|
20035
20231
|
### 第 72 次发布
|
|
20036
20232
|
|
|
20037
20233
|
发布时间:2022-01-24 08:07:40
|
|
@@ -22891,6 +23087,47 @@
|
|
|
22891
23087
|
|
|
22892
23088
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
22893
23089
|
|
|
23090
|
+
### 第 14 次发布
|
|
23091
|
+
|
|
23092
|
+
发布时间:2022-02-18 08:07:59
|
|
23093
|
+
|
|
23094
|
+
本次发布包含了以下内容:
|
|
23095
|
+
|
|
23096
|
+
改善已有的文档。
|
|
23097
|
+
|
|
23098
|
+
新增接口:
|
|
23099
|
+
|
|
23100
|
+
* [ActivateInstance](https://cloud.tencent.com/document/api/1003/70116)
|
|
23101
|
+
* [AssociateSecurityGroups](https://cloud.tencent.com/document/api/1003/70119)
|
|
23102
|
+
* [DescribeAccountAllGrantPrivileges](https://cloud.tencent.com/document/api/1003/70114)
|
|
23103
|
+
* [DescribeClusterParamLogs](https://cloud.tencent.com/document/api/1003/70118)
|
|
23104
|
+
* [DisassociateSecurityGroups](https://cloud.tencent.com/document/api/1003/70117)
|
|
23105
|
+
* [GrantAccountPrivileges](https://cloud.tencent.com/document/api/1003/70113)
|
|
23106
|
+
* [ModifyAccountParams](https://cloud.tencent.com/document/api/1003/70112)
|
|
23107
|
+
* [PauseServerless](https://cloud.tencent.com/document/api/1003/70122)
|
|
23108
|
+
* [ResumeServerless](https://cloud.tencent.com/document/api/1003/70121)
|
|
23109
|
+
* [RevokeAccountPrivileges](https://cloud.tencent.com/document/api/1003/70111)
|
|
23110
|
+
* [RollBackCluster](https://cloud.tencent.com/document/api/1003/70115)
|
|
23111
|
+
|
|
23112
|
+
修改接口:
|
|
23113
|
+
|
|
23114
|
+
* [ModifyClusterParam](https://cloud.tencent.com/document/api/1003/63365)
|
|
23115
|
+
|
|
23116
|
+
* 新增入参:IsInMaintainPeriod
|
|
23117
|
+
|
|
23118
|
+
|
|
23119
|
+
新增数据结构:
|
|
23120
|
+
|
|
23121
|
+
* [AccountParam](https://cloud.tencent.com/document/api/1003/48097#AccountParam)
|
|
23122
|
+
* [ClusterParamModifyLog](https://cloud.tencent.com/document/api/1003/48097#ClusterParamModifyLog)
|
|
23123
|
+
* [DatabasePrivileges](https://cloud.tencent.com/document/api/1003/48097#DatabasePrivileges)
|
|
23124
|
+
* [DbTable](https://cloud.tencent.com/document/api/1003/48097#DbTable)
|
|
23125
|
+
* [InputAccount](https://cloud.tencent.com/document/api/1003/48097#InputAccount)
|
|
23126
|
+
* [RollbackDatabase](https://cloud.tencent.com/document/api/1003/48097#RollbackDatabase)
|
|
23127
|
+
* [RollbackTable](https://cloud.tencent.com/document/api/1003/48097#RollbackTable)
|
|
23128
|
+
* [RollbackTableInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackTableInfo)
|
|
23129
|
+
* [TablePrivileges](https://cloud.tencent.com/document/api/1003/48097#TablePrivileges)
|
|
23130
|
+
|
|
22894
23131
|
### 第 13 次发布
|
|
22895
23132
|
|
|
22896
23133
|
发布时间:2021-10-27 08:06:08
|
|
@@ -24563,6 +24800,22 @@
|
|
|
24563
24800
|
|
|
24564
24801
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
24565
24802
|
|
|
24803
|
+
### 第 34 次发布
|
|
24804
|
+
|
|
24805
|
+
发布时间:2022-02-17 08:09:34
|
|
24806
|
+
|
|
24807
|
+
本次发布包含了以下内容:
|
|
24808
|
+
|
|
24809
|
+
改善已有的文档。
|
|
24810
|
+
|
|
24811
|
+
新增接口:
|
|
24812
|
+
|
|
24813
|
+
* [DescribeDBSlowLogs](https://cloud.tencent.com/document/api/557/70099)
|
|
24814
|
+
|
|
24815
|
+
新增数据结构:
|
|
24816
|
+
|
|
24817
|
+
* [SlowLogData](https://cloud.tencent.com/document/api/557/16142#SlowLogData)
|
|
24818
|
+
|
|
24566
24819
|
### 第 33 次发布
|
|
24567
24820
|
|
|
24568
24821
|
发布时间:2022-01-13 08:32:29
|
|
@@ -29406,6 +29659,21 @@
|
|
|
29406
29659
|
|
|
29407
29660
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
29408
29661
|
|
|
29662
|
+
### 第 24 次发布
|
|
29663
|
+
|
|
29664
|
+
发布时间:2022-02-18 08:09:35
|
|
29665
|
+
|
|
29666
|
+
本次发布包含了以下内容:
|
|
29667
|
+
|
|
29668
|
+
改善已有的文档。
|
|
29669
|
+
|
|
29670
|
+
修改数据结构:
|
|
29671
|
+
|
|
29672
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
29673
|
+
|
|
29674
|
+
* 新增成员:EsPrivateUrl, EsPrivateDomain
|
|
29675
|
+
|
|
29676
|
+
|
|
29409
29677
|
### 第 23 次发布
|
|
29410
29678
|
|
|
29411
29679
|
发布时间:2022-01-20 08:10:01
|
|
@@ -31282,6 +31550,40 @@
|
|
|
31282
31550
|
|
|
31283
31551
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
31284
31552
|
|
|
31553
|
+
### 第 28 次发布
|
|
31554
|
+
|
|
31555
|
+
发布时间:2022-02-17 08:10:54
|
|
31556
|
+
|
|
31557
|
+
本次发布包含了以下内容:
|
|
31558
|
+
|
|
31559
|
+
改善已有的文档。
|
|
31560
|
+
|
|
31561
|
+
修改接口:
|
|
31562
|
+
|
|
31563
|
+
* [CreateRule](https://cloud.tencent.com/document/api/608/36990)
|
|
31564
|
+
|
|
31565
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
31566
|
+
|
|
31567
|
+
* [ModifyRuleAttribute](https://cloud.tencent.com/document/api/608/36983)
|
|
31568
|
+
|
|
31569
|
+
* 新增入参:ServerNameIndicationSwitch, ServerNameIndication
|
|
31570
|
+
|
|
31571
|
+
|
|
31572
|
+
修改数据结构:
|
|
31573
|
+
|
|
31574
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
31575
|
+
|
|
31576
|
+
* 新增成员:InBanBlacklist
|
|
31577
|
+
|
|
31578
|
+
* [RealServer](https://cloud.tencent.com/document/api/608/37023#RealServer)
|
|
31579
|
+
|
|
31580
|
+
* 新增成员:InBanBlacklist
|
|
31581
|
+
|
|
31582
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/608/37023#RuleInfo)
|
|
31583
|
+
|
|
31584
|
+
* 新增成员:ServerNameIndicationSwitch, ServerNameIndication
|
|
31585
|
+
|
|
31586
|
+
|
|
31285
31587
|
### 第 27 次发布
|
|
31286
31588
|
|
|
31287
31589
|
发布时间:2022-01-11 08:09:11
|
|
@@ -35308,6 +35610,19 @@
|
|
|
35308
35610
|
|
|
35309
35611
|
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
35310
35612
|
|
|
35613
|
+
### 第 26 次发布
|
|
35614
|
+
|
|
35615
|
+
发布时间:2022-02-22 08:08:24
|
|
35616
|
+
|
|
35617
|
+
本次发布包含了以下内容:
|
|
35618
|
+
|
|
35619
|
+
改善已有的文档。
|
|
35620
|
+
|
|
35621
|
+
新增接口:
|
|
35622
|
+
|
|
35623
|
+
* [[DeleteDeviceResource](https://cloud.tencent.com/document/api/634/70215)](https://cloud.tencent.com/document/api/#/#)
|
|
35624
|
+
* [[DownloadDeviceResource](https://cloud.tencent.com/document/api/634/70214)](https://cloud.tencent.com/document/api/#/#)
|
|
35625
|
+
|
|
35311
35626
|
### 第 25 次发布
|
|
35312
35627
|
|
|
35313
35628
|
发布时间:2022-01-13 08:43:07
|
|
@@ -38619,15 +38934,15 @@
|
|
|
38619
38934
|
|
|
38620
38935
|
新增接口:
|
|
38621
38936
|
|
|
38622
|
-
* [
|
|
38937
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
38623
38938
|
|
|
38624
38939
|
新增数据结构:
|
|
38625
38940
|
|
|
38626
|
-
* [
|
|
38627
|
-
* [
|
|
38628
|
-
* [
|
|
38629
|
-
* [
|
|
38630
|
-
* [
|
|
38941
|
+
* [ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv)
|
|
38942
|
+
* [DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)
|
|
38943
|
+
* [DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort)
|
|
38944
|
+
* [DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume)
|
|
38945
|
+
* [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
|
|
38631
38946
|
|
|
38632
38947
|
### 第 24 次发布
|
|
38633
38948
|
|
|
@@ -40678,6 +40993,25 @@
|
|
|
40678
40993
|
|
|
40679
40994
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
40680
40995
|
|
|
40996
|
+
### 第 32 次发布
|
|
40997
|
+
|
|
40998
|
+
发布时间:2022-02-22 08:09:47
|
|
40999
|
+
|
|
41000
|
+
本次发布包含了以下内容:
|
|
41001
|
+
|
|
41002
|
+
改善已有的文档。
|
|
41003
|
+
|
|
41004
|
+
新增接口:
|
|
41005
|
+
|
|
41006
|
+
* [[DescribeDatabaseObjects](https://cloud.tencent.com/document/api/237/70216)](https://cloud.tencent.com/document/api/#/#)
|
|
41007
|
+
|
|
41008
|
+
新增数据结构:
|
|
41009
|
+
|
|
41010
|
+
* [[DatabaseFunction](https://cloud.tencent.com/document/api/237/16191#DatabaseFunction)](https://cloud.tencent.com/document/api/237/16191#[DatabaseFunction](https://cloud.tencent.com/document/api/237/16191#DatabaseFunction))
|
|
41011
|
+
* [[DatabaseProcedure](https://cloud.tencent.com/document/api/237/16191#DatabaseProcedure)](https://cloud.tencent.com/document/api/237/16191#[DatabaseProcedure](https://cloud.tencent.com/document/api/237/16191#DatabaseProcedure))
|
|
41012
|
+
* [[DatabaseTable](https://cloud.tencent.com/document/api/237/16191#DatabaseTable)](https://cloud.tencent.com/document/api/237/16191#[DatabaseTable](https://cloud.tencent.com/document/api/237/16191#DatabaseTable))
|
|
41013
|
+
* [[DatabaseView](https://cloud.tencent.com/document/api/237/16191#DatabaseView)](https://cloud.tencent.com/document/api/237/16191#[DatabaseView](https://cloud.tencent.com/document/api/237/16191#DatabaseView))
|
|
41014
|
+
|
|
40681
41015
|
### 第 31 次发布
|
|
40682
41016
|
|
|
40683
41017
|
发布时间:2022-02-11 08:09:25
|
|
@@ -41608,6 +41942,27 @@
|
|
|
41608
41942
|
|
|
41609
41943
|
## 移动网络加速(mna) 版本:2021-01-19
|
|
41610
41944
|
|
|
41945
|
+
### 第 5 次发布
|
|
41946
|
+
|
|
41947
|
+
发布时间:2022-02-21 08:09:33
|
|
41948
|
+
|
|
41949
|
+
本次发布包含了以下内容:
|
|
41950
|
+
|
|
41951
|
+
改善已有的文档。
|
|
41952
|
+
|
|
41953
|
+
修改接口:
|
|
41954
|
+
|
|
41955
|
+
* [CreateQos](https://cloud.tencent.com/document/api/1385/55845)
|
|
41956
|
+
|
|
41957
|
+
* 新增入参:Context, Extern
|
|
41958
|
+
|
|
41959
|
+
|
|
41960
|
+
新增数据结构:
|
|
41961
|
+
|
|
41962
|
+
* [Context](https://cloud.tencent.com/document/api/1385/55846#Context)
|
|
41963
|
+
* [ExpectedThreshold](https://cloud.tencent.com/document/api/1385/55846#ExpectedThreshold)
|
|
41964
|
+
* [NetworkData](https://cloud.tencent.com/document/api/1385/55846#NetworkData)
|
|
41965
|
+
|
|
41611
41966
|
### 第 4 次发布
|
|
41612
41967
|
|
|
41613
41968
|
发布时间:2021-09-29 08:07:33
|
|
@@ -42100,6 +42455,32 @@
|
|
|
42100
42455
|
|
|
42101
42456
|
## 云监控(monitor) 版本:2018-07-24
|
|
42102
42457
|
|
|
42458
|
+
### 第 38 次发布
|
|
42459
|
+
|
|
42460
|
+
发布时间:2022-02-17 08:13:29
|
|
42461
|
+
|
|
42462
|
+
本次发布包含了以下内容:
|
|
42463
|
+
|
|
42464
|
+
改善已有的文档。
|
|
42465
|
+
|
|
42466
|
+
修改接口:
|
|
42467
|
+
|
|
42468
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
42469
|
+
|
|
42470
|
+
* 新增入参:NeedCorrespondence
|
|
42471
|
+
|
|
42472
|
+
|
|
42473
|
+
修改数据结构:
|
|
42474
|
+
|
|
42475
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
42476
|
+
|
|
42477
|
+
* 新增成员:FilterDimensionsParam
|
|
42478
|
+
|
|
42479
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
42480
|
+
|
|
42481
|
+
* 新增成员:PhoneCallType
|
|
42482
|
+
|
|
42483
|
+
|
|
42103
42484
|
### 第 37 次发布
|
|
42104
42485
|
|
|
42105
42486
|
发布时间:2022-01-21 08:14:26
|
|
@@ -51394,7 +51775,7 @@
|
|
|
51394
51775
|
|
|
51395
51776
|
|
|
51396
51777
|
|
|
51397
|
-
##
|
|
51778
|
+
## 安全运营中心(ssa) 版本:2018-06-08
|
|
51398
51779
|
|
|
51399
51780
|
### 第 6 次发布
|
|
51400
51781
|
|
|
@@ -56961,6 +57342,50 @@
|
|
|
56961
57342
|
|
|
56962
57343
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
56963
57344
|
|
|
57345
|
+
### 第 29 次发布
|
|
57346
|
+
|
|
57347
|
+
发布时间:2022-02-17 08:16:33
|
|
57348
|
+
|
|
57349
|
+
本次发布包含了以下内容:
|
|
57350
|
+
|
|
57351
|
+
改善已有的文档。
|
|
57352
|
+
|
|
57353
|
+
修改接口:
|
|
57354
|
+
|
|
57355
|
+
* [CreateCmqQueue](https://cloud.tencent.com/document/api/1179/55917)
|
|
57356
|
+
|
|
57357
|
+
* 新增入参:Tags
|
|
57358
|
+
|
|
57359
|
+
* [CreateCmqTopic](https://cloud.tencent.com/document/api/1179/55915)
|
|
57360
|
+
|
|
57361
|
+
* 新增入参:Tags
|
|
57362
|
+
|
|
57363
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/1179/46088)
|
|
57364
|
+
|
|
57365
|
+
* 新增入参:PulsarTopicType
|
|
57366
|
+
|
|
57367
|
+
* <font color="#dd0000">**修改入参**:</font>TopicType
|
|
57368
|
+
|
|
57369
|
+
|
|
57370
|
+
修改数据结构:
|
|
57371
|
+
|
|
57372
|
+
* [Cluster](https://cloud.tencent.com/document/api/1179/46089#Cluster)
|
|
57373
|
+
|
|
57374
|
+
* 新增成员:PayMode
|
|
57375
|
+
|
|
57376
|
+
* [Consumer](https://cloud.tencent.com/document/api/1179/46089#Consumer)
|
|
57377
|
+
|
|
57378
|
+
* 新增成员:Partition
|
|
57379
|
+
|
|
57380
|
+
* [Subscription](https://cloud.tencent.com/document/api/1179/46089#Subscription)
|
|
57381
|
+
|
|
57382
|
+
* 新增成员:SubType, BlockedSubscriptionOnUnackedMsgs, MaxUnackedMsgNum
|
|
57383
|
+
|
|
57384
|
+
* [Topic](https://cloud.tencent.com/document/api/1179/46089#Topic)
|
|
57385
|
+
|
|
57386
|
+
* 新增成员:PulsarTopicType
|
|
57387
|
+
|
|
57388
|
+
|
|
56964
57389
|
### 第 28 次发布
|
|
56965
57390
|
|
|
56966
57391
|
发布时间:2022-01-21 08:17:48
|
|
@@ -62380,6 +62805,21 @@
|
|
|
62380
62805
|
|
|
62381
62806
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
62382
62807
|
|
|
62808
|
+
### 第 14 次发布
|
|
62809
|
+
|
|
62810
|
+
发布时间:2022-02-18 08:16:25
|
|
62811
|
+
|
|
62812
|
+
本次发布包含了以下内容:
|
|
62813
|
+
|
|
62814
|
+
改善已有的文档。
|
|
62815
|
+
|
|
62816
|
+
修改数据结构:
|
|
62817
|
+
|
|
62818
|
+
* [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
|
|
62819
|
+
|
|
62820
|
+
* 新增成员:AuthOpen, Features
|
|
62821
|
+
|
|
62822
|
+
|
|
62383
62823
|
### 第 13 次发布
|
|
62384
62824
|
|
|
62385
62825
|
发布时间:2021-12-14 08:16:15
|