6
0
Fork 0

miniprogram

base
panliang 2022-07-11 11:01:34 +08:00
parent e1a5c7972c
commit d58cec3259
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class MiniprogramController extends Controller
} catch (Throwable $e) {
DB::rollBack();
logger()->error($e->getMessage());
report($e);
throw new BizException($e->getMessage());
}