盲盒转盘礼物推送
This commit is contained in:
@@ -175,9 +175,6 @@ class BlindBoxTurntableGift extends Model
|
|||||||
model('Chat')->sendMsg(1005,$room_id,$effectData);
|
model('Chat')->sendMsg(1005,$room_id,$effectData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 循环推送每个礼物的特效消息
|
|
||||||
|
|
||||||
|
|
||||||
$roomtype = Db::name('vs_room')->where(['id' => $room_id])->value('type_id');
|
$roomtype = Db::name('vs_room')->where(['id' => $room_id])->value('type_id');
|
||||||
if($roomtype == 6){
|
if($roomtype == 6){
|
||||||
//推送消息
|
//推送消息
|
||||||
|
|||||||
Reference in New Issue
Block a user