练歌房 不支持手机端切换
This commit is contained in:
@@ -17,6 +17,7 @@ class RoomSong extends BaseCom
|
||||
|
||||
//同意、拒绝点歌
|
||||
public function agree_song(){
|
||||
return V(0, '暂不支持此类型的操作');
|
||||
$room_id = input('room_id');
|
||||
$type = input('type',1);//1同意 2拒绝
|
||||
$res = model('RoomSong')->agree_song($this->uid,$room_id,$type);
|
||||
|
||||
Reference in New Issue
Block a user