6
0
Fork 0

VipService

base
panliang 2026-05-29 21:15:50 +08:00
parent 1b600a2277
commit 67b82ea846
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ class VipController extends Controller
return $result; return $result;
} catch (\Exception $e) { } catch (\Exception $e) {
DB::rollBack(); DB::rollBack();
report($e); throw new $e;
throw new BizException($e->getMessage());
} }
} }