mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
解绑鉴权卡
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user