6
0
Fork 0

miniprogram

base
panliang 2022-07-11 10:35:38 +08:00
parent 953c9efa51
commit 5ed5faf7ce
1 changed files with 1 additions and 1 deletions

View File

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