|
|
|
@ -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); |
|
|
|
|