mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-22 07:07:55 +00:00
对session会话列表增加右键自定义菜单的功能
This commit is contained in:
@@ -16,3 +16,7 @@ export const msgChatPullMsgService = (obj) => {
|
||||
export const msgChatCreateSessionService = (obj) => {
|
||||
return request.post('/chat/createSession', getReqBody(obj))
|
||||
}
|
||||
|
||||
export const msgChatDeleteSessionService = (obj) => {
|
||||
return request.post('/chat/deleteSession', getReqBody(obj))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user