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, "已通过实名认证,无法修改"); } // 网易易盾认证