From a4bea873fd6dde17d75e3fa56846d7603215b75c Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 11 Jun 2024 13:28:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=88=A4=E6=96=AD=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAuthService.php | 2 +- app/Services/PatientFamilyService.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/DoctorAuthService.php b/app/Services/DoctorAuthService.php index 0efb59e..1d38d13 100644 --- a/app/Services/DoctorAuthService.php +++ b/app/Services/DoctorAuthService.php @@ -122,7 +122,7 @@ class DoctorAuthService extends BaseService // 网易易盾认证 // 实人认证-生产环境开启 $app_env = config('app_env','dev'); - if ($app_env == "dev"){ + if ($app_env != "dev"){ $IdCard = new IdCard(); $params = array(); diff --git a/app/Services/PatientFamilyService.php b/app/Services/PatientFamilyService.php index e6359f4..e71cef0 100644 --- a/app/Services/PatientFamilyService.php +++ b/app/Services/PatientFamilyService.php @@ -175,7 +175,7 @@ class PatientFamilyService extends BaseService // 实人认证-生产环境开启 $app_env = config('app_env', 'dev'); - if ($app_env == "dev") { + if ($app_env != "dev") { $IdCard = new IdCard(); $params = array();