关闭merchant邮箱,test支付环境不通知商家

This commit is contained in:
2025-02-19 16:40:12 +08:00
parent e3aa964db8
commit 269cf7ea03

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();