寻乐会 和消息
This commit is contained in:
@@ -841,6 +841,7 @@ class Room extends Model
|
||||
$friend = null;
|
||||
}
|
||||
|
||||
$xlh_info['xlh_info'] = model('BlindBoxTurntableGift')->get_user_xlh_info($room_id);
|
||||
|
||||
return ['code' => 1,
|
||||
'msg' => '成功',
|
||||
@@ -854,6 +855,7 @@ class Room extends Model
|
||||
'pk_info' => $pk_info,
|
||||
'song_pit_list' => $song_pit_list,
|
||||
'friend_info' => $friend,
|
||||
'gift_cycle' => $xlh_info,
|
||||
]
|
||||
];
|
||||
}
|
||||
@@ -1988,6 +1990,8 @@ class Room extends Model
|
||||
$friend = null;
|
||||
}
|
||||
|
||||
$xlh_info['xlh_info'] = model('BlindBoxTurntableGift')->get_user_xlh_info($room_id);
|
||||
|
||||
return ['code' => 1,
|
||||
'msg' => '成功',
|
||||
'data' => ['room_info' => $room_info,
|
||||
@@ -2000,6 +2004,7 @@ class Room extends Model
|
||||
'pk_info'=>$pk_info,
|
||||
'song_pit_list'=>$song_pit_list,
|
||||
'friend_info' => $friend,
|
||||
'gift_cycle' => $xlh_info,
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user