|
|
@@ -301,7 +301,7 @@ public class IdentityAuthService {
|
|
|
result.put("reason", "同一身份证注册超过3个");
|
|
|
} else {
|
|
|
try {
|
|
|
- validateV2(identityAuth.getRealName(), user.getPhone(), identityAuth.getIdNo());
|
|
|
+ validateV2(identityAuth.getRealName(), identityAuth.getPhone(), identityAuth.getIdNo());
|
|
|
result.put("status", AuthStatus.SUCCESS);
|
|
|
} catch (Exception e) {
|
|
|
log.error("自动实名出错", e);
|