mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-14 11:17:50 +00:00
消息发送-6:sessionList和消息记录
This commit is contained in:
@@ -4,3 +4,11 @@ import { getReqBody } from '@/api/common'
|
||||
export const msgChatSessionListService = () => {
|
||||
return request.post('/chat/sessionList', getReqBody())
|
||||
}
|
||||
|
||||
export const msgUpdateSessionService = (obj) => {
|
||||
return request.post('/chat/updateSession', getReqBody(obj))
|
||||
}
|
||||
|
||||
export const msgChatPullMsgService = (obj) => {
|
||||
return request.post('/chat/pullMsg', getReqBody(obj))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user