change heart

This commit is contained in:
zhangtao 2022-10-26 15:44:38 +08:00
parent f2b4cc7091
commit 7825e02ef5
1 changed files with 1 additions and 2 deletions

View File

@ -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)