队伍信息修改

This commit is contained in:
hujiabin 2023-09-21 16:29:31 +08:00
parent c761d426fb
commit a13df32bca

View File

@ -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