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;
} catch (\Exception $e) {
DB::rollBack();
report($e);
throw new BizException($e->getMessage());
throw new $e;
}
}