change domain
This commit is contained in:
parent
8682fa26db
commit
c3346a2f1f
|
|
@ -474,7 +474,7 @@ export default {
|
||||||
* @return {*}
|
* @return {*}
|
||||||
*/
|
*/
|
||||||
const handleSig = async() => {
|
const handleSig = async() => {
|
||||||
const res = await axios.get(`https://hhz.test.t-aaron.com/api/tencentCloudRtc/genUserSig/${data.userId}`)
|
const res = await axios.get(`https://rtc.dev.t-aaron.com/api/tencentCloudRtc/genUserSig/${data.userId}`)
|
||||||
if (res.data.code === 0) {
|
if (res.data.code === 0) {
|
||||||
data.userSig = res.data.data.userSig
|
data.userSig = res.data.data.userSig
|
||||||
}
|
}
|
||||||
|
|
@ -486,7 +486,7 @@ export default {
|
||||||
roomId: data.roomId,
|
roomId: data.roomId,
|
||||||
status
|
status
|
||||||
}
|
}
|
||||||
await axios.put(`https://hhz.test.t-aaron.com/api/meeting/updatePeopleStatus`, params)
|
await axios.put(`https://rtc.dev.t-aaron.com/api/meeting/updatePeopleStatus`, params)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -501,7 +501,7 @@ export default {
|
||||||
roomId: data.roomId,
|
roomId: data.roomId,
|
||||||
heartbeatTime: formatDateTime(time)
|
heartbeatTime: formatDateTime(time)
|
||||||
}
|
}
|
||||||
await axios.put(`https://hhz.test.t-aaron.com/api/meeting/heartbeatTime`, params)
|
await axios.put(`https://rtc.dev.t-aaron.com/api/meeting/heartbeatTime`, params)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue