From 0745965bbeaa0acf43db24b9cb9c7655d6444f2e Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Fri, 17 Mar 2023 16:01:00 +0800 Subject: [PATCH] 1 --- app/Services/DoctorAuthService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/DoctorAuthService.php b/app/Services/DoctorAuthService.php index 4990d8c..2936899 100644 --- a/app/Services/DoctorAuthService.php +++ b/app/Services/DoctorAuthService.php @@ -330,6 +330,7 @@ class DoctorAuthService extends BaseService $result['license_cert_reason'] = $iden_auth_fail_reson['license_cert_reason'] ?? ""; $result['qualification_cert_reason'] = $iden_auth_fail_reson['qualification_cert_reason'] ?? ""; $result['work_cert_reason'] = $iden_auth_fail_reson['work_cert_reason'] ?? ""; + $result['department_custom_name_reason'] = $iden_auth_fail_reson['department_custom_name_reason'] ?? ""; return success($result); }