人工客服

This commit is contained in:
熊丽君
2021-08-17 17:08:19 +08:00
parent af6cafafec
commit 1e26d51d92
2 changed files with 113 additions and 246 deletions

View File

@ -1,7 +1,14 @@
import request from '@/utils/request';
// 获取和某个好友的聊天记录
export function getChatRecords(params) {
return request({
url: '/chat/getChatRecords',
params
});
}
// 给某人发送信息
export function send(data) {
export function sendMsg(data) {
return request({
url: '/chat/send',
method: 'post',