tencentcloud-sdk-nodejs 4.0.416 → 4.0.419

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.
Files changed (134) hide show
  1. package/CHANGELOG.md +805 -0
  2. package/README.md +3 -3
  3. package/SERVICE_CHANGELOG.md +789 -18
  4. package/package.json +1 -1
  5. package/products.md +42 -42
  6. package/src/common/sdk_version.ts +1 -1
  7. package/src/services/ams/v20201229/ams_client.ts +13 -11
  8. package/src/services/ams/v20201229/ams_models.ts +74 -15
  9. package/src/services/billing/v20180709/billing_models.ts +49 -0
  10. package/src/services/bma/v20210624/bma_client.ts +20 -8
  11. package/src/services/bma/v20210624/bma_models.ts +100 -50
  12. package/src/services/cat/v20180409/cat_models.ts +4 -4
  13. package/src/services/cbs/v20170312/cbs_models.ts +5 -5
  14. package/src/services/ccc/v20200210/ccc_models.ts +6 -1
  15. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  16. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  17. package/src/services/ckafka/v20190819/ckafka_models.ts +70 -1
  18. package/src/services/clb/v20180317/clb_models.ts +1 -1
  19. package/src/services/cls/v20201016/cls_models.ts +1 -1
  20. package/src/services/cvm/v20170312/cvm_models.ts +10 -3
  21. package/src/services/cwp/v20180228/cwp_models.ts +2 -2
  22. package/src/services/cynosdb/v20190107/cynosdb_models.ts +18 -0
  23. package/src/services/dasb/v20191018/dasb_client.ts +1 -0
  24. package/src/services/dasb/v20191018/dasb_models.ts +116 -0
  25. package/src/services/eis/v20210601/eis_models.ts +13 -0
  26. package/src/services/es/v20180416/es_client.ts +1 -0
  27. package/src/services/es/v20180416/es_models.ts +64 -0
  28. package/src/services/gme/v20180711/gme_client.ts +21 -61
  29. package/src/services/gme/v20180711/gme_models.ts +50 -236
  30. package/src/services/iotcloud/v20210408/iotcloud_client.ts +12 -0
  31. package/src/services/iotcloud/v20210408/iotcloud_models.ts +25 -0
  32. package/src/services/irp/index.ts +2 -0
  33. package/src/services/irp/v20220805/index.ts +6 -0
  34. package/src/services/irp/v20220805/irp_client.ts +85 -0
  35. package/src/services/irp/v20220805/irp_models.ts +549 -0
  36. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  37. package/src/services/live/v20180801/live_client.ts +2 -1
  38. package/src/services/live/v20180801/live_models.ts +88 -5
  39. package/src/services/mongodb/v20190725/mongodb_client.ts +12 -0
  40. package/src/services/mongodb/v20190725/mongodb_models.ts +20 -0
  41. package/src/services/ocr/v20181119/ocr_models.ts +5 -0
  42. package/src/services/privatedns/v20201028/privatedns_models.ts +16 -1
  43. package/src/services/pts/v20210728/pts_models.ts +5 -0
  44. package/src/services/sms/v20210111/sms_client.ts +14 -0
  45. package/src/services/sms/v20210111/sms_models.ts +50 -0
  46. package/src/services/ssa/v20180608/ssa_models.ts +1 -1
  47. package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
  48. package/src/services/tcr/v20190924/tcr_client.ts +1 -0
  49. package/src/services/tcr/v20190924/tcr_models.ts +44 -1
  50. package/src/services/tcss/v20201101/tcss_models.ts +20 -0
  51. package/src/services/teo/v20220106/teo_client.ts +4 -2
  52. package/src/services/teo/v20220106/teo_models.ts +646 -472
  53. package/src/services/tiia/v20190529/tiia_models.ts +6 -1
  54. package/src/services/tione/v20211111/tione_models.ts +2 -2
  55. package/src/services/tke/v20180525/tke_client.ts +54 -42
  56. package/src/services/tke/v20180525/tke_models.ts +96 -41
  57. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  58. package/src/services/tts/v20190823/tts_client.ts +1 -0
  59. package/src/services/tts/v20190823/tts_models.ts +40 -0
  60. package/src/services/vm/v20201229/vm_models.ts +5 -0
  61. package/src/services/vod/v20180717/vod_models.ts +4 -10
  62. package/src/services/wedata/v20210820/wedata_client.ts +105 -68
  63. package/tencentcloud/common/sdk_version.d.ts +1 -1
  64. package/tencentcloud/common/sdk_version.js +1 -1
  65. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +11 -10
  66. package/tencentcloud/services/ams/v20201229/ams_client.js +11 -10
  67. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +62 -12
  68. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +40 -0
  69. package/tencentcloud/services/bma/v20210624/bma_client.d.ts +7 -3
  70. package/tencentcloud/services/bma/v20210624/bma_client.js +9 -3
  71. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +86 -44
  72. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -4
  73. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
  74. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -1
  75. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  76. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +58 -1
  77. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  78. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  79. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -1
  80. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
  81. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +15 -0
  82. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +95 -0
  83. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +11 -0
  84. package/tencentcloud/services/es/v20180416/es_models.d.ts +54 -0
  85. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +7 -21
  86. package/tencentcloud/services/gme/v20180711/gme_client.js +9 -29
  87. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +41 -200
  88. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
  89. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
  90. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +22 -0
  91. package/tencentcloud/services/irp/index.d.ts +4 -0
  92. package/tencentcloud/services/irp/index.js +2 -0
  93. package/tencentcloud/services/irp/v20220805/index.d.ts +6 -0
  94. package/tencentcloud/services/irp/v20220805/index.js +9 -0
  95. package/tencentcloud/services/irp/v20220805/irp_client.d.ts +26 -0
  96. package/tencentcloud/services/irp/v20220805/irp_client.js +55 -0
  97. package/tencentcloud/services/irp/v20220805/irp_models.d.ts +442 -0
  98. package/tencentcloud/services/irp/v20220805/irp_models.js +18 -0
  99. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  100. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  101. package/tencentcloud/services/live/v20180801/live_models.d.ts +77 -5
  102. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  103. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  104. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +18 -0
  105. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  106. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +13 -1
  107. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +4 -0
  108. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +6 -1
  109. package/tencentcloud/services/sms/v20210111/sms_client.js +7 -0
  110. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +43 -0
  111. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +1 -1
  112. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
  113. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +37 -1
  114. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +16 -0
  115. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
  116. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +555 -395
  117. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +5 -1
  118. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
  119. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -15
  120. package/tencentcloud/services/tke/v20180525/tke_client.js +27 -21
  121. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +86 -40
  122. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  123. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +33 -0
  124. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +4 -0
  125. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -10
  126. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +72 -35
  127. package/tencentcloud/services/wedata/v20210820/wedata_client.js +72 -35
  128. package/test/bma.v20210624.test.js +12 -2
  129. package/test/gme.v20180711.test.js +6 -36
  130. package/test/iotcloud.v20210408.test.js +10 -0
  131. package/test/irp.v20220805.test.js +61 -0
  132. package/test/mongodb.v20190725.test.js +10 -0
  133. package/test/sms.v20210111.test.js +10 -0
  134. package/test/tke.v20180525.test.js +30 -20
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 电子签服务(ess) 版本:2020-11-11
3
+ ## 品牌经营管家(bma) 版本:2021-06-24
4
4
 
5
- ### 第 14 次发布
5
+ ### 第 5 次发布
6
6
 
7
- 发布时间:2022-08-11 22:36:30
7
+ 发布时间:2022-08-17 06:09:30
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,34 +12,34 @@
12
12
 
13
13
  新增接口:
14
14
 
15
- * [CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)
15
+ * [CreateCRUserVerify](https://cloud.tencent.com/document/api/1296/79150)
16
16
 
17
17
 
18
18
 
19
- ## 文字识别(ocr) 版本:2018-11-19
19
+ ## 云呼叫中心(ccc) 版本:2020-02-10
20
20
 
21
- ### 第 74 次发布
21
+ ### 第 29 次发布
22
22
 
23
- 发布时间:2022-08-12 11:13:38
23
+ 发布时间:2022-08-17 06:11:23
24
24
 
25
25
  本次发布包含了以下内容:
26
26
 
27
27
  改善已有的文档。
28
28
 
29
- 修改数据结构:
29
+ 修改接口:
30
30
 
31
- * [SingleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceInfo)
31
+ * [DescribeStaffInfoList](https://cloud.tencent.com/document/api/679/53309)
32
32
 
33
- * 新增成员:Row
33
+ * 新增入参:SkillGroupId
34
34
 
35
35
 
36
36
 
37
37
 
38
- ## 弹性微服务(tem) 版本:2021-07-01
38
+ ## 云服务器(cvm) 版本:2017-03-12
39
39
 
40
- ### 第 28 次发布
40
+ ### 第 93 次发布
41
41
 
42
- 发布时间:2022-08-12 11:47:08
42
+ 发布时间:2022-08-17 06:17:00
43
43
 
44
44
  本次发布包含了以下内容:
45
45
 
@@ -47,14 +47,130 @@
47
47
 
48
48
  修改接口:
49
49
 
50
- * [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
50
+ * [SyncImages](https://cloud.tencent.com/document/api/213/15711)
51
51
 
52
- * 新增入参:EnableMetrics
52
+ * 新增入参:ImageName
53
53
 
54
54
 
55
55
 
56
56
 
57
- ## 弹性微服务(tem) 版本:2020-12-21
57
+ ## 游戏多媒体引擎(gme) 版本:2018-07-11
58
+
59
+ ### 第 22 次发布
60
+
61
+ 发布时间:2022-08-17 06:24:51
62
+
63
+ 本次发布包含了以下内容:
64
+
65
+ 改善已有的文档。
66
+
67
+ <font color="#dd0000">**删除接口**:</font>
68
+
69
+ * DescribeFilterResult
70
+ * DescribeFilterResultList
71
+ * VoiceFilter
72
+
73
+ <font color="#dd0000">**删除数据结构**:</font>
74
+
75
+ * VoiceFilter
76
+ * VoiceFilterInfo
77
+
78
+
79
+
80
+ ## 云直播(live) 版本:2018-08-01
81
+
82
+ ### 第 86 次发布
83
+
84
+ 发布时间:2022-08-17 06:29:38
85
+
86
+ 本次发布包含了以下内容:
87
+
88
+ 改善已有的文档。
89
+
90
+ 修改接口:
91
+
92
+ * [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
93
+
94
+ * 新增入参:WatermarkList
95
+
96
+ * [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
97
+
98
+ * 新增入参:WatermarkList
99
+
100
+
101
+ 新增数据结构:
102
+
103
+ * [PullPushWatermarkInfo](https://cloud.tencent.com/document/api/267/20474#PullPushWatermarkInfo)
104
+
105
+ 修改数据结构:
106
+
107
+ * [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
108
+
109
+ * 新增成员:BackupSourceType, BackupSourceUrl, WatermarkList
110
+
111
+
112
+
113
+
114
+ ## 短信(sms) 版本:2021-01-11
115
+
116
+ ### 第 5 次发布
117
+
118
+ 发布时间:2022-08-17 06:36:01
119
+
120
+ 本次发布包含了以下内容:
121
+
122
+ 改善已有的文档。
123
+
124
+ 新增接口:
125
+
126
+ * [ReportConversion](https://cloud.tencent.com/document/api/382/79152)
127
+
128
+ 新增数据结构:
129
+
130
+ * [ReportConversionStatus](https://cloud.tencent.com/document/api/382/52068#ReportConversionStatus)
131
+
132
+
133
+
134
+ ## 短信(sms) 版本:2019-07-11
135
+
136
+
137
+
138
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
139
+
140
+ ### 第 19 次发布
141
+
142
+ 发布时间:2022-08-17 06:41:13
143
+
144
+ 本次发布包含了以下内容:
145
+
146
+ 改善已有的文档。
147
+
148
+ 新增数据结构:
149
+
150
+ * [DdosSpeedLimit](https://cloud.tencent.com/document/api/1552/73155#DdosSpeedLimit)
151
+
152
+ 修改数据结构:
153
+
154
+ * [DdosRule](https://cloud.tencent.com/document/api/1552/73155#DdosRule)
155
+
156
+ * 新增成员:DdosSpeedLimit
157
+
158
+
159
+
160
+
161
+ ## 容器服务(tke) 版本:2018-05-25
162
+
163
+ ### 第 116 次发布
164
+
165
+ 发布时间:2022-08-17 06:42:44
166
+
167
+ 本次发布包含了以下内容:
168
+
169
+ 改善已有的文档。
170
+
171
+ 新增接口:
172
+
173
+ * [CreateEdgeCVMInstances](https://cloud.tencent.com/document/api/457/79153)
58
174
 
59
175
 
60
176
 
@@ -1364,6 +1480,40 @@
1364
1480
 
1365
1481
  ## 音频内容检测(ams) 版本:2020-12-29
1366
1482
 
1483
+ ### 第 8 次发布
1484
+
1485
+ 发布时间:2022-08-16 06:06:52
1486
+
1487
+ 本次发布包含了以下内容:
1488
+
1489
+ 改善已有的文档。
1490
+
1491
+ 修改数据结构:
1492
+
1493
+ * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
1494
+
1495
+ * 新增成员:Suggestion
1496
+
1497
+
1498
+ ### 第 7 次发布
1499
+
1500
+ 发布时间:2022-08-15 06:07:00
1501
+
1502
+ 本次发布包含了以下内容:
1503
+
1504
+ 改善已有的文档。
1505
+
1506
+ 修改接口:
1507
+
1508
+ * [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755)
1509
+
1510
+ * 新增出参:SubLabel, LanguageResults, SpeakerResults, RecognitionResults
1511
+
1512
+
1513
+ 新增数据结构:
1514
+
1515
+ * [AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult)
1516
+
1367
1517
  ### 第 6 次发布
1368
1518
 
1369
1519
  发布时间:2022-06-17 06:02:19
@@ -6311,6 +6461,41 @@
6311
6461
 
6312
6462
  ## 计费相关(billing) 版本:2018-07-09
6313
6463
 
6464
+ ### 第 35 次发布
6465
+
6466
+ 发布时间:2022-08-15 06:09:23
6467
+
6468
+ 本次发布包含了以下内容:
6469
+
6470
+ 改善已有的文档。
6471
+
6472
+ 修改数据结构:
6473
+
6474
+ * [BusinessSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryOverviewItem)
6475
+
6476
+ * 新增成员:TransferPayAmount
6477
+
6478
+ * [BusinessSummaryTotal](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryTotal)
6479
+
6480
+ * 新增成员:TransferPayAmount
6481
+
6482
+ * [PayModeSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#PayModeSummaryOverviewItem)
6483
+
6484
+ * 新增成员:TransferPayAmount
6485
+
6486
+ * [ProjectSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#ProjectSummaryOverviewItem)
6487
+
6488
+ * 新增成员:TransferPayAmount
6489
+
6490
+ * [RegionSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#RegionSummaryOverviewItem)
6491
+
6492
+ * 新增成员:TransferPayAmount
6493
+
6494
+ * [TagSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#TagSummaryOverviewItem)
6495
+
6496
+ * 新增成员:CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
6497
+
6498
+
6314
6499
  ### 第 34 次发布
6315
6500
 
6316
6501
  发布时间:2022-06-08 06:04:08
@@ -7527,6 +7712,18 @@
7527
7712
 
7528
7713
  ## 品牌经营管家(bma) 版本:2021-06-24
7529
7714
 
7715
+ ### 第 5 次发布
7716
+
7717
+ 发布时间:2022-08-17 06:09:30
7718
+
7719
+ 本次发布包含了以下内容:
7720
+
7721
+ 改善已有的文档。
7722
+
7723
+ 新增接口:
7724
+
7725
+ * [[CreateCRUserVerify](https://cloud.tencent.com/document/api/1296/79150)](https://cloud.tencent.com/document/api/#/#)
7726
+
7530
7727
  ### 第 4 次发布
7531
7728
 
7532
7729
  发布时间:2022-08-02 06:05:09
@@ -10584,6 +10781,21 @@
10584
10781
 
10585
10782
  ## 云呼叫中心(ccc) 版本:2020-02-10
10586
10783
 
10784
+ ### 第 29 次发布
10785
+
10786
+ 发布时间:2022-08-17 06:11:23
10787
+
10788
+ 本次发布包含了以下内容:
10789
+
10790
+ 改善已有的文档。
10791
+
10792
+ 修改接口:
10793
+
10794
+ * [DescribeStaffInfoList](https://cloud.tencent.com/document/api/679/53309)
10795
+
10796
+ * 新增入参:SkillGroupId
10797
+
10798
+
10587
10799
  ### 第 28 次发布
10588
10800
 
10589
10801
  发布时间:2022-08-11 06:14:26
@@ -17143,6 +17355,39 @@
17143
17355
 
17144
17356
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
17145
17357
 
17358
+ ### 第 51 次发布
17359
+
17360
+ 发布时间:2022-08-16 06:14:00
17361
+
17362
+ 本次发布包含了以下内容:
17363
+
17364
+ 改善已有的文档。
17365
+
17366
+ 新增数据结构:
17367
+
17368
+ * [TableMapping](https://cloud.tencent.com/document/api/597/40861#TableMapping)
17369
+
17370
+ 修改数据结构:
17371
+
17372
+ * [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
17373
+
17374
+ * 新增成员:TableMappings, UseTableMapping
17375
+
17376
+ * <font color="#dd0000">**修改成员**:</font>Topic
17377
+
17378
+ * [MySQLConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLConnectParam)
17379
+
17380
+ * 新增成员:SelfBuilt
17381
+
17382
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
17383
+
17384
+ * 新增成员:OutputFormat, IsTablePrefix, IncludeContentChanges, IncludeQuery
17385
+
17386
+ * [PostgreSQLConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLConnectParam)
17387
+
17388
+ * 新增成员:SelfBuilt
17389
+
17390
+
17146
17391
  ### 第 50 次发布
17147
17392
 
17148
17393
  发布时间:2022-08-11 06:18:51
@@ -24518,6 +24763,21 @@
24518
24763
 
24519
24764
  ## 云服务器(cvm) 版本:2017-03-12
24520
24765
 
24766
+ ### 第 93 次发布
24767
+
24768
+ 发布时间:2022-08-17 06:17:00
24769
+
24770
+ 本次发布包含了以下内容:
24771
+
24772
+ 改善已有的文档。
24773
+
24774
+ 修改接口:
24775
+
24776
+ * [SyncImages](https://cloud.tencent.com/document/api/213/15711)
24777
+
24778
+ * 新增入参:ImageName
24779
+
24780
+
24521
24781
  ### 第 92 次发布
24522
24782
 
24523
24783
  发布时间:2022-08-08 06:14:02
@@ -27952,6 +28212,21 @@
27952
28212
 
27953
28213
  ## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
27954
28214
 
28215
+ ### 第 22 次发布
28216
+
28217
+ 发布时间:2022-08-16 06:18:39
28218
+
28219
+ 本次发布包含了以下内容:
28220
+
28221
+ 改善已有的文档。
28222
+
28223
+ 修改数据结构:
28224
+
28225
+ * [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
28226
+
28227
+ * 新增成员:UniqSubnetId, UniqVpcId, Description
28228
+
28229
+
27955
28230
  ### 第 21 次发布
27956
28231
 
27957
28232
  发布时间:2022-07-26 06:12:54
@@ -28405,6 +28680,92 @@
28405
28680
 
28406
28681
  ## 堡垒机(dasb) 版本:2019-10-18
28407
28682
 
28683
+ ### 第 3 次发布
28684
+
28685
+ 发布时间:2022-08-16 06:19:02
28686
+
28687
+ 本次发布包含了以下内容:
28688
+
28689
+ 改善已有的文档。
28690
+
28691
+ 修改接口:
28692
+
28693
+ * [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
28694
+
28695
+ * 新增入参:DepartmentId
28696
+
28697
+ * [CreateDeviceGroup](https://cloud.tencent.com/document/api/1025/74790)
28698
+
28699
+ * 新增入参:DepartmentId
28700
+
28701
+ * [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
28702
+
28703
+ * 新增入参:DepartmentId
28704
+
28705
+ * [CreateUserGroup](https://cloud.tencent.com/document/api/1025/74798)
28706
+
28707
+ * 新增入参:DepartmentId
28708
+
28709
+ * [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
28710
+
28711
+ * 新增入参:DepartmentId
28712
+
28713
+ * [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
28714
+
28715
+ * 新增入参:DepartmentId
28716
+
28717
+ * [DescribeDeviceGroups](https://cloud.tencent.com/document/api/1025/74786)
28718
+
28719
+ * 新增入参:DepartmentId
28720
+
28721
+ * [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
28722
+
28723
+ * 新增入参:DepartmentId
28724
+
28725
+ * [DescribeUserGroupMembers](https://cloud.tencent.com/document/api/1025/74795)
28726
+
28727
+ * 新增入参:DepartmentId
28728
+
28729
+ * [DescribeUserGroups](https://cloud.tencent.com/document/api/1025/74794)
28730
+
28731
+ * 新增入参:DepartmentId
28732
+
28733
+ * [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
28734
+
28735
+ * 新增入参:DepartmentId
28736
+
28737
+ * [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
28738
+
28739
+ * 新增入参:DepartmentId
28740
+
28741
+ * [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
28742
+
28743
+ * 新增入参:DepartmentId
28744
+
28745
+
28746
+ 新增数据结构:
28747
+
28748
+ * [Department](https://cloud.tencent.com/document/api/1025/74416#Department)
28749
+
28750
+ 修改数据结构:
28751
+
28752
+ * [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
28753
+
28754
+ * 新增成员:Department
28755
+
28756
+ * [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
28757
+
28758
+ * 新增成员:Department
28759
+
28760
+ * [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
28761
+
28762
+ * 新增成员:Department
28763
+
28764
+ * [User](https://cloud.tencent.com/document/api/1025/74416#User)
28765
+
28766
+ * 新增成员:Department, DepartmentId
28767
+
28768
+
28408
28769
  ### 第 2 次发布
28409
28770
 
28410
28771
  发布时间:2022-06-01 20:56:43
@@ -34958,6 +35319,21 @@
34958
35319
 
34959
35320
  ## 企业集成服务(eis) 版本:2021-06-01
34960
35321
 
35322
+ ### 第 4 次发布
35323
+
35324
+ 发布时间:2022-08-16 06:23:41
35325
+
35326
+ 本次发布包含了以下内容:
35327
+
35328
+ 改善已有的文档。
35329
+
35330
+ 修改接口:
35331
+
35332
+ * [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
35333
+
35334
+ * 新增入参:GroupId, Status
35335
+
35336
+
34961
35337
  ### 第 3 次发布
34962
35338
 
34963
35339
  发布时间:2022-06-16 06:06:58
@@ -35931,6 +36307,32 @@
35931
36307
 
35932
36308
  ## Elasticsearch Service(es) 版本:2018-04-16
35933
36309
 
36310
+ ### 第 33 次发布
36311
+
36312
+ 发布时间:2022-08-16 06:24:00
36313
+
36314
+ 本次发布包含了以下内容:
36315
+
36316
+ 改善已有的文档。
36317
+
36318
+ 修改接口:
36319
+
36320
+ * [UpdateIndex](https://cloud.tencent.com/document/api/845/74380)
36321
+
36322
+ * 新增入参:RolloverBackingIndex
36323
+
36324
+
36325
+ 新增数据结构:
36326
+
36327
+ * [OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)
36328
+
36329
+ 修改数据结构:
36330
+
36331
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
36332
+
36333
+ * 新增成员:OptionalWebServiceInfos, AutoIndexEnabled
36334
+
36335
+
35934
36336
  ### 第 32 次发布
35935
36337
 
35936
36338
  发布时间:2022-08-03 06:23:52
@@ -36693,7 +37095,7 @@
36693
37095
 
36694
37096
  新增接口:
36695
37097
 
36696
- * [[CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)](https://cloud.tencent.com/document/api/#/#)
37098
+ * [CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)
36697
37099
 
36698
37100
  ### 第 13 次发布
36699
37101
 
@@ -39708,6 +40110,25 @@
39708
40110
 
39709
40111
  ## 游戏多媒体引擎(gme) 版本:2018-07-11
39710
40112
 
40113
+ ### 第 22 次发布
40114
+
40115
+ 发布时间:2022-08-17 06:24:51
40116
+
40117
+ 本次发布包含了以下内容:
40118
+
40119
+ 改善已有的文档。
40120
+
40121
+ <font color="#dd0000">**删除接口**:</font>
40122
+
40123
+ * DescribeFilterResult
40124
+ * DescribeFilterResultList
40125
+ * VoiceFilter
40126
+
40127
+ <font color="#dd0000">**删除数据结构**:</font>
40128
+
40129
+ * VoiceFilter
40130
+ * VoiceFilterInfo
40131
+
39711
40132
  ### 第 21 次发布
39712
40133
 
39713
40134
  发布时间:2022-08-11 06:32:55
@@ -43787,6 +44208,18 @@
43787
44208
 
43788
44209
  ## 物联网通信(iotcloud) 版本:2021-04-08
43789
44210
 
44211
+ ### 第 6 次发布
44212
+
44213
+ 发布时间:2022-08-16 06:27:22
44214
+
44215
+ 本次发布包含了以下内容:
44216
+
44217
+ 改善已有的文档。
44218
+
44219
+ 新增接口:
44220
+
44221
+ * [DeleteDeviceShadow](https://cloud.tencent.com/document/api/634/79109)
44222
+
43790
44223
  ### 第 5 次发布
43791
44224
 
43792
44225
  发布时间:2022-05-27 06:10:42
@@ -46460,6 +46893,34 @@
46460
46893
 
46461
46894
 
46462
46895
 
46896
+ ## 智能推荐平台(irp) 版本:2022-08-05
46897
+
46898
+ ### 第 1 次发布
46899
+
46900
+ 发布时间:2022-08-12 14:06:35
46901
+
46902
+ 本次发布包含了以下内容:
46903
+
46904
+ 改善已有的文档。
46905
+
46906
+ 新增接口:
46907
+
46908
+ * [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
46909
+ * [ReportFeedBehavior](https://cloud.tencent.com/document/api/1541/78994)
46910
+ * [ReportFeedItem](https://cloud.tencent.com/document/api/1541/78993)
46911
+ * [ReportFeedUser](https://cloud.tencent.com/document/api/1541/78992)
46912
+
46913
+ 新增数据结构:
46914
+
46915
+ * [DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo)
46916
+ * [DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem)
46917
+ * [FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo)
46918
+ * [FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo)
46919
+ * [RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData)
46920
+ * [UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo)
46921
+
46922
+
46923
+
46463
46924
 
46464
46925
  ## 视频智能标签(ivld) 版本:2021-09-03
46465
46926
 
@@ -47682,6 +48143,36 @@
47682
48143
 
47683
48144
  ## 云直播(live) 版本:2018-08-01
47684
48145
 
48146
+ ### 第 86 次发布
48147
+
48148
+ 发布时间:2022-08-17 06:29:38
48149
+
48150
+ 本次发布包含了以下内容:
48151
+
48152
+ 改善已有的文档。
48153
+
48154
+ 修改接口:
48155
+
48156
+ * [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
48157
+
48158
+ * 新增入参:WatermarkList
48159
+
48160
+ * [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
48161
+
48162
+ * 新增入参:WatermarkList
48163
+
48164
+
48165
+ 新增数据结构:
48166
+
48167
+ * [[PullPushWatermarkInfo](https://cloud.tencent.com/document/api/267/20474#PullPushWatermarkInfo)](https://cloud.tencent.com/document/api/267/20474#[PullPushWatermarkInfo](https://cloud.tencent.com/document/api/267/20474#PullPushWatermarkInfo))
48168
+
48169
+ 修改数据结构:
48170
+
48171
+ * [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
48172
+
48173
+ * 新增成员:BackupSourceType, BackupSourceUrl, WatermarkList
48174
+
48175
+
47685
48176
  ### 第 85 次发布
47686
48177
 
47687
48178
  发布时间:2022-08-11 06:39:01
@@ -50862,6 +51353,18 @@
50862
51353
 
50863
51354
  ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
50864
51355
 
51356
+ ### 第 23 次发布
51357
+
51358
+ 发布时间:2022-08-15 06:31:24
51359
+
51360
+ 本次发布包含了以下内容:
51361
+
51362
+ 改善已有的文档。
51363
+
51364
+ 新增接口:
51365
+
51366
+ * [TerminateDBInstances](https://cloud.tencent.com/document/api/240/79047)
51367
+
50865
51368
  ### 第 22 次发布
50866
51369
 
50867
51370
  发布时间:2022-08-11 06:40:51
@@ -55150,6 +55653,21 @@
55150
55653
 
55151
55654
  ## 文字识别(ocr) 版本:2018-11-19
55152
55655
 
55656
+ ### 第 75 次发布
55657
+
55658
+ 发布时间:2022-08-16 06:34:58
55659
+
55660
+ 本次发布包含了以下内容:
55661
+
55662
+ 改善已有的文档。
55663
+
55664
+ 修改接口:
55665
+
55666
+ * [SmartStructuralOCR](https://cloud.tencent.com/document/api/866/60877)
55667
+
55668
+ * 新增入参:ReturnFullText
55669
+
55670
+
55153
55671
  ### 第 74 次发布
55154
55672
 
55155
55673
  发布时间:2022-08-12 11:13:38
@@ -57947,6 +58465,32 @@
57947
58465
 
57948
58466
  ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
57949
58467
 
58468
+ ### 第 9 次发布
58469
+
58470
+ 发布时间:2022-08-15 06:34:53
58471
+
58472
+ 本次发布包含了以下内容:
58473
+
58474
+ 改善已有的文档。
58475
+
58476
+ 修改接口:
58477
+
58478
+ * [CreatePrivateZone](https://cloud.tencent.com/document/api/1338/55946)
58479
+
58480
+ * 新增入参:CnameSpeedupStatus
58481
+
58482
+ * [ModifyPrivateZone](https://cloud.tencent.com/document/api/1338/55935)
58483
+
58484
+ * 新增入参:CnameSpeedupStatus
58485
+
58486
+
58487
+ 修改数据结构:
58488
+
58489
+ * [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
58490
+
58491
+ * 新增成员:CnameSpeedupStatus
58492
+
58493
+
57950
58494
  ### 第 8 次发布
57951
58495
 
57952
58496
  发布时间:2022-08-01 11:48:13
@@ -58117,7 +58661,22 @@
58117
58661
 
58118
58662
 
58119
58663
 
58120
- ## 性能测试服务(pts) 版本:2021-07-28
58664
+ ## 云压测(pts) 版本:2021-07-28
58665
+
58666
+ ### 第 2 次发布
58667
+
58668
+ 发布时间:2022-08-15 06:35:03
58669
+
58670
+ 本次发布包含了以下内容:
58671
+
58672
+ 改善已有的文档。
58673
+
58674
+ 修改接口:
58675
+
58676
+ * [DescribeScenarioWithJobs](https://cloud.tencent.com/document/api/1484/78066)
58677
+
58678
+ * 新增入参:IgnoreDataset
58679
+
58121
58680
 
58122
58681
  ### 第 1 次发布
58123
58682
 
@@ -61362,6 +61921,22 @@
61362
61921
 
61363
61922
  ## 短信(sms) 版本:2021-01-11
61364
61923
 
61924
+ ### 第 5 次发布
61925
+
61926
+ 发布时间:2022-08-17 06:36:01
61927
+
61928
+ 本次发布包含了以下内容:
61929
+
61930
+ 改善已有的文档。
61931
+
61932
+ 新增接口:
61933
+
61934
+ * [[ReportConversion](https://cloud.tencent.com/document/api/382/79152)](https://cloud.tencent.com/document/api/#/#)
61935
+
61936
+ 新增数据结构:
61937
+
61938
+ * [[ReportConversionStatus](https://cloud.tencent.com/document/api/382/52068#ReportConversionStatus)](https://cloud.tencent.com/document/api/382/52068#[ReportConversionStatus](https://cloud.tencent.com/document/api/382/52068#ReportConversionStatus))
61939
+
61365
61940
  ### 第 4 次发布
61366
61941
 
61367
61942
  发布时间:2022-02-23 08:11:58
@@ -67039,6 +67614,21 @@
67039
67614
 
67040
67615
  ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
67041
67616
 
67617
+ ### 第 7 次发布
67618
+
67619
+ 发布时间:2022-08-15 06:39:26
67620
+
67621
+ 本次发布包含了以下内容:
67622
+
67623
+ 改善已有的文档。
67624
+
67625
+ 修改数据结构:
67626
+
67627
+ * [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
67628
+
67629
+ * 新增成员:AccessTypes
67630
+
67631
+
67042
67632
  ### 第 6 次发布
67043
67633
 
67044
67634
  发布时间:2022-08-02 06:31:39
@@ -67759,6 +68349,40 @@
67759
68349
 
67760
68350
  ## 容器镜像服务(tcr) 版本:2019-09-24
67761
68351
 
68352
+ ### 第 42 次发布
68353
+
68354
+ 发布时间:2022-08-15 06:39:36
68355
+
68356
+ 本次发布包含了以下内容:
68357
+
68358
+ 改善已有的文档。
68359
+
68360
+ 修改接口:
68361
+
68362
+ * [DescribeImages](https://cloud.tencent.com/document/api/1141/42723)
68363
+
68364
+ * 新增入参:Digest
68365
+
68366
+ * [DescribeNamespaces](https://cloud.tencent.com/document/api/1141/42765)
68367
+
68368
+ * 新增入参:KmsSignPolicy
68369
+
68370
+
68371
+ 新增数据结构:
68372
+
68373
+ * [KeyValueString](https://cloud.tencent.com/document/api/1141/41603#KeyValueString)
68374
+
68375
+ 修改数据结构:
68376
+
68377
+ * [TcrImageInfo](https://cloud.tencent.com/document/api/1141/41603#TcrImageInfo)
68378
+
68379
+ * 新增成员:Kind, KmsSignature
68380
+
68381
+ * [TcrNamespaceInfo](https://cloud.tencent.com/document/api/1141/41603#TcrNamespaceInfo)
68382
+
68383
+ * 新增成员:Metadata
68384
+
68385
+
67762
68386
  ### 第 41 次发布
67763
68387
 
67764
68388
  发布时间:2022-07-07 06:16:05
@@ -68554,6 +69178,21 @@
68554
69178
 
68555
69179
  ## 容器安全服务(tcss) 版本:2020-11-01
68556
69180
 
69181
+ ### 第 24 次发布
69182
+
69183
+ 发布时间:2022-08-15 06:40:11
69184
+
69185
+ 本次发布包含了以下内容:
69186
+
69187
+ 改善已有的文档。
69188
+
69189
+ 修改接口:
69190
+
69191
+ * [DescribeClusterSummary](https://cloud.tencent.com/document/api/1285/65447)
69192
+
69193
+ * 新增出参:CheckedClusterCount, AutoCheckClusterCount, ManualCheckClusterCount, FailedClusterCount
69194
+
69195
+
68557
69196
  ### 第 23 次发布
68558
69197
 
68559
69198
  发布时间:2022-08-11 06:51:30
@@ -71249,6 +71888,75 @@
71249
71888
 
71250
71889
  ## 边缘安全加速平台(teo) 版本:2022-01-06
71251
71890
 
71891
+ ### 第 19 次发布
71892
+
71893
+ 发布时间:2022-08-17 06:41:13
71894
+
71895
+ 本次发布包含了以下内容:
71896
+
71897
+ 改善已有的文档。
71898
+
71899
+ 新增数据结构:
71900
+
71901
+ * [[DdosSpeedLimit](https://cloud.tencent.com/document/api/1552/73155#DdosSpeedLimit)](https://cloud.tencent.com/document/api/1552/73155#[DdosSpeedLimit](https://cloud.tencent.com/document/api/1552/73155#DdosSpeedLimit))
71902
+
71903
+ 修改数据结构:
71904
+
71905
+ * [DdosRule](https://cloud.tencent.com/document/api/1552/73155#DdosRule)
71906
+
71907
+ * 新增成员:DdosSpeedLimit
71908
+
71909
+
71910
+ ### 第 18 次发布
71911
+
71912
+ 发布时间:2022-08-15 06:42:02
71913
+
71914
+ 本次发布包含了以下内容:
71915
+
71916
+ 改善已有的文档。
71917
+
71918
+ 修改接口:
71919
+
71920
+ * [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
71921
+
71922
+ * 新增入参:Ipv6
71923
+
71924
+ * [DescribeApplicationProxy](https://cloud.tencent.com/document/api/1552/74828)
71925
+
71926
+ * 新增入参:ProxyId
71927
+
71928
+ * [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
71929
+
71930
+ * 新增出参:Ipv6
71931
+
71932
+ * [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
71933
+
71934
+ * 新增出参:Ipv6
71935
+
71936
+ * [ModifyApplicationProxy](https://cloud.tencent.com/document/api/1552/74826)
71937
+
71938
+ * 新增入参:Ipv6
71939
+
71940
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/74819)
71941
+
71942
+ * 新增入参:Ipv6
71943
+
71944
+
71945
+ 新增数据结构:
71946
+
71947
+ * [Ipv6Access](https://cloud.tencent.com/document/api/1552/73155#Ipv6Access)
71948
+
71949
+ 修改数据结构:
71950
+
71951
+ * [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
71952
+
71953
+ * 新增成员:Ipv6
71954
+
71955
+ * [Origin](https://cloud.tencent.com/document/api/1552/73155#Origin)
71956
+
71957
+ * 新增成员:Origins, BackupOrigins, CosPrivateAccess
71958
+
71959
+
71252
71960
  ### 第 17 次发布
71253
71961
 
71254
71962
  发布时间:2022-08-11 06:53:53
@@ -72554,6 +73262,21 @@
72554
73262
 
72555
73263
  ## 图像分析(tiia) 版本:2019-05-29
72556
73264
 
73265
+ ### 第 27 次发布
73266
+
73267
+ 发布时间:2022-08-16 06:45:30
73268
+
73269
+ 本次发布包含了以下内容:
73270
+
73271
+ 改善已有的文档。
73272
+
73273
+ 修改数据结构:
73274
+
73275
+ * [Box](https://cloud.tencent.com/document/api/865/35474#Box)
73276
+
73277
+ * 新增成员:CategoryId
73278
+
73279
+
72557
73280
  ### 第 26 次发布
72558
73281
 
72559
73282
  发布时间:2022-07-29 06:16:27
@@ -73972,6 +74695,18 @@
73972
74695
 
73973
74696
  ## 容器服务(tke) 版本:2018-05-25
73974
74697
 
74698
+ ### 第 116 次发布
74699
+
74700
+ 发布时间:2022-08-17 06:42:44
74701
+
74702
+ 本次发布包含了以下内容:
74703
+
74704
+ 改善已有的文档。
74705
+
74706
+ 新增接口:
74707
+
74708
+ * [[CreateEdgeCVMInstances](https://cloud.tencent.com/document/api/457/79153)](https://cloud.tencent.com/document/api/#/#)
74709
+
73975
74710
  ### 第 115 次发布
73976
74711
 
73977
74712
  发布时间:2022-08-10 06:54:09
@@ -80032,6 +80767,27 @@
80032
80767
 
80033
80768
  ## 语音合成(tts) 版本:2019-08-23
80034
80769
 
80770
+ ### 第 7 次发布
80771
+
80772
+ 发布时间:2022-08-15 06:46:14
80773
+
80774
+ 本次发布包含了以下内容:
80775
+
80776
+ 改善已有的文档。
80777
+
80778
+ 修改接口:
80779
+
80780
+ * [TextToVoice](https://cloud.tencent.com/document/api/1073/37995)
80781
+
80782
+ * 新增入参:EnableSubtitle
80783
+
80784
+ * 新增出参:Subtitles
80785
+
80786
+
80787
+ 新增数据结构:
80788
+
80789
+ * [Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)
80790
+
80035
80791
  ### 第 6 次发布
80036
80792
 
80037
80793
  发布时间:2022-01-18 08:17:37
@@ -80269,6 +81025,21 @@
80269
81025
 
80270
81026
  ## 视频内容安全(vm) 版本:2020-12-29
80271
81027
 
81028
+ ### 第 6 次发布
81029
+
81030
+ 发布时间:2022-08-16 06:49:06
81031
+
81032
+ 本次发布包含了以下内容:
81033
+
81034
+ 改善已有的文档。
81035
+
81036
+ 修改数据结构:
81037
+
81038
+ * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailMoanResult)
81039
+
81040
+ * 新增成员:Suggestion
81041
+
81042
+
80272
81043
  ### 第 5 次发布
80273
81044
 
80274
81045
  发布时间:2022-06-17 06:16:09