修改邮件密码

master
taylor.dang 5 years ago
parent 5ae8463ce0
commit 7994640563

@ -10,11 +10,11 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>1.2.23</version> <version>1.2.24</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.4.0</jib-maven-plugin.version> <jib-maven-plugin.version>1.6.1</jib-maven-plugin.version>
<docker-image.version>${project.version}</docker-image.version> <docker-image.version>${project.version}</docker-image.version>
</properties> </properties>

@ -127,7 +127,7 @@ public class MailServiceImp implements MailService {
noticeBean.setFiles(files.toString()); noticeBean.setFiles(files.toString());
} }
noticeBean.setSenderAddress("info@royalpay.com.au"); noticeBean.setSenderAddress("info@royalpay.com.au");
noticeBean.setPassword("Rpay2018"); noticeBean.setPassword("Rpay2019");
String postUrl = mailHost + "/mail?" + generateMailSignParam(); String postUrl = mailHost + "/mail?" + generateMailSignParam();
@ -164,7 +164,7 @@ public class MailServiceImp implements MailService {
noticeBean.setMailClients(mailClients); noticeBean.setMailClients(mailClients);
noticeBean.setContent(content); noticeBean.setContent(content);
noticeBean.setSenderAddress("info@royalpay.com.au"); noticeBean.setSenderAddress("info@royalpay.com.au");
noticeBean.setPassword("Rpay2018"); noticeBean.setPassword("Rpay2019");
String postUrl = mailHost + "/mail/single?" + generateMailSignParam(); String postUrl = mailHost + "/mail/single?" + generateMailSignParam();
HttpRequestResult result = null; HttpRequestResult result = null;
try { try {
@ -195,7 +195,7 @@ public class MailServiceImp implements MailService {
noticeBean.setMailClients(mailClients); noticeBean.setMailClients(mailClients);
noticeBean.setContent(content); noticeBean.setContent(content);
noticeBean.setSenderAddress("info@royalpay.com.au"); noticeBean.setSenderAddress("info@royalpay.com.au");
noticeBean.setPassword("Rpay2018"); noticeBean.setPassword("Rpay2019");
String postUrl = mailHost + "/mail/single?" + generateMailSignParam(); String postUrl = mailHost + "/mail/single?" + generateMailSignParam();
HttpRequestResult result = null; HttpRequestResult result = null;
try { try {
@ -313,10 +313,10 @@ public class MailServiceImp implements MailService {
noticeBean.setContent(content); noticeBean.setContent(content);
noticeBean.setAttachFiles(attachFiles); noticeBean.setAttachFiles(attachFiles);
noticeBean.setSenderAddress("riskcontrol@royalpay.com.au"); noticeBean.setSenderAddress("riskcontrol@royalpay.com.au");
noticeBean.setPassword("RPrisk123"); noticeBean.setPassword("Toc10755");
if(order_type == 1 || order_type == 2){ if(order_type == 1 || order_type == 2){
noticeBean.setSenderAddress("risk@royalpay.com.au"); noticeBean.setSenderAddress("risk@royalpay.com.au");
noticeBean.setPassword("Tunnelrisk123"); noticeBean.setPassword("Ruc38977");
} }
String postUrl = mailHost + "/mail/single?" + generateMailSignParam(); String postUrl = mailHost + "/mail/single?" + generateMailSignParam();
HttpRequestResult result = null; HttpRequestResult result = null;

Loading…
Cancel
Save