ソースを参照

房号转为888888

gemercheung 3 年 前
コミット
f30db25e12
1 ファイル変更1 行追加1 行削除
  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);