上线代码修改

This commit is contained in:
2025-10-25 18:40:53 +08:00
parent e4546acd31
commit 16933674ca

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());
}
}