change heart
This commit is contained in:
parent
f2b4cc7091
commit
7825e02ef5
|
|
@ -497,8 +497,7 @@ export default {
|
|||
const heartbeat = async() => {
|
||||
const time = new Date().getTime()
|
||||
const params = {
|
||||
userId: data.userId,
|
||||
roomId: data.roomId,
|
||||
roomUserId: data.taskId,
|
||||
heartbeatTime: formatDateTime(time)
|
||||
}
|
||||
await axios.put(`https://rtc.dev.t-aaron.com/api/meeting/heartbeatTime`, params)
|
||||
|
|
|
|||
Loading…
Reference in New Issue