巡乐会抽奖接口提交.-错误调试
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user