mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-17 11:01:40 +08:00
refactor: 优化消息通知
This commit is contained in:
@@ -14,6 +14,6 @@ export function deleteMessage(ids: string | Array<string>) {
|
||||
}
|
||||
|
||||
/** @desc 标记已读 */
|
||||
export function readMessage(ids: string | Array<string>) {
|
||||
export function readMessage(ids?: string | Array<string>) {
|
||||
return http.patch(`${BASE_URL}/read`, ids)
|
||||
}
|
||||
|
Reference in New Issue
Block a user