fix: 邮件内容
This commit is contained in:
parent
66708eca81
commit
f8f04aac5b
|
@ -206,7 +206,9 @@ create table system_header
|
||||||
(
|
(
|
||||||
type varchar(150) null,
|
type varchar(150) null,
|
||||||
props varchar(1000) null
|
props varchar(1000) null
|
||||||
);
|
|
||||||
|
)ENGINE = InnoDB
|
||||||
|
DEFAULT CHARSET = utf8mb4;
|
||||||
-- init system_header
|
-- init system_header
|
||||||
insert into system_header (type, props)
|
insert into system_header (type, props)
|
||||||
values ('api_scenario_list',
|
values ('api_scenario_list',
|
||||||
|
|
|
@ -11,8 +11,7 @@
|
||||||
<p style="margin-left: 60px">您好:
|
<p style="margin-left: 60px">您好:
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-left: 100px">
|
<div style="margin-left: 100px">
|
||||||
successContext = "接口测试定时任务通知:'" + report.getName() + "'执行成功" + "\n" + "【接口定义暂无报告链接】"+"\n" +"请点击下面链接进入测试报告页面" +
|
|
||||||
"\n" + "(旧版)接口测试路径" + url + "\n" + "(新版)接口测试路径" + url2;
|
|
||||||
|
|
||||||
<p>您所执行的 ${testName} 接口测试运行失败<br/>
|
<p>您所执行的 ${testName} 接口测试运行失败<br/>
|
||||||
请点击下面链接进入测试报告页面【接口定义暂无报告路径】<br/>
|
请点击下面链接进入测试报告页面【接口定义暂无报告路径】<br/>
|
||||||
|
|
Loading…
Reference in New Issue