提交 b022f60c 编写于 作者: 张磊's avatar 张磊

Merge branch 'feat/zl' into 'develop'

add detail v2 params

See merge request !127
...@@ -213,7 +213,8 @@ export default { ...@@ -213,7 +213,8 @@ export default {
}, },
// 获取相关信息 // 获取相关信息
getInfo() { getInfo() {
let url = `/im/team/detail?tid=${this.tid}`; const {imTeamId, roomId, diagnoseLogId} = this.currentChat;
let url = `/im/team/detail/v2?tid=${imTeamId}&roomId=${roomId}&diagnoseLogId=${diagnoseLogId}`;
this.GET(url) this.GET(url)
.then((res) => { .then((res) => {
if (res.code == "000000") { if (res.code == "000000") {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册