tencentcloud-sdk-nodejs-ess 4.0.684 → 4.0.685
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 +70 -0
- package/SERVICE_CHANGELOG.md +130 -200
- package/package.json +1 -1
- package/products.md +5 -5
- package/src/services/ess/v20201111/ess_client.ts +6 -5
- package/src/services/ess/v20201111/ess_models.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,73 @@
|
|
|
1
|
+
# Release 4.0.685
|
|
2
|
+
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
|
+
|
|
5
|
+
### 第 44 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-09-11 01:23:41
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeAddressTemplateList](https://cloud.tencent.com/document/api/1132/97918)
|
|
16
|
+
* [DescribeAssetSync](https://cloud.tencent.com/document/api/1132/97917)
|
|
17
|
+
* [DescribeFwSyncStatus](https://cloud.tencent.com/document/api/1132/97920)
|
|
18
|
+
* [DescribeNatSwitchList](https://cloud.tencent.com/document/api/1132/97915)
|
|
19
|
+
* [ModifyAddressTemplate](https://cloud.tencent.com/document/api/1132/97919)
|
|
20
|
+
* [ModifyAssetSync](https://cloud.tencent.com/document/api/1132/97921)
|
|
21
|
+
* [ModifyNatInstance](https://cloud.tencent.com/document/api/1132/97914)
|
|
22
|
+
* [SyncFwOperate](https://cloud.tencent.com/document/api/1132/97916)
|
|
23
|
+
|
|
24
|
+
新增数据结构:
|
|
25
|
+
|
|
26
|
+
* [NatSwitchListData](https://cloud.tencent.com/document/api/1132/49071#NatSwitchListData)
|
|
27
|
+
* [TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
32
|
+
|
|
33
|
+
### 第 50 次发布
|
|
34
|
+
|
|
35
|
+
发布时间:2023-09-11 02:35:40
|
|
36
|
+
|
|
37
|
+
本次发布包含了以下内容:
|
|
38
|
+
|
|
39
|
+
改善已有的文档。
|
|
40
|
+
|
|
41
|
+
新增接口:
|
|
42
|
+
|
|
43
|
+
* [DescribeHASwitchLog](https://cloud.tencent.com/document/api/238/97923)
|
|
44
|
+
* [SwitchCloudInstanceHA](https://cloud.tencent.com/document/api/238/97922)
|
|
45
|
+
|
|
46
|
+
新增数据结构:
|
|
47
|
+
|
|
48
|
+
* [SwitchLog](https://cloud.tencent.com/document/api/238/19976#SwitchLog)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
53
|
+
|
|
54
|
+
### 第 61 次发布
|
|
55
|
+
|
|
56
|
+
发布时间:2023-09-11 02:43:38
|
|
57
|
+
|
|
58
|
+
本次发布包含了以下内容:
|
|
59
|
+
|
|
60
|
+
改善已有的文档。
|
|
61
|
+
|
|
62
|
+
修改数据结构:
|
|
63
|
+
|
|
64
|
+
* [Registry](https://cloud.tencent.com/document/api/1141/41603#Registry)
|
|
65
|
+
|
|
66
|
+
* 新增成员:DeletionProtection
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
1
71
|
# Release 4.0.684
|
|
2
72
|
|
|
3
73
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,26 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
4
|
-
|
|
5
|
-
### 第 17 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-09-08 01:20:53
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeBackUpTables](https://cloud.tencent.com/document/api/1299/97836)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
3
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
20
4
|
|
|
21
|
-
### 第
|
|
5
|
+
### 第 44 次发布
|
|
22
6
|
|
|
23
|
-
发布时间:2023-09-
|
|
7
|
+
发布时间:2023-09-11 01:23:41
|
|
24
8
|
|
|
25
9
|
本次发布包含了以下内容:
|
|
26
10
|
|
|
@@ -28,63 +12,27 @@
|
|
|
28
12
|
|
|
29
13
|
新增接口:
|
|
30
14
|
|
|
31
|
-
* [
|
|
32
|
-
* [
|
|
33
|
-
* [
|
|
34
|
-
* [
|
|
35
|
-
* [
|
|
36
|
-
* [
|
|
37
|
-
* [
|
|
38
|
-
* [
|
|
39
|
-
* [DescribeVpcAcRule](https://cloud.tencent.com/document/api/1132/97844)
|
|
40
|
-
* [DescribeVpcFwGroupSwitch](https://cloud.tencent.com/document/api/1132/97840)
|
|
41
|
-
* [ModifyAclRule](https://cloud.tencent.com/document/api/1132/97843)
|
|
42
|
-
* [ModifyBlockIgnoreRule](https://cloud.tencent.com/document/api/1132/97852)
|
|
43
|
-
* [ModifyEdgeIpSwitch](https://cloud.tencent.com/document/api/1132/97839)
|
|
44
|
-
* [ModifyFwGroupSwitch](https://cloud.tencent.com/document/api/1132/97851)
|
|
45
|
-
* [ModifySequenceAclRules](https://cloud.tencent.com/document/api/1132/97850)
|
|
46
|
-
* [ModifyVpcAcRule](https://cloud.tencent.com/document/api/1132/97842)
|
|
47
|
-
* [ModifyVpcFwGroup](https://cloud.tencent.com/document/api/1132/97849)
|
|
48
|
-
* [ModifyVpcFwSequenceRules](https://cloud.tencent.com/document/api/1132/97848)
|
|
49
|
-
* [RemoveAclRule](https://cloud.tencent.com/document/api/1132/97838)
|
|
50
|
-
* [RemoveVpcAcRule](https://cloud.tencent.com/document/api/1132/97837)
|
|
51
|
-
|
|
52
|
-
修改接口:
|
|
53
|
-
|
|
54
|
-
* [CreateAddressTemplate](https://cloud.tencent.com/document/api/1132/95034)
|
|
55
|
-
|
|
56
|
-
* 新增出参:Uuid
|
|
57
|
-
|
|
58
|
-
* [CreateBlockIgnoreRuleList](https://cloud.tencent.com/document/api/1132/97724)
|
|
59
|
-
|
|
60
|
-
* 新增出参:List
|
|
61
|
-
|
|
15
|
+
* [DescribeAddressTemplateList](https://cloud.tencent.com/document/api/1132/97918)
|
|
16
|
+
* [DescribeAssetSync](https://cloud.tencent.com/document/api/1132/97917)
|
|
17
|
+
* [DescribeFwSyncStatus](https://cloud.tencent.com/document/api/1132/97920)
|
|
18
|
+
* [DescribeNatSwitchList](https://cloud.tencent.com/document/api/1132/97915)
|
|
19
|
+
* [ModifyAddressTemplate](https://cloud.tencent.com/document/api/1132/97919)
|
|
20
|
+
* [ModifyAssetSync](https://cloud.tencent.com/document/api/1132/97921)
|
|
21
|
+
* [ModifyNatInstance](https://cloud.tencent.com/document/api/1132/97914)
|
|
22
|
+
* [SyncFwOperate](https://cloud.tencent.com/document/api/1132/97916)
|
|
62
23
|
|
|
63
24
|
新增数据结构:
|
|
64
25
|
|
|
65
|
-
* [
|
|
66
|
-
* [
|
|
67
|
-
* [EdgeIpSwitch](https://cloud.tencent.com/document/api/1132/49071#EdgeIpSwitch)
|
|
68
|
-
* [FwDeploy](https://cloud.tencent.com/document/api/1132/49071#FwDeploy)
|
|
69
|
-
* [FwGateway](https://cloud.tencent.com/document/api/1132/49071#FwGateway)
|
|
70
|
-
* [FwGroupSwitch](https://cloud.tencent.com/document/api/1132/49071#FwGroupSwitch)
|
|
71
|
-
* [FwGroupSwitchShow](https://cloud.tencent.com/document/api/1132/49071#FwGroupSwitchShow)
|
|
72
|
-
* [NetInstancesInfo](https://cloud.tencent.com/document/api/1132/49071#NetInstancesInfo)
|
|
73
|
-
* [VpcFwCvmInsInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwCvmInsInfo)
|
|
74
|
-
* [VpcFwGroupInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwGroupInfo)
|
|
75
|
-
* [VpcFwInstance](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstance)
|
|
76
|
-
* [VpcFwInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceInfo)
|
|
77
|
-
* [VpcFwInstanceShow](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceShow)
|
|
78
|
-
* [VpcFwJoinInstanceType](https://cloud.tencent.com/document/api/1132/49071#VpcFwJoinInstanceType)
|
|
79
|
-
* [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
|
|
26
|
+
* [NatSwitchListData](https://cloud.tencent.com/document/api/1132/49071#NatSwitchListData)
|
|
27
|
+
* [TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)
|
|
80
28
|
|
|
81
29
|
|
|
82
30
|
|
|
83
|
-
##
|
|
31
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
84
32
|
|
|
85
|
-
### 第
|
|
33
|
+
### 第 50 次发布
|
|
86
34
|
|
|
87
|
-
发布时间:2023-09-
|
|
35
|
+
发布时间:2023-09-11 02:35:40
|
|
88
36
|
|
|
89
37
|
本次发布包含了以下内容:
|
|
90
38
|
|
|
@@ -92,24 +40,20 @@
|
|
|
92
40
|
|
|
93
41
|
新增接口:
|
|
94
42
|
|
|
95
|
-
* [
|
|
96
|
-
* [
|
|
97
|
-
* [ListPlatformEventPatterns](https://cloud.tencent.com/document/api/1359/97861)
|
|
98
|
-
* [ListPlatformProducts](https://cloud.tencent.com/document/api/1359/97860)
|
|
43
|
+
* [DescribeHASwitchLog](https://cloud.tencent.com/document/api/238/97923)
|
|
44
|
+
* [SwitchCloudInstanceHA](https://cloud.tencent.com/document/api/238/97922)
|
|
99
45
|
|
|
100
46
|
新增数据结构:
|
|
101
47
|
|
|
102
|
-
* [
|
|
103
|
-
* [PlatformEventSummary](https://cloud.tencent.com/document/api/1359/67704#PlatformEventSummary)
|
|
104
|
-
* [PlatformProduct](https://cloud.tencent.com/document/api/1359/67704#PlatformProduct)
|
|
48
|
+
* [SwitchLog](https://cloud.tencent.com/document/api/238/19976#SwitchLog)
|
|
105
49
|
|
|
106
50
|
|
|
107
51
|
|
|
108
|
-
##
|
|
52
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
109
53
|
|
|
110
|
-
### 第
|
|
54
|
+
### 第 61 次发布
|
|
111
55
|
|
|
112
|
-
发布时间:2023-09-
|
|
56
|
+
发布时间:2023-09-11 02:43:38
|
|
113
57
|
|
|
114
58
|
本次发布包含了以下内容:
|
|
115
59
|
|
|
@@ -117,80 +61,10 @@
|
|
|
117
61
|
|
|
118
62
|
修改数据结构:
|
|
119
63
|
|
|
120
|
-
* [
|
|
121
|
-
|
|
122
|
-
* <font color="#dd0000">**修改成员**:</font>CallbackUrl
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## 人脸融合(facefusion) 版本:2022-09-27
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
## 人脸融合(facefusion) 版本:2018-12-01
|
|
132
|
-
|
|
133
|
-
### 第 8 次发布
|
|
134
|
-
|
|
135
|
-
发布时间:2023-09-08 01:55:19
|
|
136
|
-
|
|
137
|
-
本次发布包含了以下内容:
|
|
138
|
-
|
|
139
|
-
改善已有的文档。
|
|
140
|
-
|
|
141
|
-
<font color="#dd0000">**预下线接口**:</font>
|
|
142
|
-
|
|
143
|
-
* FaceFusionLite
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
148
|
-
|
|
149
|
-
### 第 2 次发布
|
|
150
|
-
|
|
151
|
-
发布时间:2023-09-08 02:48:21
|
|
152
|
-
|
|
153
|
-
本次发布包含了以下内容:
|
|
154
|
-
|
|
155
|
-
改善已有的文档。
|
|
156
|
-
|
|
157
|
-
新增接口:
|
|
158
|
-
|
|
159
|
-
* [CreateInstance](https://cloud.tencent.com/document/api/1493/97868)
|
|
160
|
-
* [DeleteInstance](https://cloud.tencent.com/document/api/1493/97867)
|
|
161
|
-
* [DescribeInstance](https://cloud.tencent.com/document/api/1493/97866)
|
|
162
|
-
* [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)
|
|
163
|
-
|
|
164
|
-
新增数据结构:
|
|
165
|
-
|
|
166
|
-
* [Endpoint](https://cloud.tencent.com/document/api/1493/96031#Endpoint)
|
|
167
|
-
* [IpRule](https://cloud.tencent.com/document/api/1493/96031#IpRule)
|
|
168
|
-
* [VpcInfo](https://cloud.tencent.com/document/api/1493/96031#VpcInfo)
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
173
|
-
|
|
174
|
-
### 第 49 次发布
|
|
175
|
-
|
|
176
|
-
发布时间:2023-09-08 03:00:07
|
|
177
|
-
|
|
178
|
-
本次发布包含了以下内容:
|
|
179
|
-
|
|
180
|
-
改善已有的文档。
|
|
181
|
-
|
|
182
|
-
新增接口:
|
|
183
|
-
|
|
184
|
-
* [DescribeDomainVerifyResult](https://cloud.tencent.com/document/api/627/97869)
|
|
185
|
-
|
|
186
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
187
|
-
|
|
188
|
-
* AddSpartaProtectionAuto
|
|
189
|
-
* AddSpartaProtectionsAuto
|
|
64
|
+
* [Registry](https://cloud.tencent.com/document/api/1141/41603#Registry)
|
|
190
65
|
|
|
191
|
-
|
|
66
|
+
* 新增成员:DeletionProtection
|
|
192
67
|
|
|
193
|
-
* FailedInfo
|
|
194
68
|
|
|
195
69
|
|
|
196
70
|
|
|
@@ -20458,7 +20332,7 @@
|
|
|
20458
20332
|
|
|
20459
20333
|
新增接口:
|
|
20460
20334
|
|
|
20461
|
-
* [
|
|
20335
|
+
* [DescribeBackUpTables](https://cloud.tencent.com/document/api/1299/97836)
|
|
20462
20336
|
|
|
20463
20337
|
### 第 16 次发布
|
|
20464
20338
|
|
|
@@ -21512,6 +21386,30 @@
|
|
|
21512
21386
|
|
|
21513
21387
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
21514
21388
|
|
|
21389
|
+
### 第 44 次发布
|
|
21390
|
+
|
|
21391
|
+
发布时间:2023-09-11 01:23:41
|
|
21392
|
+
|
|
21393
|
+
本次发布包含了以下内容:
|
|
21394
|
+
|
|
21395
|
+
改善已有的文档。
|
|
21396
|
+
|
|
21397
|
+
新增接口:
|
|
21398
|
+
|
|
21399
|
+
* [[DescribeAddressTemplateList](https://cloud.tencent.com/document/api/1132/97918)](https://cloud.tencent.com/document/api/#/#)
|
|
21400
|
+
* [[DescribeAssetSync](https://cloud.tencent.com/document/api/1132/97917)](https://cloud.tencent.com/document/api/#/#)
|
|
21401
|
+
* [[DescribeFwSyncStatus](https://cloud.tencent.com/document/api/1132/97920)](https://cloud.tencent.com/document/api/#/#)
|
|
21402
|
+
* [[DescribeNatSwitchList](https://cloud.tencent.com/document/api/1132/97915)](https://cloud.tencent.com/document/api/#/#)
|
|
21403
|
+
* [[ModifyAddressTemplate](https://cloud.tencent.com/document/api/1132/97919)](https://cloud.tencent.com/document/api/#/#)
|
|
21404
|
+
* [[ModifyAssetSync](https://cloud.tencent.com/document/api/1132/97921)](https://cloud.tencent.com/document/api/#/#)
|
|
21405
|
+
* [[ModifyNatInstance](https://cloud.tencent.com/document/api/1132/97914)](https://cloud.tencent.com/document/api/#/#)
|
|
21406
|
+
* [[SyncFwOperate](https://cloud.tencent.com/document/api/1132/97916)](https://cloud.tencent.com/document/api/#/#)
|
|
21407
|
+
|
|
21408
|
+
新增数据结构:
|
|
21409
|
+
|
|
21410
|
+
* [[NatSwitchListData](https://cloud.tencent.com/document/api/1132/49071#NatSwitchListData)](https://cloud.tencent.com/document/api/1132/49071#[NatSwitchListData](https://cloud.tencent.com/document/api/1132/49071#NatSwitchListData))
|
|
21411
|
+
* [[TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)](https://cloud.tencent.com/document/api/1132/49071#[TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo))
|
|
21412
|
+
|
|
21515
21413
|
### 第 43 次发布
|
|
21516
21414
|
|
|
21517
21415
|
发布时间:2023-09-08 01:22:02
|
|
@@ -21522,26 +21420,26 @@
|
|
|
21522
21420
|
|
|
21523
21421
|
新增接口:
|
|
21524
21422
|
|
|
21525
|
-
* [
|
|
21526
|
-
* [
|
|
21527
|
-
* [
|
|
21528
|
-
* [
|
|
21529
|
-
* [
|
|
21530
|
-
* [
|
|
21531
|
-
* [
|
|
21532
|
-
* [
|
|
21533
|
-
* [
|
|
21534
|
-
* [
|
|
21535
|
-
* [
|
|
21536
|
-
* [
|
|
21537
|
-
* [
|
|
21538
|
-
* [
|
|
21539
|
-
* [
|
|
21540
|
-
* [
|
|
21541
|
-
* [
|
|
21542
|
-
* [
|
|
21543
|
-
* [
|
|
21544
|
-
* [
|
|
21423
|
+
* [AddAclRule](https://cloud.tencent.com/document/api/1132/97847)
|
|
21424
|
+
* [AddVpcAcRule](https://cloud.tencent.com/document/api/1132/97846)
|
|
21425
|
+
* [CreateVpcFwGroup](https://cloud.tencent.com/document/api/1132/97855)
|
|
21426
|
+
* [DeleteBlockIgnoreRuleList](https://cloud.tencent.com/document/api/1132/97856)
|
|
21427
|
+
* [DeleteVpcFwGroup](https://cloud.tencent.com/document/api/1132/97854)
|
|
21428
|
+
* [DescribeAclRule](https://cloud.tencent.com/document/api/1132/97845)
|
|
21429
|
+
* [DescribeFwEdgeIps](https://cloud.tencent.com/document/api/1132/97841)
|
|
21430
|
+
* [DescribeFwGroupInstanceInfo](https://cloud.tencent.com/document/api/1132/97853)
|
|
21431
|
+
* [DescribeVpcAcRule](https://cloud.tencent.com/document/api/1132/97844)
|
|
21432
|
+
* [DescribeVpcFwGroupSwitch](https://cloud.tencent.com/document/api/1132/97840)
|
|
21433
|
+
* [ModifyAclRule](https://cloud.tencent.com/document/api/1132/97843)
|
|
21434
|
+
* [ModifyBlockIgnoreRule](https://cloud.tencent.com/document/api/1132/97852)
|
|
21435
|
+
* [ModifyEdgeIpSwitch](https://cloud.tencent.com/document/api/1132/97839)
|
|
21436
|
+
* [ModifyFwGroupSwitch](https://cloud.tencent.com/document/api/1132/97851)
|
|
21437
|
+
* [ModifySequenceAclRules](https://cloud.tencent.com/document/api/1132/97850)
|
|
21438
|
+
* [ModifyVpcAcRule](https://cloud.tencent.com/document/api/1132/97842)
|
|
21439
|
+
* [ModifyVpcFwGroup](https://cloud.tencent.com/document/api/1132/97849)
|
|
21440
|
+
* [ModifyVpcFwSequenceRules](https://cloud.tencent.com/document/api/1132/97848)
|
|
21441
|
+
* [RemoveAclRule](https://cloud.tencent.com/document/api/1132/97838)
|
|
21442
|
+
* [RemoveVpcAcRule](https://cloud.tencent.com/document/api/1132/97837)
|
|
21545
21443
|
|
|
21546
21444
|
修改接口:
|
|
21547
21445
|
|
|
@@ -21556,21 +21454,21 @@
|
|
|
21556
21454
|
|
|
21557
21455
|
新增数据结构:
|
|
21558
21456
|
|
|
21559
|
-
* [
|
|
21560
|
-
* [
|
|
21561
|
-
* [
|
|
21562
|
-
* [
|
|
21563
|
-
* [
|
|
21564
|
-
* [
|
|
21565
|
-
* [
|
|
21566
|
-
* [
|
|
21567
|
-
* [
|
|
21568
|
-
* [
|
|
21569
|
-
* [
|
|
21570
|
-
* [
|
|
21571
|
-
* [
|
|
21572
|
-
* [
|
|
21573
|
-
* [
|
|
21457
|
+
* [CreateRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateRuleItem)
|
|
21458
|
+
* [EdgeIpInfo](https://cloud.tencent.com/document/api/1132/49071#EdgeIpInfo)
|
|
21459
|
+
* [EdgeIpSwitch](https://cloud.tencent.com/document/api/1132/49071#EdgeIpSwitch)
|
|
21460
|
+
* [FwDeploy](https://cloud.tencent.com/document/api/1132/49071#FwDeploy)
|
|
21461
|
+
* [FwGateway](https://cloud.tencent.com/document/api/1132/49071#FwGateway)
|
|
21462
|
+
* [FwGroupSwitch](https://cloud.tencent.com/document/api/1132/49071#FwGroupSwitch)
|
|
21463
|
+
* [FwGroupSwitchShow](https://cloud.tencent.com/document/api/1132/49071#FwGroupSwitchShow)
|
|
21464
|
+
* [NetInstancesInfo](https://cloud.tencent.com/document/api/1132/49071#NetInstancesInfo)
|
|
21465
|
+
* [VpcFwCvmInsInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwCvmInsInfo)
|
|
21466
|
+
* [VpcFwGroupInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwGroupInfo)
|
|
21467
|
+
* [VpcFwInstance](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstance)
|
|
21468
|
+
* [VpcFwInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceInfo)
|
|
21469
|
+
* [VpcFwInstanceShow](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceShow)
|
|
21470
|
+
* [VpcFwJoinInstanceType](https://cloud.tencent.com/document/api/1132/49071#VpcFwJoinInstanceType)
|
|
21471
|
+
* [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
|
|
21574
21472
|
|
|
21575
21473
|
### 第 42 次发布
|
|
21576
21474
|
|
|
@@ -47790,16 +47688,16 @@
|
|
|
47790
47688
|
|
|
47791
47689
|
新增接口:
|
|
47792
47690
|
|
|
47793
|
-
* [
|
|
47794
|
-
* [
|
|
47795
|
-
* [
|
|
47796
|
-
* [
|
|
47691
|
+
* [GetPlatformEventTemplate](https://cloud.tencent.com/document/api/1359/97863)
|
|
47692
|
+
* [ListPlatformEventNames](https://cloud.tencent.com/document/api/1359/97862)
|
|
47693
|
+
* [ListPlatformEventPatterns](https://cloud.tencent.com/document/api/1359/97861)
|
|
47694
|
+
* [ListPlatformProducts](https://cloud.tencent.com/document/api/1359/97860)
|
|
47797
47695
|
|
|
47798
47696
|
新增数据结构:
|
|
47799
47697
|
|
|
47800
|
-
* [
|
|
47801
|
-
* [
|
|
47802
|
-
* [
|
|
47698
|
+
* [PlatformEventDetail](https://cloud.tencent.com/document/api/1359/67704#PlatformEventDetail)
|
|
47699
|
+
* [PlatformEventSummary](https://cloud.tencent.com/document/api/1359/67704#PlatformEventSummary)
|
|
47700
|
+
* [PlatformProduct](https://cloud.tencent.com/document/api/1359/67704#PlatformProduct)
|
|
47803
47701
|
|
|
47804
47702
|
### 第 11 次发布
|
|
47805
47703
|
|
|
@@ -91260,6 +91158,23 @@
|
|
|
91260
91158
|
|
|
91261
91159
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
91262
91160
|
|
|
91161
|
+
### 第 50 次发布
|
|
91162
|
+
|
|
91163
|
+
发布时间:2023-09-11 02:35:40
|
|
91164
|
+
|
|
91165
|
+
本次发布包含了以下内容:
|
|
91166
|
+
|
|
91167
|
+
改善已有的文档。
|
|
91168
|
+
|
|
91169
|
+
新增接口:
|
|
91170
|
+
|
|
91171
|
+
* [[DescribeHASwitchLog](https://cloud.tencent.com/document/api/238/97923)](https://cloud.tencent.com/document/api/#/#)
|
|
91172
|
+
* [[SwitchCloudInstanceHA](https://cloud.tencent.com/document/api/238/97922)](https://cloud.tencent.com/document/api/#/#)
|
|
91173
|
+
|
|
91174
|
+
新增数据结构:
|
|
91175
|
+
|
|
91176
|
+
* [[SwitchLog](https://cloud.tencent.com/document/api/238/19976#SwitchLog)](https://cloud.tencent.com/document/api/238/19976#[SwitchLog](https://cloud.tencent.com/document/api/238/19976#SwitchLog))
|
|
91177
|
+
|
|
91263
91178
|
### 第 49 次发布
|
|
91264
91179
|
|
|
91265
91180
|
发布时间:2023-08-04 01:16:26
|
|
@@ -99090,6 +99005,21 @@
|
|
|
99090
99005
|
|
|
99091
99006
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
99092
99007
|
|
|
99008
|
+
### 第 61 次发布
|
|
99009
|
+
|
|
99010
|
+
发布时间:2023-09-11 02:43:38
|
|
99011
|
+
|
|
99012
|
+
本次发布包含了以下内容:
|
|
99013
|
+
|
|
99014
|
+
改善已有的文档。
|
|
99015
|
+
|
|
99016
|
+
修改数据结构:
|
|
99017
|
+
|
|
99018
|
+
* [Registry](https://cloud.tencent.com/document/api/1141/41603#Registry)
|
|
99019
|
+
|
|
99020
|
+
* 新增成员:DeletionProtection
|
|
99021
|
+
|
|
99022
|
+
|
|
99093
99023
|
### 第 60 次发布
|
|
99094
99024
|
|
|
99095
99025
|
发布时间:2023-08-15 01:36:55
|
|
@@ -115349,16 +115279,16 @@
|
|
|
115349
115279
|
|
|
115350
115280
|
新增接口:
|
|
115351
115281
|
|
|
115352
|
-
* [
|
|
115353
|
-
* [
|
|
115354
|
-
* [
|
|
115355
|
-
* [
|
|
115282
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/1493/97868)
|
|
115283
|
+
* [DeleteInstance](https://cloud.tencent.com/document/api/1493/97867)
|
|
115284
|
+
* [DescribeInstance](https://cloud.tencent.com/document/api/1493/97866)
|
|
115285
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)
|
|
115356
115286
|
|
|
115357
115287
|
新增数据结构:
|
|
115358
115288
|
|
|
115359
|
-
* [
|
|
115360
|
-
* [
|
|
115361
|
-
* [
|
|
115289
|
+
* [Endpoint](https://cloud.tencent.com/document/api/1493/96031#Endpoint)
|
|
115290
|
+
* [IpRule](https://cloud.tencent.com/document/api/1493/96031#IpRule)
|
|
115291
|
+
* [VpcInfo](https://cloud.tencent.com/document/api/1493/96031#VpcInfo)
|
|
115362
115292
|
|
|
115363
115293
|
### 第 1 次发布
|
|
115364
115294
|
|
|
@@ -129513,7 +129443,7 @@
|
|
|
129513
129443
|
|
|
129514
129444
|
新增接口:
|
|
129515
129445
|
|
|
129516
|
-
* [
|
|
129446
|
+
* [DescribeDomainVerifyResult](https://cloud.tencent.com/document/api/627/97869)
|
|
129517
129447
|
|
|
129518
129448
|
<font color="#dd0000">**删除接口**:</font>
|
|
129519
129449
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-09-05 02:02:52 |
|
|
50
50
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-09-01 01:09:12 |
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-
|
|
51
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-11 01:23:41 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
95
95
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-17 03:08:06 |
|
|
96
96
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-09-05 04:23:35 |
|
|
97
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-
|
|
97
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-11 01:56:47 |
|
|
98
98
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-05 17:36:50 |
|
|
99
99
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
|
|
100
100
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-06 01:49:13 |
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
110
110
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
111
111
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-08-17 03:18:40 |
|
|
112
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-09-
|
|
112
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-09-11 02:02:53 |
|
|
113
113
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
114
114
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
|
|
115
115
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-08-17 04:39:05 |
|
|
172
172
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
|
|
173
173
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
174
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-09-
|
|
174
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-09-11 02:35:40 |
|
|
175
175
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-08-22 01:18:52 |
|
|
176
176
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-09-05 06:45:12 |
|
|
177
177
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-08-10 01:37:37 |
|
|
193
193
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
194
194
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
|
|
195
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-
|
|
195
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-09-11 02:43:38 |
|
|
196
196
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-17 04:54:42 |
|
|
197
197
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
198
198
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
@@ -727,10 +727,11 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
727
727
|
/**
|
|
728
728
|
* 该接口用于发起合同后,生成个人用户的签署链接, 暂时不支持企业端签署 <br/>
|
|
729
729
|
|
|
730
|
-
|
|
731
|
-
`1. 该接口目前仅支持签署人类型是个人签署方的场景(PERSON
|
|
732
|
-
`2. 该接口可生成签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件
|
|
733
|
-
`3. 该接口返回的签署链接是用于APP集成的场景,支持APP
|
|
730
|
+
`注意:`<br/>
|
|
731
|
+
`1. 该接口目前仅支持签署人类型是个人签署方的场景(PERSON)。` <br/>
|
|
732
|
+
`2. 该接口可生成签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件 。` <br/>
|
|
733
|
+
`3. 该接口返回的签署链接是用于APP集成的场景,支持APP打开或浏览器直接打开,不支持微信小程序嵌入`。<br/>
|
|
734
|
+
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
|
734
735
|
*/
|
|
735
736
|
async CreateFlowSignUrl(
|
|
736
737
|
req: CreateFlowSignUrlRequest,
|
|
@@ -756,7 +757,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
756
757
|
适用场景2:已经上传了一个jpg图片文件,希望将该图片文件转换成pdf文件后发起合同<br />
|
|
757
758
|
转换文件是一个耗时操作,若想查看转换任务是否完成,可以通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/GetTaskResultApi" target="_blank">查询转换任务状态</a>接口获取任务状态。<br />
|
|
758
759
|
注:
|
|
759
|
-
1. `支持的文件类型有doc
|
|
760
|
+
1. `支持的文件类型有doc、docx、xls、xlsx、jpg、jpeg、png、bmp、txt`
|
|
760
761
|
2. `可通过发起合同时设置预览来检查转换文件是否达到预期效果`
|
|
761
762
|
*/
|
|
762
763
|
async CreateConvertTaskApi(
|
|
@@ -1511,7 +1511,7 @@ export interface AutoSignConfig {
|
|
|
1511
1511
|
<li>**TELECOM** : 运营商三要素验证</li></ul>
|
|
1512
1512
|
注:
|
|
1513
1513
|
<ul><li>如果是小程序开通链接,支持传 WEIXINAPP / TELECOM。为空默认 WEIXINAPP</li>
|
|
1514
|
-
<li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li>
|
|
1514
|
+
<li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li></ul>
|
|
1515
1515
|
*/
|
|
1516
1516
|
VerifyChannels?: Array<string>
|
|
1517
1517
|
/**
|
|
@@ -4343,7 +4343,7 @@ export interface CreateUserAutoSignEnableUrlRequest {
|
|
|
4343
4343
|
/**
|
|
4344
4344
|
* 生成的链接类型:
|
|
4345
4345
|
<ul><li> 不传(即为空值) 则会生成小程序端开通链接(默认)</li>
|
|
4346
|
-
<li> **H5SIGN** : 生成H5端开通链接</li
|
|
4346
|
+
<li> **H5SIGN** : 生成H5端开通链接</li></ul>
|
|
4347
4347
|
*/
|
|
4348
4348
|
UrlType?: string
|
|
4349
4349
|
/**
|
|
@@ -277,10 +277,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
277
277
|
/**
|
|
278
278
|
* 该接口用于发起合同后,生成个人用户的签署链接, 暂时不支持企业端签署 <br/>
|
|
279
279
|
|
|
280
|
-
|
|
281
|
-
`1. 该接口目前仅支持签署人类型是个人签署方的场景(PERSON
|
|
282
|
-
`2. 该接口可生成签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件
|
|
283
|
-
`3. 该接口返回的签署链接是用于APP集成的场景,支持APP
|
|
280
|
+
`注意:`<br/>
|
|
281
|
+
`1. 该接口目前仅支持签署人类型是个人签署方的场景(PERSON)。` <br/>
|
|
282
|
+
`2. 该接口可生成签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件 。` <br/>
|
|
283
|
+
`3. 该接口返回的签署链接是用于APP集成的场景,支持APP打开或浏览器直接打开,不支持微信小程序嵌入`。<br/>
|
|
284
|
+
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
|
284
285
|
*/
|
|
285
286
|
CreateFlowSignUrl(req: CreateFlowSignUrlRequest, cb?: (error: string, rep: CreateFlowSignUrlResponse) => void): Promise<CreateFlowSignUrlResponse>;
|
|
286
287
|
/**
|
|
@@ -294,7 +295,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
294
295
|
适用场景2:已经上传了一个jpg图片文件,希望将该图片文件转换成pdf文件后发起合同<br />
|
|
295
296
|
转换文件是一个耗时操作,若想查看转换任务是否完成,可以通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/GetTaskResultApi" target="_blank">查询转换任务状态</a>接口获取任务状态。<br />
|
|
296
297
|
注:
|
|
297
|
-
1. `支持的文件类型有doc
|
|
298
|
+
1. `支持的文件类型有doc、docx、xls、xlsx、jpg、jpeg、png、bmp、txt`
|
|
298
299
|
2. `可通过发起合同时设置预览来检查转换文件是否达到预期效果`
|
|
299
300
|
*/
|
|
300
301
|
CreateConvertTaskApi(req: CreateConvertTaskApiRequest, cb?: (error: string, rep: CreateConvertTaskApiResponse) => void): Promise<CreateConvertTaskApiResponse>;
|
|
@@ -378,10 +378,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
378
378
|
/**
|
|
379
379
|
* 该接口用于发起合同后,生成个人用户的签署链接, 暂时不支持企业端签署 <br/>
|
|
380
380
|
|
|
381
|
-
|
|
382
|
-
`1. 该接口目前仅支持签署人类型是个人签署方的场景(PERSON
|
|
383
|
-
`2. 该接口可生成签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件
|
|
384
|
-
`3. 该接口返回的签署链接是用于APP集成的场景,支持APP
|
|
381
|
+
`注意:`<br/>
|
|
382
|
+
`1. 该接口目前仅支持签署人类型是个人签署方的场景(PERSON)。` <br/>
|
|
383
|
+
`2. 该接口可生成签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件 。` <br/>
|
|
384
|
+
`3. 该接口返回的签署链接是用于APP集成的场景,支持APP打开或浏览器直接打开,不支持微信小程序嵌入`。<br/>
|
|
385
|
+
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
|
385
386
|
*/
|
|
386
387
|
async CreateFlowSignUrl(req, cb) {
|
|
387
388
|
return this.request("CreateFlowSignUrl", req, cb);
|
|
@@ -399,7 +400,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
399
400
|
适用场景2:已经上传了一个jpg图片文件,希望将该图片文件转换成pdf文件后发起合同<br />
|
|
400
401
|
转换文件是一个耗时操作,若想查看转换任务是否完成,可以通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/GetTaskResultApi" target="_blank">查询转换任务状态</a>接口获取任务状态。<br />
|
|
401
402
|
注:
|
|
402
|
-
1. `支持的文件类型有doc
|
|
403
|
+
1. `支持的文件类型有doc、docx、xls、xlsx、jpg、jpeg、png、bmp、txt`
|
|
403
404
|
2. `可通过发起合同时设置预览来检查转换文件是否达到预期效果`
|
|
404
405
|
*/
|
|
405
406
|
async CreateConvertTaskApi(req, cb) {
|
|
@@ -1445,7 +1445,7 @@ export interface AutoSignConfig {
|
|
|
1445
1445
|
<li>**TELECOM** : 运营商三要素验证</li></ul>
|
|
1446
1446
|
注:
|
|
1447
1447
|
<ul><li>如果是小程序开通链接,支持传 WEIXINAPP / TELECOM。为空默认 WEIXINAPP</li>
|
|
1448
|
-
<li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li>
|
|
1448
|
+
<li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li></ul>
|
|
1449
1449
|
*/
|
|
1450
1450
|
VerifyChannels?: Array<string>;
|
|
1451
1451
|
/**
|
|
@@ -4198,7 +4198,7 @@ export interface CreateUserAutoSignEnableUrlRequest {
|
|
|
4198
4198
|
/**
|
|
4199
4199
|
* 生成的链接类型:
|
|
4200
4200
|
<ul><li> 不传(即为空值) 则会生成小程序端开通链接(默认)</li>
|
|
4201
|
-
<li> **H5SIGN** : 生成H5端开通链接</li
|
|
4201
|
+
<li> **H5SIGN** : 生成H5端开通链接</li></ul>
|
|
4202
4202
|
*/
|
|
4203
4203
|
UrlType?: string;
|
|
4204
4204
|
/**
|