已实名后的 修改为其它实名 禁止
This commit is contained in:
@@ -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("持卡人姓名不能为空");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user