This commit is contained in:
2025-12-21 20:57:14 +08:00
parent 0624562dda
commit b9d876437a

View File

@@ -124,7 +124,7 @@ class LotteryService
$this->bigPrizeWeights['80'],
$this->bigPrizeWeights['total']
], 0);
// var_dump($result);die;
var_dump($result);die;
$result = json_decode($result, true);
if (json_last_error() !== JSON_ERROR_NONE) {
throw new Exception('Lua脚本执行失败');