change heart
This commit is contained in:
parent
f2b4cc7091
commit
7825e02ef5
|
|
@ -497,8 +497,7 @@ export default {
|
||||||
const heartbeat = async() => {
|
const heartbeat = async() => {
|
||||||
const time = new Date().getTime()
|
const time = new Date().getTime()
|
||||||
const params = {
|
const params = {
|
||||||
userId: data.userId,
|
roomUserId: data.taskId,
|
||||||
roomId: data.roomId,
|
|
||||||
heartbeatTime: formatDateTime(time)
|
heartbeatTime: formatDateTime(time)
|
||||||
}
|
}
|
||||||
await axios.put(`https://rtc.dev.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