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); +// } } // 民族