jz.kai 2 年 前
コミット
fcde1a649a

+ 1 - 1
web/src/main/java/com/jpsoft/order/modules/open/OrderFormApi.java

@@ -98,7 +98,7 @@ public class OrderFormApi {
 
         try{
             String eMailTitle = "验证码 / Verification Code";
-            String eMailContent = "您好,您正在进行菲利华订单查询登录验证,本次操作的验证码为:" + sCode + ",请在5分钟内完成验证。<br>Hello, you are in the process of Philips order query login verification. The verification code for this operation is: " + sCode + ", please complete the verification within 5 minutes.";
+            String eMailContent = "您好,您正在进行菲利华订单查询登录验证,本次操作的验证码为:<b>" + sCode + "</b>,请在5分钟内完成验证。<br>Hello, you are in the process of Feilihua order query login verification. The verification code for this operation is: <b>" + sCode + "</b>, please complete the verification within 5 minutes.";
             MessageResult messageResult = sendEmail(eMail,eMailTitle,eMailContent);
             if(messageResult.isResult()){
                 msgResult.setResult(true);