提交udesk方案

This commit is contained in:
lemon橪
2021-12-20 16:48:08 +08:00
parent 246ba9057f
commit 44facf549a
3 changed files with 130 additions and 79 deletions

View File

@@ -81,3 +81,14 @@ export function articleDetail (id) {
method: Method.GET
});
}
// 获取IM接口前缀
export function getIMDetail () {
return request({
url: `${commonUrl}/common/IM`,
method: Method.GET
});
}