fix(消息通知): 修复接口测试定时任务发送邮件ID错误的问题

--bug=1011239 --user=刘瑞斌 【接口测试】-github#11406 点击测试报告邮件中链接跳转至平台页面提示:报告已删除 https://www.tapd.cn/55049933/s/1119182

Closes #11406
This commit is contained in:
CaptainB 2022-03-16 17:41:40 +08:00 committed by 刘瑞斌
parent bd2aa28327
commit 2075838435
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<div style="margin-left: 100px">
<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>

View File

@ -12,7 +12,7 @@
<div style="margin-left: 100px">
<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>
</body>
</html>