Commit 5bad365d by Li Yongyu

emai

parent e53c6bcf
...@@ -128,7 +128,7 @@ public class Mail { ...@@ -128,7 +128,7 @@ public class Mail {
// 4. Subject: 邮件主题 // 4. Subject: 邮件主题
Date date=new Date(); Date date=new Date();
String time=new SimpleDateFormat("yyyyMMdd").format(date); String time=new SimpleDateFormat("yyyyMMdd").format(date);
message.setSubject("小雨直播自动化测试报告-"+time, "UTF-8"); message.setSubject("nwn自动化测试报告-"+time, "UTF-8");
/* /*
* 下面是邮件内容的创建: * 下面是邮件内容的创建:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment