mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
新增 站点、第三方推送平台配置对应表
This commit is contained in:
@@ -98,6 +98,9 @@ public class ConfirmStartChargingRequestHandler extends AbstractHandler{
|
||||
length = 17;
|
||||
byte[] vinCodeByteArr = BytesUtil.copyBytes(msgBody, startIndex, length);
|
||||
|
||||
/**
|
||||
* 刷卡启动充电
|
||||
*/
|
||||
String logicCard = "";
|
||||
byte[] authenticationFlagByteArr = Constants.zeroByteArray;
|
||||
byte[] accountBalanceByteArr = Constants.zeroByteArray;
|
||||
@@ -138,6 +141,10 @@ public class ConfirmStartChargingRequestHandler extends AbstractHandler{
|
||||
log.error("刷卡启动充电鉴权 error", e);
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO VIN码启动充电
|
||||
*/
|
||||
|
||||
// 应答
|
||||
// 交易流水号
|
||||
// String transactionCode = IdUtils.generateTransactionCode(pileSn, connectorCode);
|
||||
|
||||
Reference in New Issue
Block a user