feat: 更新通知中心

This commit is contained in:
wwz
2025-04-12 11:01:17 +08:00
parent ef600c9e3c
commit 1d848b7227
5 changed files with 35 additions and 26 deletions

View File

@@ -46,6 +46,13 @@ const Api = {
method: "delete",
});
},
// 清空已读
syncNoticeclear() {
return request<any>({
url: `${baseURL}/syncNotice/clear`,
method: "delete",
});
},
};
export default Api;