6
0
Fork 0

miniprogram

base
panliang 2022-07-11 10:40:22 +08:00
parent 5ed5faf7ce
commit e1a5c7972c
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);
logger()->error($e->getMessage());
throw new BizException($e->getMessage());
}