修改实名认证提示符

This commit is contained in:
wucongxing 2023-02-22 10:39:28 +08:00
parent 5432819d20
commit 357d779d2c

View File

@ -103,7 +103,7 @@ class DoctorAuthService extends BaseService
// 实名认证状态0:未认证 1:认证通过 2:认证失败) // 实名认证状态0:未认证 1:认证通过 2:认证失败)
if ($doctor['idcard_status'] == 1) { if ($doctor['idcard_status'] == 1) {
return fail(HttpEnumCode::HTTP_ERROR, "不可修改"); return fail(HttpEnumCode::HTTP_ERROR, "已通过实名认证,无法修改");
} }
// 网易易盾认证 // 网易易盾认证