已实名后的 修改为其它实名 禁止
This commit is contained in:
parent
1a8fb32079
commit
f13d21bc63
|
|
@ -89,7 +89,7 @@ public class AliServiceImpl implements AliService {
|
|||
*/
|
||||
@Override
|
||||
public AuthRespDTO auth(String name, String idCard, String accountNo, String bankPreMobile) {
|
||||
log.info("阿里云四要素认证请求参数: {} {} {} {}", name, idCard, accountNo, bankPreMobile);
|
||||
// log.info("阿里云四要素认证请求参数: {} {} {} {}", name, idCard, accountNo, bankPreMobile);
|
||||
if (StrUtil.isBlank(name)) {
|
||||
throw new SqxException("持卡人姓名不能为空");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue