盲盒转盘落包,加推送。
This commit is contained in:
@@ -1790,7 +1790,7 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model
|
||||
foreach ($gift_counts as $value) {
|
||||
$draw_gift = Db::name('vs_gift')->where(['gid'=>$value['gift_id']])->find();
|
||||
if($draw_gift['is_public_server'] == 1){
|
||||
$text_message = $user_nickname . '在' . $bag_data['gift_bag_name'] . '中获得了礼物' . $draw_gift['gift_name'] . 'X' . $value['count']."\n";
|
||||
$text_message = $user_nickname . '在' . $bag_data['gift_bag_name'] . '中获得了礼物' . $draw_gift['gift_name'] . 'X' . $value['count'];
|
||||
$text_list_new[] = [
|
||||
'text' => $text_message,
|
||||
'gift_picture' => $draw_gift['base_image'],
|
||||
|
||||
Reference in New Issue
Block a user