tencentcloud-sdk-nodejs-ses 4.0.302 → 4.0.303
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 +105 -0
- package/SERVICE_CHANGELOG.md +134 -43
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/services/ses/v20201002/ses_client.ts +15 -2
- package/src/services/ses/v20201002/ses_models.ts +51 -10
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +46 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,108 @@
|
|
|
1
|
+
# Release 4.0.303
|
|
2
|
+
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
|
+
|
|
5
|
+
### 第 58 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-03-08 08:09:49
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [QueryOpenBankBankAccountBalance](https://cloud.tencent.com/document/api/1122/70774)
|
|
16
|
+
* [QueryOpenBankDailyReceiptDownloadUrl](https://cloud.tencent.com/document/api/1122/70773)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [QueryOpenBankBankAccountBalanceResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankAccountBalanceResult)
|
|
21
|
+
* [QueryOpenBankDailyReceiptDownloadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDailyReceiptDownloadUrlResult)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
26
|
+
|
|
27
|
+
### 第 7 次发布
|
|
28
|
+
|
|
29
|
+
发布时间:2022-03-08 08:16:27
|
|
30
|
+
|
|
31
|
+
本次发布包含了以下内容:
|
|
32
|
+
|
|
33
|
+
改善已有的文档。
|
|
34
|
+
|
|
35
|
+
修改数据结构:
|
|
36
|
+
|
|
37
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
38
|
+
|
|
39
|
+
* 新增成员:BindStatus
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
49
|
+
|
|
50
|
+
### 第 8 次发布
|
|
51
|
+
|
|
52
|
+
发布时间:2022-03-07 16:52:17
|
|
53
|
+
|
|
54
|
+
本次发布包含了以下内容:
|
|
55
|
+
|
|
56
|
+
改善已有的文档。
|
|
57
|
+
|
|
58
|
+
新增接口:
|
|
59
|
+
|
|
60
|
+
* [CreateReceiverDetailWithData](https://cloud.tencent.com/document/api/1288/70776)
|
|
61
|
+
|
|
62
|
+
新增数据结构:
|
|
63
|
+
|
|
64
|
+
* [ReceiverInputData](https://cloud.tencent.com/document/api/1288/51053#ReceiverInputData)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
69
|
+
|
|
70
|
+
### 第 11 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2022-03-08 08:18:39
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
修改数据结构:
|
|
79
|
+
|
|
80
|
+
* [ImagesInfo](https://cloud.tencent.com/document/api/1285/65614#ImagesInfo)
|
|
81
|
+
|
|
82
|
+
* 新增成员:ComponentCnt
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
88
|
+
|
|
89
|
+
### 第 15 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2022-03-08 08:20:05
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
修改数据结构:
|
|
98
|
+
|
|
99
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1364/54942#EnvInfo)
|
|
100
|
+
|
|
101
|
+
* 新增成员:SpecId, EnvReplica, RunningCount
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
1
106
|
# Release 4.0.302
|
|
2
107
|
|
|
3
108
|
## 云数据加密代理网关(casb) 版本:2020-05-07
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 58 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-03-
|
|
7
|
+
发布时间:2022-03-08 08:09:49
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,82 +12,94 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [QueryOpenBankBankAccountBalance](https://cloud.tencent.com/document/api/1122/70774)
|
|
16
|
+
* [QueryOpenBankDailyReceiptDownloadUrl](https://cloud.tencent.com/document/api/1122/70773)
|
|
16
17
|
|
|
17
18
|
新增数据结构:
|
|
18
19
|
|
|
19
|
-
* [
|
|
20
|
+
* [QueryOpenBankBankAccountBalanceResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankAccountBalanceResult)
|
|
21
|
+
* [QueryOpenBankDailyReceiptDownloadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDailyReceiptDownloadUrlResult)
|
|
20
22
|
|
|
21
23
|
|
|
22
24
|
|
|
23
|
-
##
|
|
25
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
24
26
|
|
|
25
|
-
### 第
|
|
27
|
+
### 第 7 次发布
|
|
26
28
|
|
|
27
|
-
发布时间:2022-03-
|
|
29
|
+
发布时间:2022-03-08 08:16:27
|
|
28
30
|
|
|
29
31
|
本次发布包含了以下内容:
|
|
30
32
|
|
|
31
33
|
改善已有的文档。
|
|
32
34
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
* [QueryOpenBankBankBranchList](https://cloud.tencent.com/document/api/1122/70730)
|
|
36
|
-
* [QueryOpenBankSupportBankList](https://cloud.tencent.com/document/api/1122/70729)
|
|
35
|
+
修改数据结构:
|
|
37
36
|
|
|
38
|
-
|
|
37
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
39
38
|
|
|
40
|
-
*
|
|
41
|
-
* [QueryOpenBankBankBranchListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankBranchListResult)
|
|
42
|
-
* [QueryOpenBankSupportBankListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSupportBankListResult)
|
|
43
|
-
* [SupportBankInfo](https://cloud.tencent.com/document/api/1122/40683#SupportBankInfo)
|
|
39
|
+
* 新增成员:BindStatus
|
|
44
40
|
|
|
45
|
-
修改数据结构:
|
|
46
41
|
|
|
47
|
-
* [OpenBankPayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayeeInfo)
|
|
48
42
|
|
|
49
|
-
* 新增成员:BindSerialNo
|
|
50
43
|
|
|
44
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
51
45
|
|
|
52
46
|
|
|
53
47
|
|
|
54
|
-
##
|
|
48
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
55
49
|
|
|
56
|
-
### 第
|
|
50
|
+
### 第 8 次发布
|
|
57
51
|
|
|
58
|
-
发布时间:2022-03-07
|
|
52
|
+
发布时间:2022-03-07 16:52:17
|
|
59
53
|
|
|
60
54
|
本次发布包含了以下内容:
|
|
61
55
|
|
|
62
56
|
改善已有的文档。
|
|
63
57
|
|
|
58
|
+
新增接口:
|
|
59
|
+
|
|
60
|
+
* [CreateReceiverDetailWithData](https://cloud.tencent.com/document/api/1288/70776)
|
|
61
|
+
|
|
64
62
|
新增数据结构:
|
|
65
63
|
|
|
66
|
-
* [
|
|
67
|
-
|
|
64
|
+
* [ReceiverInputData](https://cloud.tencent.com/document/api/1288/51053#ReceiverInputData)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
69
|
+
|
|
70
|
+
### 第 11 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2022-03-08 08:18:39
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
68
77
|
|
|
69
78
|
修改数据结构:
|
|
70
79
|
|
|
71
|
-
* [
|
|
80
|
+
* [ImagesInfo](https://cloud.tencent.com/document/api/1285/65614#ImagesInfo)
|
|
72
81
|
|
|
73
|
-
* 新增成员:
|
|
82
|
+
* 新增成员:ComponentCnt
|
|
74
83
|
|
|
75
84
|
|
|
76
85
|
|
|
77
86
|
|
|
78
|
-
##
|
|
87
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
79
88
|
|
|
80
|
-
### 第
|
|
89
|
+
### 第 15 次发布
|
|
81
90
|
|
|
82
|
-
发布时间:2022-03-
|
|
91
|
+
发布时间:2022-03-08 08:20:05
|
|
83
92
|
|
|
84
93
|
本次发布包含了以下内容:
|
|
85
94
|
|
|
86
95
|
改善已有的文档。
|
|
87
96
|
|
|
88
|
-
|
|
97
|
+
修改数据结构:
|
|
98
|
+
|
|
99
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1364/54942#EnvInfo)
|
|
100
|
+
|
|
101
|
+
* 新增成员:SpecId, EnvReplica, RunningCount
|
|
89
102
|
|
|
90
|
-
* [DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)
|
|
91
103
|
|
|
92
104
|
|
|
93
105
|
|
|
@@ -8026,11 +8038,11 @@
|
|
|
8026
8038
|
|
|
8027
8039
|
新增接口:
|
|
8028
8040
|
|
|
8029
|
-
* [
|
|
8041
|
+
* [CopyCryptoColumnPolicy](https://cloud.tencent.com/document/api/1303/70652)
|
|
8030
8042
|
|
|
8031
8043
|
新增数据结构:
|
|
8032
8044
|
|
|
8033
|
-
* [
|
|
8045
|
+
* [CryptoCopyColumnPolicyTableFilter](https://cloud.tencent.com/document/api/1303/70653#CryptoCopyColumnPolicyTableFilter)
|
|
8034
8046
|
|
|
8035
8047
|
|
|
8036
8048
|
|
|
@@ -18878,6 +18890,24 @@
|
|
|
18878
18890
|
|
|
18879
18891
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
18880
18892
|
|
|
18893
|
+
### 第 58 次发布
|
|
18894
|
+
|
|
18895
|
+
发布时间:2022-03-08 08:09:49
|
|
18896
|
+
|
|
18897
|
+
本次发布包含了以下内容:
|
|
18898
|
+
|
|
18899
|
+
改善已有的文档。
|
|
18900
|
+
|
|
18901
|
+
新增接口:
|
|
18902
|
+
|
|
18903
|
+
* [[QueryOpenBankBankAccountBalance](https://cloud.tencent.com/document/api/1122/70774)](https://cloud.tencent.com/document/api/#/#)
|
|
18904
|
+
* [[QueryOpenBankDailyReceiptDownloadUrl](https://cloud.tencent.com/document/api/1122/70773)](https://cloud.tencent.com/document/api/#/#)
|
|
18905
|
+
|
|
18906
|
+
新增数据结构:
|
|
18907
|
+
|
|
18908
|
+
* [[QueryOpenBankBankAccountBalanceResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankAccountBalanceResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankBankAccountBalanceResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankAccountBalanceResult))
|
|
18909
|
+
* [[QueryOpenBankDailyReceiptDownloadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDailyReceiptDownloadUrlResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankDailyReceiptDownloadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDailyReceiptDownloadUrlResult))
|
|
18910
|
+
|
|
18881
18911
|
### 第 57 次发布
|
|
18882
18912
|
|
|
18883
18913
|
发布时间:2022-03-07 08:05:12
|
|
@@ -18888,15 +18918,15 @@
|
|
|
18888
18918
|
|
|
18889
18919
|
新增接口:
|
|
18890
18920
|
|
|
18891
|
-
* [
|
|
18892
|
-
* [
|
|
18921
|
+
* [QueryOpenBankBankBranchList](https://cloud.tencent.com/document/api/1122/70730)
|
|
18922
|
+
* [QueryOpenBankSupportBankList](https://cloud.tencent.com/document/api/1122/70729)
|
|
18893
18923
|
|
|
18894
18924
|
新增数据结构:
|
|
18895
18925
|
|
|
18896
|
-
* [
|
|
18897
|
-
* [
|
|
18898
|
-
* [
|
|
18899
|
-
* [
|
|
18926
|
+
* [BankBranchInfo](https://cloud.tencent.com/document/api/1122/40683#BankBranchInfo)
|
|
18927
|
+
* [QueryOpenBankBankBranchListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankBranchListResult)
|
|
18928
|
+
* [QueryOpenBankSupportBankListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSupportBankListResult)
|
|
18929
|
+
* [SupportBankInfo](https://cloud.tencent.com/document/api/1122/40683#SupportBankInfo)
|
|
18900
18930
|
|
|
18901
18931
|
修改数据结构:
|
|
18902
18932
|
|
|
@@ -39017,8 +39047,8 @@
|
|
|
39017
39047
|
|
|
39018
39048
|
新增数据结构:
|
|
39019
39049
|
|
|
39020
|
-
* [
|
|
39021
|
-
* [
|
|
39050
|
+
* [ClassifiedPersonInfo](https://cloud.tencent.com/document/api/1509/65063#ClassifiedPersonInfo)
|
|
39051
|
+
* [PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo)
|
|
39022
39052
|
|
|
39023
39053
|
修改数据结构:
|
|
39024
39054
|
|
|
@@ -47652,6 +47682,21 @@
|
|
|
47652
47682
|
|
|
47653
47683
|
## 企业组织(organization) 版本:2021-03-31
|
|
47654
47684
|
|
|
47685
|
+
### 第 7 次发布
|
|
47686
|
+
|
|
47687
|
+
发布时间:2022-03-08 08:16:27
|
|
47688
|
+
|
|
47689
|
+
本次发布包含了以下内容:
|
|
47690
|
+
|
|
47691
|
+
改善已有的文档。
|
|
47692
|
+
|
|
47693
|
+
修改数据结构:
|
|
47694
|
+
|
|
47695
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
47696
|
+
|
|
47697
|
+
* 新增成员:BindStatus
|
|
47698
|
+
|
|
47699
|
+
|
|
47655
47700
|
### 第 6 次发布
|
|
47656
47701
|
|
|
47657
47702
|
发布时间:2022-01-26 08:11:15
|
|
@@ -51098,6 +51143,22 @@
|
|
|
51098
51143
|
|
|
51099
51144
|
## 邮件推送(ses) 版本:2020-10-02
|
|
51100
51145
|
|
|
51146
|
+
### 第 8 次发布
|
|
51147
|
+
|
|
51148
|
+
发布时间:2022-03-07 16:52:17
|
|
51149
|
+
|
|
51150
|
+
本次发布包含了以下内容:
|
|
51151
|
+
|
|
51152
|
+
改善已有的文档。
|
|
51153
|
+
|
|
51154
|
+
新增接口:
|
|
51155
|
+
|
|
51156
|
+
* [[CreateReceiverDetailWithData](https://cloud.tencent.com/document/api/1288/70776)](https://cloud.tencent.com/document/api/#/#)
|
|
51157
|
+
|
|
51158
|
+
新增数据结构:
|
|
51159
|
+
|
|
51160
|
+
* [[ReceiverInputData](https://cloud.tencent.com/document/api/1288/51053#ReceiverInputData)](https://cloud.tencent.com/document/api/1288/51053#[ReceiverInputData](https://cloud.tencent.com/document/api/1288/51053#ReceiverInputData))
|
|
51161
|
+
|
|
51101
51162
|
### 第 7 次发布
|
|
51102
51163
|
|
|
51103
51164
|
发布时间:2022-01-18 08:14:15
|
|
@@ -57711,6 +57772,21 @@
|
|
|
57711
57772
|
|
|
57712
57773
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
57713
57774
|
|
|
57775
|
+
### 第 11 次发布
|
|
57776
|
+
|
|
57777
|
+
发布时间:2022-03-08 08:18:39
|
|
57778
|
+
|
|
57779
|
+
本次发布包含了以下内容:
|
|
57780
|
+
|
|
57781
|
+
改善已有的文档。
|
|
57782
|
+
|
|
57783
|
+
修改数据结构:
|
|
57784
|
+
|
|
57785
|
+
* [ImagesInfo](https://cloud.tencent.com/document/api/1285/65614#ImagesInfo)
|
|
57786
|
+
|
|
57787
|
+
* 新增成员:ComponentCnt
|
|
57788
|
+
|
|
57789
|
+
|
|
57714
57790
|
### 第 10 次发布
|
|
57715
57791
|
|
|
57716
57792
|
发布时间:2022-03-02 08:15:58
|
|
@@ -61342,7 +61418,7 @@
|
|
|
61342
61418
|
|
|
61343
61419
|
新增接口:
|
|
61344
61420
|
|
|
61345
|
-
* [
|
|
61421
|
+
* [DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)
|
|
61346
61422
|
|
|
61347
61423
|
### 第 89 次发布
|
|
61348
61424
|
|
|
@@ -63844,6 +63920,21 @@
|
|
|
63844
63920
|
|
|
63845
63921
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
63846
63922
|
|
|
63923
|
+
### 第 15 次发布
|
|
63924
|
+
|
|
63925
|
+
发布时间:2022-03-08 08:20:05
|
|
63926
|
+
|
|
63927
|
+
本次发布包含了以下内容:
|
|
63928
|
+
|
|
63929
|
+
改善已有的文档。
|
|
63930
|
+
|
|
63931
|
+
修改数据结构:
|
|
63932
|
+
|
|
63933
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1364/54942#EnvInfo)
|
|
63934
|
+
|
|
63935
|
+
* 新增成员:SpecId, EnvReplica, RunningCount
|
|
63936
|
+
|
|
63937
|
+
|
|
63847
63938
|
### 第 14 次发布
|
|
63848
63939
|
|
|
63849
63940
|
发布时间:2022-02-18 08:16:25
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-03 08:00:40 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-01 08:01:06 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-08 08:06:26 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-02-21 08:02:20 |
|
|
35
35
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-03-04 08:05:02 |
|
|
36
36
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-03 08:02:04 |
|
|
37
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-
|
|
37
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-08 08:07:56 |
|
|
38
38
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
|
|
39
39
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
|
|
40
40
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-02-21 08:03:03 |
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-03 08:03:01 |
|
|
47
47
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
|
|
48
48
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
|
|
49
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-
|
|
49
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-08 08:09:26 |
|
|
50
50
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
|
|
51
51
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
|
|
52
52
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
53
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-
|
|
53
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-08 08:09:49 |
|
|
54
54
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
55
55
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-25 08:06:49 |
|
|
56
56
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
|
|
76
76
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-03-03 08:06:04 |
|
|
77
77
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-02-21 08:06:51 |
|
|
78
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-
|
|
78
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-07 19:22:12 |
|
|
79
79
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
|
|
80
80
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
|
|
81
81
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-25 08:09:07 |
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
123
123
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-03-03 08:09:36 |
|
|
124
124
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-02-21 08:10:18 |
|
|
125
|
-
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-
|
|
125
|
+
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-03-08 08:16:27 |
|
|
126
126
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-02-21 08:10:29 |
|
|
127
127
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-02-21 08:10:32 |
|
|
128
128
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-03-03 08:10:01 |
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
|
|
134
134
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-01 08:11:06 |
|
|
135
135
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-07 08:11:53 |
|
|
136
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-
|
|
136
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-08 08:17:15 |
|
|
137
137
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-21 08:11:14 |
|
|
138
138
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
|
|
139
139
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-23 08:11:58 |
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
159
159
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-25 08:14:28 |
|
|
160
160
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-02-21 08:12:20 |
|
|
161
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-
|
|
161
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-08 08:18:39 |
|
|
162
162
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-03-01 10:49:12 |
|
|
163
163
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-03-01 15:05:45 |
|
|
164
164
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-03 08:12:23 |
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-02-21 08:13:40 |
|
|
178
178
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
|
|
179
179
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-02-21 08:13:42 |
|
|
180
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-
|
|
180
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-08 08:20:05 |
|
|
181
181
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-01 08:14:14 |
|
|
182
182
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
|
|
183
183
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
|
|
186
186
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
|
|
187
187
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-02-21 08:14:18 |
|
|
188
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-
|
|
188
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-08 08:21:02 |
|
|
189
189
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
|
|
190
190
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
|
|
191
191
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
ListSendTasksRequest,
|
|
33
33
|
GetSendEmailStatusResponse,
|
|
34
34
|
SendEmailRequest,
|
|
35
|
+
DeleteBlackListRequest,
|
|
35
36
|
EmailSender,
|
|
36
37
|
BatchSendEmailResponse,
|
|
37
38
|
DeleteEmailIdentityRequest,
|
|
@@ -39,7 +40,7 @@ import {
|
|
|
39
40
|
GetEmailIdentityRequest,
|
|
40
41
|
DeleteEmailIdentityResponse,
|
|
41
42
|
GetStatisticsReportRequest,
|
|
42
|
-
|
|
43
|
+
CreateReceiverRequest,
|
|
43
44
|
SendTaskData,
|
|
44
45
|
DeleteEmailTemplateResponse,
|
|
45
46
|
Volume,
|
|
@@ -51,7 +52,8 @@ import {
|
|
|
51
52
|
UpdateEmailTemplateRequest,
|
|
52
53
|
SendEmailStatus,
|
|
53
54
|
ListEmailTemplatesRequest,
|
|
54
|
-
|
|
55
|
+
CreateReceiverDetailWithDataResponse,
|
|
56
|
+
ReceiverInputData,
|
|
55
57
|
CreateReceiverDetailResponse,
|
|
56
58
|
ListEmailTemplatesResponse,
|
|
57
59
|
SendEmailResponse,
|
|
@@ -74,6 +76,7 @@ import {
|
|
|
74
76
|
ListReceiversResponse,
|
|
75
77
|
CreateEmailAddressResponse,
|
|
76
78
|
UpdateEmailTemplateResponse,
|
|
79
|
+
CreateReceiverDetailWithDataRequest,
|
|
77
80
|
TimedEmailParam,
|
|
78
81
|
DNSAttributes,
|
|
79
82
|
GetEmailTemplateResponse,
|
|
@@ -109,6 +112,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
109
112
|
return this.request("CreateEmailAddress", req, cb)
|
|
110
113
|
}
|
|
111
114
|
|
|
115
|
+
/**
|
|
116
|
+
* 添加收件人地址附带模板参数
|
|
117
|
+
*/
|
|
118
|
+
async CreateReceiverDetailWithData(
|
|
119
|
+
req: CreateReceiverDetailWithDataRequest,
|
|
120
|
+
cb?: (error: string, rep: CreateReceiverDetailWithDataResponse) => void
|
|
121
|
+
): Promise<CreateReceiverDetailWithDataResponse> {
|
|
122
|
+
return this.request("CreateReceiverDetailWithData", req, cb)
|
|
123
|
+
}
|
|
124
|
+
|
|
112
125
|
/**
|
|
113
126
|
* 获取邮件发送状态。仅支持查询30天之内的数据
|
|
114
127
|
*/
|
|
@@ -381,6 +381,16 @@ export interface SendEmailRequest {
|
|
|
381
381
|
Unsubscribe?: string
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
+
/**
|
|
385
|
+
* DeleteBlackList请求参数结构体
|
|
386
|
+
*/
|
|
387
|
+
export interface DeleteBlackListRequest {
|
|
388
|
+
/**
|
|
389
|
+
* 需要清除的黑名单邮箱列表,数组长度至少为1
|
|
390
|
+
*/
|
|
391
|
+
EmailAddressList: Array<string>
|
|
392
|
+
}
|
|
393
|
+
|
|
384
394
|
/**
|
|
385
395
|
* 用于描述发件人相关信息
|
|
386
396
|
*/
|
|
@@ -484,13 +494,18 @@ export interface GetStatisticsReportRequest {
|
|
|
484
494
|
}
|
|
485
495
|
|
|
486
496
|
/**
|
|
487
|
-
*
|
|
497
|
+
* CreateReceiver请求参数结构体
|
|
488
498
|
*/
|
|
489
|
-
export interface
|
|
499
|
+
export interface CreateReceiverRequest {
|
|
490
500
|
/**
|
|
491
|
-
*
|
|
501
|
+
* 收件人列表名称
|
|
492
502
|
*/
|
|
493
|
-
|
|
503
|
+
ReceiversName: string
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* 收件人列表描述
|
|
507
|
+
*/
|
|
508
|
+
Desc?: string
|
|
494
509
|
}
|
|
495
510
|
|
|
496
511
|
/**
|
|
@@ -859,18 +874,29 @@ export interface ListEmailTemplatesRequest {
|
|
|
859
874
|
}
|
|
860
875
|
|
|
861
876
|
/**
|
|
862
|
-
*
|
|
877
|
+
* CreateReceiverDetailWithData返回参数结构体
|
|
863
878
|
*/
|
|
864
|
-
export interface
|
|
879
|
+
export interface CreateReceiverDetailWithDataResponse {
|
|
865
880
|
/**
|
|
866
|
-
*
|
|
881
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
867
882
|
*/
|
|
868
|
-
|
|
883
|
+
RequestId?: string
|
|
884
|
+
}
|
|
869
885
|
|
|
886
|
+
/**
|
|
887
|
+
* 收件人明细输入参数,包含收件人邮箱,以及模板参数
|
|
888
|
+
*/
|
|
889
|
+
export interface ReceiverInputData {
|
|
870
890
|
/**
|
|
871
|
-
*
|
|
891
|
+
* 收件人邮箱
|
|
872
892
|
*/
|
|
873
|
-
|
|
893
|
+
Email: string
|
|
894
|
+
|
|
895
|
+
/**
|
|
896
|
+
* 模板中的变量参数,请使用json.dump将json对象格式化为string类型。该对象是一组键值对,每个Key代表模板中的一个变量,模板中的变量使用{{键}}表示,相应的值在发送时会被替换为{{值}}。
|
|
897
|
+
注意:参数值不能是html等复杂类型的数据。
|
|
898
|
+
*/
|
|
899
|
+
TemplateData: string
|
|
874
900
|
}
|
|
875
901
|
|
|
876
902
|
/**
|
|
@@ -1224,6 +1250,21 @@ export interface UpdateEmailTemplateResponse {
|
|
|
1224
1250
|
RequestId?: string
|
|
1225
1251
|
}
|
|
1226
1252
|
|
|
1253
|
+
/**
|
|
1254
|
+
* CreateReceiverDetailWithData请求参数结构体
|
|
1255
|
+
*/
|
|
1256
|
+
export interface CreateReceiverDetailWithDataRequest {
|
|
1257
|
+
/**
|
|
1258
|
+
* 收件人列表ID
|
|
1259
|
+
*/
|
|
1260
|
+
ReceiverId: number
|
|
1261
|
+
|
|
1262
|
+
/**
|
|
1263
|
+
* 收信人邮箱以及模板参数,数组形式
|
|
1264
|
+
*/
|
|
1265
|
+
Datas: Array<ReceiverInputData>
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1227
1268
|
/**
|
|
1228
1269
|
* 创建定时发送邮件任务时,设置的定时参数,比如开始时间之类
|
|
1229
1270
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { BatchSendEmailRequest, GetEmailTemplateRequest, ListSendTasksResponse, CreateReceiverResponse, CreateEmailTemplateRequest, ListEmailAddressRequest, ListReceiversRequest, GetEmailIdentityResponse, ListBlackEmailAddressRequest, ListSendTasksRequest, GetSendEmailStatusResponse, SendEmailRequest, BatchSendEmailResponse, DeleteEmailIdentityRequest, UpdateEmailIdentityRequest, GetEmailIdentityRequest, DeleteEmailIdentityResponse, GetStatisticsReportRequest,
|
|
2
|
+
import { BatchSendEmailRequest, GetEmailTemplateRequest, ListSendTasksResponse, CreateReceiverResponse, CreateEmailTemplateRequest, ListEmailAddressRequest, ListReceiversRequest, GetEmailIdentityResponse, ListBlackEmailAddressRequest, ListSendTasksRequest, GetSendEmailStatusResponse, SendEmailRequest, DeleteBlackListRequest, BatchSendEmailResponse, DeleteEmailIdentityRequest, UpdateEmailIdentityRequest, GetEmailIdentityRequest, DeleteEmailIdentityResponse, GetStatisticsReportRequest, CreateReceiverRequest, DeleteEmailTemplateResponse, CreateEmailIdentityRequest, UpdateEmailIdentityResponse, DeleteEmailTemplateRequest, DeleteBlackListResponse, UpdateEmailTemplateRequest, ListEmailTemplatesRequest, CreateReceiverDetailWithDataResponse, CreateReceiverDetailResponse, ListEmailTemplatesResponse, SendEmailResponse, ListBlackEmailAddressResponse, GetSendEmailStatusRequest, ListEmailIdentitiesResponse, ListEmailAddressResponse, GetStatisticsReportResponse, DeleteEmailAddressRequest, DeleteEmailAddressResponse, CreateEmailIdentityResponse, CreateEmailAddressRequest, CreateReceiverDetailRequest, CreateEmailTemplateResponse, ListReceiversResponse, CreateEmailAddressResponse, UpdateEmailTemplateResponse, CreateReceiverDetailWithDataRequest, GetEmailTemplateResponse, ListEmailIdentitiesRequest } from "./ses_models";
|
|
3
3
|
/**
|
|
4
4
|
* ses client
|
|
5
5
|
* @class
|
|
@@ -14,6 +14,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
14
14
|
* 在验证了发信域名之后,您需要一个发信地址来发送邮件。例如发信域名是mail.qcloud.com,那么发信地址可以为 service@mail.qcloud.com。如果您想要收件人在收件箱列表中显示您的别名,例如"腾讯云邮件通知"。那么发信地址为: 别名 空格 尖括号 邮箱地址。请注意中间需要有空格
|
|
15
15
|
*/
|
|
16
16
|
CreateEmailAddress(req: CreateEmailAddressRequest, cb?: (error: string, rep: CreateEmailAddressResponse) => void): Promise<CreateEmailAddressResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* 添加收件人地址附带模板参数
|
|
19
|
+
*/
|
|
20
|
+
CreateReceiverDetailWithData(req: CreateReceiverDetailWithDataRequest, cb?: (error: string, rep: CreateReceiverDetailWithDataResponse) => void): Promise<CreateReceiverDetailWithDataResponse>;
|
|
17
21
|
/**
|
|
18
22
|
* 获取邮件发送状态。仅支持查询30天之内的数据
|
|
19
23
|
*/
|
|
@@ -39,6 +39,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
39
39
|
async CreateEmailAddress(req, cb) {
|
|
40
40
|
return this.request("CreateEmailAddress", req, cb);
|
|
41
41
|
}
|
|
42
|
+
/**
|
|
43
|
+
* 添加收件人地址附带模板参数
|
|
44
|
+
*/
|
|
45
|
+
async CreateReceiverDetailWithData(req, cb) {
|
|
46
|
+
return this.request("CreateReceiverDetailWithData", req, cb);
|
|
47
|
+
}
|
|
42
48
|
/**
|
|
43
49
|
* 获取邮件发送状态。仅支持查询30天之内的数据
|
|
44
50
|
*/
|
|
@@ -306,6 +306,15 @@ export interface SendEmailRequest {
|
|
|
306
306
|
*/
|
|
307
307
|
Unsubscribe?: string;
|
|
308
308
|
}
|
|
309
|
+
/**
|
|
310
|
+
* DeleteBlackList请求参数结构体
|
|
311
|
+
*/
|
|
312
|
+
export interface DeleteBlackListRequest {
|
|
313
|
+
/**
|
|
314
|
+
* 需要清除的黑名单邮箱列表,数组长度至少为1
|
|
315
|
+
*/
|
|
316
|
+
EmailAddressList: Array<string>;
|
|
317
|
+
}
|
|
309
318
|
/**
|
|
310
319
|
* 用于描述发件人相关信息
|
|
311
320
|
*/
|
|
@@ -396,13 +405,17 @@ export interface GetStatisticsReportRequest {
|
|
|
396
405
|
ReceivingMailboxType?: string;
|
|
397
406
|
}
|
|
398
407
|
/**
|
|
399
|
-
*
|
|
408
|
+
* CreateReceiver请求参数结构体
|
|
400
409
|
*/
|
|
401
|
-
export interface
|
|
410
|
+
export interface CreateReceiverRequest {
|
|
402
411
|
/**
|
|
403
|
-
*
|
|
412
|
+
* 收件人列表名称
|
|
404
413
|
*/
|
|
405
|
-
|
|
414
|
+
ReceiversName: string;
|
|
415
|
+
/**
|
|
416
|
+
* 收件人列表描述
|
|
417
|
+
*/
|
|
418
|
+
Desc?: string;
|
|
406
419
|
}
|
|
407
420
|
/**
|
|
408
421
|
* 发送任务数据
|
|
@@ -715,17 +728,27 @@ export interface ListEmailTemplatesRequest {
|
|
|
715
728
|
Offset: number;
|
|
716
729
|
}
|
|
717
730
|
/**
|
|
718
|
-
*
|
|
731
|
+
* CreateReceiverDetailWithData返回参数结构体
|
|
719
732
|
*/
|
|
720
|
-
export interface
|
|
733
|
+
export interface CreateReceiverDetailWithDataResponse {
|
|
721
734
|
/**
|
|
722
|
-
*
|
|
735
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
723
736
|
*/
|
|
724
|
-
|
|
737
|
+
RequestId?: string;
|
|
738
|
+
}
|
|
739
|
+
/**
|
|
740
|
+
* 收件人明细输入参数,包含收件人邮箱,以及模板参数
|
|
741
|
+
*/
|
|
742
|
+
export interface ReceiverInputData {
|
|
725
743
|
/**
|
|
726
|
-
*
|
|
744
|
+
* 收件人邮箱
|
|
727
745
|
*/
|
|
728
|
-
|
|
746
|
+
Email: string;
|
|
747
|
+
/**
|
|
748
|
+
* 模板中的变量参数,请使用json.dump将json对象格式化为string类型。该对象是一组键值对,每个Key代表模板中的一个变量,模板中的变量使用{{键}}表示,相应的值在发送时会被替换为{{值}}。
|
|
749
|
+
注意:参数值不能是html等复杂类型的数据。
|
|
750
|
+
*/
|
|
751
|
+
TemplateData: string;
|
|
729
752
|
}
|
|
730
753
|
/**
|
|
731
754
|
* CreateReceiverDetail返回参数结构体
|
|
@@ -1030,6 +1053,19 @@ export interface UpdateEmailTemplateResponse {
|
|
|
1030
1053
|
*/
|
|
1031
1054
|
RequestId?: string;
|
|
1032
1055
|
}
|
|
1056
|
+
/**
|
|
1057
|
+
* CreateReceiverDetailWithData请求参数结构体
|
|
1058
|
+
*/
|
|
1059
|
+
export interface CreateReceiverDetailWithDataRequest {
|
|
1060
|
+
/**
|
|
1061
|
+
* 收件人列表ID
|
|
1062
|
+
*/
|
|
1063
|
+
ReceiverId: number;
|
|
1064
|
+
/**
|
|
1065
|
+
* 收信人邮箱以及模板参数,数组形式
|
|
1066
|
+
*/
|
|
1067
|
+
Datas: Array<ReceiverInputData>;
|
|
1068
|
+
}
|
|
1033
1069
|
/**
|
|
1034
1070
|
* 创建定时发送邮件任务时,设置的定时参数,比如开始时间之类
|
|
1035
1071
|
*/
|