拍卖中不能下麦
This commit is contained in:
@@ -1110,7 +1110,7 @@ class RoomPit extends Model
|
||||
//推送告诉前端上了几号麦位
|
||||
$text['text'] = $FromUserInfo['nickname'].' 上了拍卖位 ';
|
||||
$text['FromUserInfo'] = $FromUserInfo;
|
||||
$text['pit_number'] = $pit_number;
|
||||
$text['pit_number'] = 888;
|
||||
$text['type'] = 1 ;
|
||||
//聊天室推送系统消息
|
||||
model('api/Chat')->sendMsg(1022,$room_id,$text);
|
||||
|
||||
Reference in New Issue
Block a user