1.实名修改

This commit is contained in:
张松 2025-01-07 10:06:01 +08:00
parent c275b1a912
commit fcc3b84d06
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public class AppController {
userInfoService.update(userInfo, new LambdaQueryWrapper<UserInfo>().eq(UserInfo::getUserId, userId));
}catch (Exception e) {
ApiAccessLimitUtil.removeKey(String.valueOf(userId), "updateAuthCertInfo");
ApiAccessLimitUtil.removeKey(certName, "updateAuthCertInfoByIdCard");
ApiAccessLimitUtil.removeKey(certNum, "updateAuthCertInfoByIdCard");
authErrMsg = "实名修改失败: 身份证信息不匹配";
}
}