Browse Source

计时记录

gemercheung 2 years ago
parent
commit
7edd330468
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/service/publishService.js

+ 1 - 1
src/service/publishService.js

@@ -22,7 +22,7 @@ const publishExitRoom = (userId, roomId) => {
   const payLoad = {
     userId,
     roomId,
-    type: 0,
+    type: 1,
     createTime: Date.now(),
   };
   pubClient.hSet(getInKey(onlineConfigKey), `${payLoad.createTime}`, JSON.stringify(payLoad));