mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-15 03:38:02 +00:00
实现消息删除功能
This commit is contained in:
@@ -16,6 +16,10 @@ export const msgChatRevokeMsgService = (obj) => {
|
||||
return request.post('/chat/revokeMsg', obj)
|
||||
}
|
||||
|
||||
export const msgChatDeleteMsgService = (obj) => {
|
||||
return request.post('/chat/deleteMsg', obj)
|
||||
}
|
||||
|
||||
export const msgAtService = () => {
|
||||
return request.get('/chat/queryAt')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user