Commit 9ef43944 by shuai

修改邮件标题

parent e91c9c04
......@@ -126,7 +126,7 @@ public class Mail {
// 4. Subject: 邮件主题
Date date=new 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