This commit is contained in:
2025-12-21 17:08:57 +08:00
parent 763b1b1892
commit 400461fd5a

View File

@@ -100,6 +100,7 @@ class LotteryService
$small_trigger_times, $big_threshold,
$small_round, $big_round, $big_total_gold
], 0);
var_dump($result, true);die;
$result = json_decode($result, true);
var_dump($result, true);die;
if (json_last_error() !== JSON_ERROR_NONE) {