From 019cb8e7376dcbe0b00128a67a5d05c2bcbc9f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Thu, 4 Dec 2025 22:06:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=8D=E5=8D=96=E4=B8=AD=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E4=B8=8B=E9=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/RoomPit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/RoomPit.php b/application/api/model/RoomPit.php index b209326..d3dd2b3 100644 --- a/application/api/model/RoomPit.php +++ b/application/api/model/RoomPit.php @@ -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);