From 357d779d2c5bf9237b792c8c207c5984cec9b379 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 22 Feb 2023 10:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9E=E5=90=8D=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=8F=90=E7=A4=BA=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAuthService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/DoctorAuthService.php b/app/Services/DoctorAuthService.php index f19c8f3..5380e68 100644 --- a/app/Services/DoctorAuthService.php +++ b/app/Services/DoctorAuthService.php @@ -103,7 +103,7 @@ class DoctorAuthService extends BaseService // 实名认证状态(0:未认证 1:认证通过 2:认证失败) if ($doctor['idcard_status'] == 1) { - return fail(HttpEnumCode::HTTP_ERROR, "不可修改"); + return fail(HttpEnumCode::HTTP_ERROR, "已通过实名认证,无法修改"); } // 网易易盾认证