等级修改bug修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user