拍卖中不能下麦

This commit is contained in:
2025-12-04 22:06:51 +08:00
parent a732eaa2d5
commit 019cb8e737

View File

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