mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
update 远程升级
This commit is contained in:
@@ -21,7 +21,7 @@ public class Constants {
|
||||
public static final Integer SOCKET_PORT = 9011;
|
||||
|
||||
public static final String updateServerIP = "47.103.124.69";
|
||||
public static final int port = 0x21;
|
||||
public static final int port = 0x15;
|
||||
|
||||
public static final byte[] updateServerPort = new byte[]{port};
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
|
||||
// 下发二维码
|
||||
@Override
|
||||
public void pushIssueQRCodeCommand(IssueQRCodeCommand command) {
|
||||
log.info("异步下发二维码 thread:{}", Thread.currentThread().getName());
|
||||
// log.info("异步下发二维码 thread:{}", Thread.currentThread().getName());
|
||||
String pileSn = command.getPileSn();
|
||||
// 桩编码
|
||||
byte[] pileSnByteArr = BytesUtil.str2Bcd(pileSn);
|
||||
|
||||
Reference in New Issue
Block a user