This commit is contained in:
2023-04-01 15:33:36 +08:00
parent c337b9f035
commit eaf35ce6e7
5 changed files with 21 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ public class ConfirmStartChargingRequestHandler extends AbstractHandler{
length = 8;
byte[] cardNumByteArr = BytesUtil.copyBytes(msgBody, startIndex, length);
String physicsCard = BytesUtil.binary(cardNumByteArr, 16);
log.info("物理卡号{}", physicsCard);
log.info("桩号:{}申请充电物理卡号:{}", pileSn, physicsCard);
// 输入密码 对用户输入的密码进行16 位MD5 加密,采用小写上传
startIndex += length;