We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1486025 commit 6b7d092Copy full SHA for 6b7d092
src/api/system/notify/template/index.ts
@@ -39,7 +39,7 @@ export const updateNotifyTemplate = async (data: NotifyTemplateVO) => {
39
}
40
41
// 删除站内信模板
42
-export const deleteNotifyTemplateApi = async (id: number) => {
+export const deleteNotifyTemplate = async (id: number) => {
43
return await request.delete({ url: '/system/notify-template/delete?id=' + id })
44
45
0 commit comments