盲盒转盘优化-调试-加日志监控

This commit is contained in:
2025-10-25 18:31:33 +08:00
parent 60e2cde5e7
commit 60b517312c

View File

@@ -561,7 +561,7 @@ class BlindBoxTurntableGiftDrawWorld extends Model
];
} catch (\Exception $e) {
db::rollback();
return ['code' => 0, 'msg' => $e->getMessage(), 'data' => null];
throw new \Exception($e->getMessage());
}
}