From db6f451f241177d0568c52b7104ad6a676464f9c Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 22 Feb 2023 10:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=9E=E5=90=8D=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E7=8E=AF=E5=A2=83=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAuthService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/DoctorAuthService.php b/app/Services/DoctorAuthService.php index 5380e68..eeb6628 100644 --- a/app/Services/DoctorAuthService.php +++ b/app/Services/DoctorAuthService.php @@ -108,7 +108,7 @@ class DoctorAuthService extends BaseService // 网易易盾认证 // 实人认证-生产环境开启 -// if (env("APP_ENV") == "prod") { + if (env("APP_ENV") == "prod") { $IdCard = new IdCard(); $params = array(); @@ -118,7 +118,7 @@ class DoctorAuthService extends BaseService if (!empty($res)) { return fail(HttpEnumCode::HTTP_ERROR, $res); } -// } + } Db::beginTransaction(); try {