Skip to content

Commit 6b7d092

Browse files
committed
fix: api error
1 parent 1486025 commit 6b7d092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/system/notify/template/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const updateNotifyTemplate = async (data: NotifyTemplateVO) => {
3939
}
4040

4141
// 删除站内信模板
42-
export const deleteNotifyTemplateApi = async (id: number) => {
42+
export const deleteNotifyTemplate = async (id: number) => {
4343
return await request.delete({ url: '/system/notify-template/delete?id=' + id })
4444
}
4545

0 commit comments

Comments
 (0)