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