fix(消息通知): 修复删除接口报告时邮件通知的描述问题
--bug=1008319 --user=刘瑞斌 【消息通知】接口报告删除发的通知是更新接口定义 https://www.tapd.cn/55049933/s/1074138
This commit is contained in:
parent
cebeb788b4
commit
2cfd1588f9
|
@ -6,7 +6,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<p>${operator}更新了接口定义: ${name}</p>
|
<p>${operator}删除了报告: ${name}</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue