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

kf

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