This commit is contained in:
aozhiwei 2024-08-09 09:57:22 +08:00
parent 45607c3af2
commit 71b6d060d2

View File

@ -18,6 +18,10 @@ class BigwheelService extends BaseService
self::sendNotify($grid['drop'][0]['item_id']); self::sendNotify($grid['drop'][0]['item_id']);
} }
} }
myself()->_addTgLog('Bigwheel.WinPrize', array(
'grid1' => $grid1,
'grid2' => $grid2
));
} }
private static function sendNotify($itemId) private static function sendNotify($itemId)