商家增加im按钮

This commit is contained in:
Chopper
2022-02-22 01:32:36 +08:00
parent 31f438edfa
commit 7e8ff778f9
2 changed files with 30 additions and 1 deletions

View File

@@ -9,3 +9,10 @@ export const getChildRegion = (id) => {
export const getRegion = (params) => {
return getRequest(`${commonUrl}/common/common/region/region`, params);
};
// 获取IM接口前缀
export function getIMDetail () {
return getRequest(`${commonUrl}/common/common/IM`);
}