From a13df32bcabfc65d1e33c31dd9e0c2e5282f5982 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Thu, 21 Sep 2023 16:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=9F=E4=BC=8D=E4=BF=A1=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/controller/TeamController.class.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index ec2f3b54..1e2703e0 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -501,11 +501,8 @@ class TeamController extends BaseAuthedController { $teamDb['custom_room'] = array( 'custom_room_id' => $custom_room_id, 'custom_room_state' => $custom_room_state, - 'custom_room_pwd' => $custom_room_state, + 'custom_room_pwd' => $custom_room_pwd, ); -// $teamDb['custom_room_id'] = $custom_room_id; -// $teamDb['custom_room_state'] = $custom_room_state; -// $teamDb['custom_room_pwd'] = $custom_room_state; $this->saveTeamDb($r, $teamUuid, $teamDb); $this->_rspData(array( 'team_uuid' => $teamUuid