tencentcloud-sdk-nodejs-ses 4.1.263 → 4.1.265
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/package.json
CHANGED
|
@@ -429,7 +429,7 @@ export interface SendEmailRequest {
|
|
|
429
429
|
*/
|
|
430
430
|
FromEmailAddress: string;
|
|
431
431
|
/**
|
|
432
|
-
* <p>邮件主题</p>
|
|
432
|
+
* <p>邮件主题</p><p>当使用模版发送时,支持使用模版变量参数填充</p>
|
|
433
433
|
*/
|
|
434
434
|
Subject: string;
|
|
435
435
|
/**
|
|
@@ -1385,7 +1385,7 @@ export interface BatchSendEmailRequest {
|
|
|
1385
1385
|
*/
|
|
1386
1386
|
ReceiverId: number;
|
|
1387
1387
|
/**
|
|
1388
|
-
* <p>邮件主题</p>
|
|
1388
|
+
* <p>邮件主题</p><p>当使用模版发送时,支持使用模版变量参数填充</p>
|
|
1389
1389
|
*/
|
|
1390
1390
|
Subject: string;
|
|
1391
1391
|
/**
|