Browse Source

房号转为888888

gemercheung 3 years ago
parent
commit
f30db25e12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/controller/room/index.js

+ 1 - 1
src/controller/room/index.js

@@ -77,7 +77,7 @@ export class RoomController extends BasicController {
 
       if (!roomId) {
         this.logger.error("不存在房间号", user);
-        roomId = "88888888";
+        roomId = "888888";
       }
       await this.initParams(userId, roomId, oneSceneNum);