IM客服适配

This commit is contained in:
Yer11214
2024-10-20 21:48:31 +08:00
parent 78f81a8407
commit 4400e406f6
5 changed files with 140 additions and 36 deletions

View File

@@ -2,6 +2,17 @@ import { http,Method } from "@/utils/request.js";
import api from "@/config/api.js";
export function getImSetting() {
return http.request({
url: `/other/setting/get/IM_SETTING`,
method: Method.GET,
needToken: true,
});
}
/**
* 获取聊天详情接口
* @param {*} talkId