fix(消息通知): 修复接口测试定时任务发送邮件ID错误的问题
--bug=1011239 --user=刘瑞斌 【接口测试】-github#11406 点击测试报告邮件中链接跳转至平台页面提示:报告已删除 https://www.tapd.cn/55049933/s/1119182 Closes #11406
This commit is contained in:
parent
bd2aa28327
commit
2075838435
|
@ -13,7 +13,7 @@
|
||||||
<div style="margin-left: 100px">
|
<div style="margin-left: 100px">
|
||||||
<p>${operator}执行接口测试失败: ${name}</p>
|
<p>${operator}执行接口测试失败: ${name}</p>
|
||||||
报告:
|
报告:
|
||||||
<a href="${url}/#/api/automation/report/view/${id}">${url}/#/api/automation/report/view/${id}</a>
|
<a href="${reportUrl}">${reportUrl}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<div style="margin-left: 100px">
|
<div style="margin-left: 100px">
|
||||||
<p>${operator}执行接口测试成功: ${name}</p>
|
<p>${operator}执行接口测试成功: ${name}</p>
|
||||||
报告:
|
报告:
|
||||||
<a href="${url}/#/api/automation/report/view/${id}">${url}/#/api/automation/report/view/${id}</a>
|
<a href="${reportUrl}">${reportUrl}</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue