已实名后的 修改为其它实名 禁止

This commit is contained in:
wangw 2025-08-25 09:19:05 +08:00
parent 1a8fb32079
commit f13d21bc63
1 changed files with 1 additions and 1 deletions

View File

@ -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("持卡人姓名不能为空");
}