1.优化websocket中的jackpot.hit
This commit is contained in:
@@ -447,6 +447,12 @@ final class GameBetSettleService
|
|||||||
try {
|
try {
|
||||||
$already = Redis::get($dedupKey);
|
$already = Redis::get($dedupKey);
|
||||||
if ($already !== false && $already !== null && $already !== '') {
|
if ($already !== false && $already !== null && $already !== '') {
|
||||||
|
Log::channel('ws')->info('jackpot.hit skipped (dedup exists)', [
|
||||||
|
'period_id' => $periodId,
|
||||||
|
'period_no' => $periodNo,
|
||||||
|
'result_number' => $resultNumber,
|
||||||
|
'hit_count' => count($jackpotHits),
|
||||||
|
]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} catch (Throwable) {
|
} catch (Throwable) {
|
||||||
|
|||||||
Reference in New Issue
Block a user