This commit is contained in:
2025-12-21 17:05:55 +08:00
parent f81440882b
commit 763b1b1892

View File

@@ -101,6 +101,7 @@ class LotteryService
$small_round, $big_round, $big_total_gold
], 0);
$result = json_decode($result, true);
var_dump($result, true);die;
if (json_last_error() !== JSON_ERROR_NONE) {
throw new Exception('Lua脚本执行失败');
}