解绑鉴权卡

This commit is contained in:
2023-11-28 16:45:17 +08:00
parent a24398fa44
commit d80176bb51

View File

@@ -269,6 +269,7 @@ public class PileAuthCardServiceImpl implements IPileAuthCardService {
throw new BusinessException(ReturnCodeEnum.CODE_THIS_CARD_BIND_INFO_ERROR);
}
// pileAuthCard.setDelFlag("1");
pileAuthCard.setStatus("0");
pileAuthCard.setMemberId("");
String secretKey = RandomStringUtils.randomAlphanumeric(8).toUpperCase(Locale.ROOT); // 生成8位数的字母 + 数字随机数
pileAuthCard.setSecretKey(secretKey);