update 远程升级

This commit is contained in:
2023-04-07 08:57:53 +08:00
parent 7c76a874a9
commit 291bd06330
2 changed files with 2 additions and 2 deletions

View File

@@ -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};

View File

@@ -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);