|
@@ -963,7 +963,7 @@ public class HwUserServiceImpl extends ServiceImpl<HwUserMapper, HwUser> impleme
|
|
|
// 验证实名信息
|
|
// 验证实名信息
|
|
|
boolean ok = txIdentityUtils.IdCardVerification(name, idcardNumber);
|
|
boolean ok = txIdentityUtils.IdCardVerification(name, idcardNumber);
|
|
|
if (!ok) {
|
|
if (!ok) {
|
|
|
- resultImg.put("success","2010");
|
|
|
|
|
|
|
+ resultImg.put("success","2011");
|
|
|
return resultImg;
|
|
return resultImg;
|
|
|
}
|
|
}
|
|
|
HwUser hwmUser = this.getById(id);
|
|
HwUser hwmUser = this.getById(id);
|