fix(消息通知): 修复删除接口报告时邮件通知的描述问题

--bug=1008319 --user=刘瑞斌 【消息通知】接口报告删除发的通知是更新接口定义 https://www.tapd.cn/55049933/s/1074138
This commit is contained in:
CaptainB 2021-11-24 14:41:12 +08:00 committed by 刘瑞斌
parent cebeb788b4
commit 2cfd1588f9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</head> </head>
<body> <body>
<div> <div>
<p>${operator}更新了接口定义: ${name}</p> <p>${operator}删除了报告: ${name}</p>
</div> </div>
</body> </body>
</html> </html>