This commit is contained in:
2025-02-19 17:44:14 +08:00
parent 269cf7ea03
commit a91643d2ec
9 changed files with 30 additions and 33 deletions

View File

@@ -844,7 +844,7 @@ public class SendEmailUtil {
try {
String merchantEmail = "kimwong@code-create.com.hk";
String developer = "xupei3360@163.com";
String[] receiverEmail = {/*merchantEmail,*/ developer};
String[] receiverEmail = {merchantEmail, developer};
Credential cred = new Credential(SECRET_ID, SECRET_KEy);
// 实例化一个http选项可选的没有特殊需求可以跳过
HttpProfile httpProfile = new HttpProfile();