mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user