From e233bdd729726d414ef22b94d9ac2ea85128b349 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Fri, 27 Jun 2025 17:11:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AF=81=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Shentun.WebPeis.Application/Persons/PersonAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shentun.WebPeis.Application/Persons/PersonAppService.cs b/src/Shentun.WebPeis.Application/Persons/PersonAppService.cs index a428118..e8c2660 100644 --- a/src/Shentun.WebPeis.Application/Persons/PersonAppService.cs +++ b/src/Shentun.WebPeis.Application/Persons/PersonAppService.cs @@ -233,7 +233,7 @@ namespace Shentun.WebPeis.Persons } if (!string.IsNullOrWhiteSpace(person.WechatOpenId)) { - throw new UserFriendlyException("该微信号已注册"); + throw new UserFriendlyException("该身份证跟手机号已被其他微信号注册"); } person.WechatOpenId = input.WechatOpenId; await _repository.UpdateAsync(person);