ソースを参照

家族成员可以进去其他房间

lizhen_gitee 1 年間 前
コミット
0abdd3f078
2 ファイル変更2 行追加2 行削除
  1. 1 1
      application/api/controller/Party.php
  2. 1 1
      application/extra/site.php

+ 1 - 1
application/api/controller/Party.php

@@ -711,7 +711,7 @@ class Party extends Common
                 // 获取公会管理员
                 $guildMemberInfo = \app\common\model\GuildMember::where(["user_id" => $user_id, "guild_id" => $guildInfo['id'], 'status' => 1])->find();
                 if ($guildMemberInfo && $guildMemberInfo['role'] == 0) {
-                    $this->error("当前直播已结束!");//这种情况理论上不存在
+                    //$this->error("当前直播已结束!");//这种情况理论上不存在
                 }
             }
 //            // 如果是房主自己进入房间,则更新用户 为在线状态

+ 1 - 1
application/extra/site.php

@@ -102,7 +102,7 @@ return [
     'withdrawRate' => '99',
     'switch' => '1',
     'appShare' => '/uploads/20210422/75744fbe87ee36e52ffffcb82acdc403.png',
-    'roomLimit' => '50',
+    'roomLimit' => '10',
     'domain_name' => 'http://ggyuyin.huxiukeji.cn',
     'intro_image' => '/uploads/20230703/35b10db56529aa19086eeb3d1d0bb6b0.png',
     'egggift_content' => '<p>我是奖励概览</p>',