盲盒转盘优化-调试

This commit is contained in:
2025-10-24 15:08:02 +08:00
parent 8315eeae2d
commit de5ae479c9

View File

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