队伍信息修改
This commit is contained in:
parent
c761d426fb
commit
a13df32bca
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user