mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 电单车协议
This commit is contained in:
@@ -34,7 +34,7 @@ public class EBikeSendCommandServiceImpl implements EBikeSendCommandService {
|
||||
// 余额或有效期
|
||||
data.setBalanceOrValidity("356");
|
||||
// 端口号
|
||||
data.setPortNumber("1");
|
||||
data.setPortNumber(connectorCode);
|
||||
// 充电命令
|
||||
data.setChargeCommand("01");
|
||||
// 充电时长/功率
|
||||
|
||||
@@ -327,7 +327,6 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 下发二维码
|
||||
|
||||
Reference in New Issue
Block a user