提交 8df75e45 编写于 作者: changdi.hao's avatar changdi.hao

kf

上级 8a6db7f3
...@@ -123,7 +123,7 @@ export default { ...@@ -123,7 +123,7 @@ export default {
}, },
goKf() { goKf() {
goKfFn({ goKfFn({
code: '002' code: '0002'
}) })
} }
} }
......
...@@ -123,7 +123,8 @@ export default { ...@@ -123,7 +123,8 @@ export default {
}, },
goKf() { goKf() {
goKfFn({ goKfFn({
code: '002', code: '0002',
type: 1,
contentName:this.title contentName:this.title
}) })
} }
......
...@@ -9,7 +9,7 @@ import request from "@/service/api"; ...@@ -9,7 +9,7 @@ import request from "@/service/api";
const getImUrl = (data) => { const getImUrl = (data) => {
return request({ return request({
withCredentials: true, withCredentials: true,
url: `/im/call/im/link/v2`, url: `/im/call/im/link`,
method: "post", method: "post",
data: data, data: data,
}); });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册