对session会话列表增加右键自定义菜单的功能

This commit is contained in:
bob
2024-10-17 12:50:05 +08:00
parent 5fb675e361
commit fa67c71367
6 changed files with 278 additions and 72 deletions

View File

@@ -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))
}