From 5673ca0c8d98514908e5c7cc06e35a0fdcd72b99 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Sat, 6 May 2023 09:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=93=B6=E8=A1=8C=E5=8D=A1?= =?UTF-8?q?=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAuthService.php | 18 +++++++++--------- app/Services/PatientFamilyService.php | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/Services/DoctorAuthService.php b/app/Services/DoctorAuthService.php index 8e71835..e25b54b 100644 --- a/app/Services/DoctorAuthService.php +++ b/app/Services/DoctorAuthService.php @@ -119,15 +119,15 @@ class DoctorAuthService extends BaseService // 网易易盾认证 // 实人认证-生产环境开启 - $IdCard = new IdCard(); - - $params = array(); - $params['name'] = $card_name; - $params['cardNo'] = $card_num; - $res = $IdCard->checkIdCard($params); - if (!empty($res)) { - return fail(HttpEnumCode::HTTP_ERROR, $res); - } +// $IdCard = new IdCard(); +// +// $params = array(); +// $params['name'] = $card_name; +// $params['cardNo'] = $card_num; +// $res = $IdCard->checkIdCard($params); +// if (!empty($res)) { +// return fail(HttpEnumCode::HTTP_ERROR, $res); +// } Db::beginTransaction(); try { diff --git a/app/Services/PatientFamilyService.php b/app/Services/PatientFamilyService.php index 6438e04..e0b2f15 100644 --- a/app/Services/PatientFamilyService.php +++ b/app/Services/PatientFamilyService.php @@ -388,15 +388,15 @@ class PatientFamilyService extends BaseService $sex = getIdCardSex($this->request->input('id_number')); // 实人认证-生产环境开启 - $IdCard = new IdCard(); - - $params =array(); - $params['name'] = $request_params['card_name']; - $params['cardNo'] = $request_params['id_number']; - $res = $IdCard->checkIdCard($params); - if (!empty($res)){ - return fail(HttpEnumCode::HTTP_ERROR,$res); - } +// $IdCard = new IdCard(); +// +// $params =array(); +// $params['name'] = $request_params['card_name']; +// $params['cardNo'] = $request_params['id_number']; +// $res = $IdCard->checkIdCard($params); +// if (!empty($res)){ +// return fail(HttpEnumCode::HTTP_ERROR,$res); +// } } // 民族