|
|
@@ -31,9 +31,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
import java.security.GeneralSecurityException;
|
|
|
-import java.util.HashMap;
|
|
|
-import java.util.List;
|
|
|
-import java.util.Map;
|
|
|
+import java.util.*;
|
|
|
|
|
|
@RestController
|
|
|
@RequestMapping("/ucenter/test")
|
|
|
@@ -162,10 +160,35 @@ public class TestController {
|
|
|
"cjh20251222@163.com",
|
|
|
"josh.zheng@szcoffee.org",
|
|
|
"daviddacruz@century21.fr",
|
|
|
+ "2251391601@qq.com",
|
|
|
+ "1359241818@qq.com",
|
|
|
+ "767383594@qq.com",
|
|
|
+ "1359241818@qq.com",
|
|
|
+ "matteo.pallotta@wherefor.xyz",
|
|
|
+ "test@vizite.fr",
|
|
|
+ "panlilan@4dage.com",
|
|
|
+ "test@4dkankan.ai",
|
|
|
+ "550721830@qq.com",
|
|
|
+ "826385831@qq.com",
|
|
|
+ "test@4dkankan.ai",
|
|
|
+ "serviceclient@widdim.com",
|
|
|
+ "xushilin@cgaii.com",
|
|
|
+ "1359241818@qq.com",
|
|
|
+ "test@4dkankan.xyz",
|
|
|
+ "test@4dkankan.ai",
|
|
|
+ "q.gerardin@vr-hexagone.com",
|
|
|
+ "4dkankan@3dsixty.ch",
|
|
|
+ "qinyongcheng@cgaii.com",
|
|
|
+ "suporte@cpetecnologia.com.br",
|
|
|
+ "obchod@dronerepublic.sk",
|
|
|
+ "emilien.passelande@gmail.com",
|
|
|
+ "laurent@futur3d.re",
|
|
|
};
|
|
|
- for (String userName : res) {
|
|
|
- SendMailAcceUtils.sendMail(userName, subject,msg, null);
|
|
|
+ HashSet<String> set = new HashSet<>(Arrays.asList(res));
|
|
|
+ for (String userName : set) {
|
|
|
+ //SendMailAcceUtils.sendMail(userName, subject,msg, null);
|
|
|
}
|
|
|
+ SendMailAcceUtils.sendMail("chenjingheng@cgaii.com", subject,msg, null);
|
|
|
}
|
|
|
|
|
|
}
|