等级修改bug修改

This commit is contained in:
2025-09-23 19:04:11 +08:00
parent 8abfa49494
commit 9cd5c78290
3 changed files with 4 additions and 4 deletions

View File

@@ -680,7 +680,7 @@ class BlindBoxTurntableGift extends Model
'play_image' => implode(',',$play_image),
'gift_name' => implode(',',$gift_names),
],
'text' => $textMessage
'text' => rtrim($textMessage, "\n")
];
//聊天室推送系统消息
model('Chat')->sendMsg(1005,$room_id,$text);