巡乐会抽奖接口提交.-错误调试

This commit is contained in:
2025-08-29 14:49:15 +08:00
parent 2b7a47989d
commit 15018b6c91
3 changed files with 5 additions and 3 deletions

View File

@@ -545,7 +545,7 @@ class GiveGift extends Model
}else{
if($gift_info['is_public_server'] == 1){
//推送礼物横幅
$push = new Push(UID, $from_id);
$push = new Push($uid, $from_id);
$room_name = Db::name('vs_room')->where(['id' => $from_id, 'apply_status' => 2])->value('room_name');
$text = $FromUserInfo['nickname'] . '在' . $room_name . '房间送给了' . $ToUserInfo['nickname'] . $gift_info['gift_name'] . 'X' . $num;
$text_list_new = [