mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -20,16 +20,16 @@ public class Constants {
|
||||
public static final String SOCKET_IP = "127.0.0.1";
|
||||
public static final Integer SOCKET_PORT = 9011;
|
||||
|
||||
public static final String updateServerIP = "192.168.2.2";
|
||||
public static final String updateServerIP = "47.103.124.69";
|
||||
public static final int port = 0x21;
|
||||
|
||||
public static final byte[] updateServerPort = new byte[]{port};
|
||||
|
||||
public static final String updateServerUserName = "ftpuser";
|
||||
public static final String updateServerUserName = "ftptest";
|
||||
|
||||
public static final String updateServerPassword = "ftp123456";
|
||||
public static final String updateServerPassword = "js160829";
|
||||
|
||||
public static final String filePath = "/pile/test.bin";
|
||||
public static final String filePath = "/update.bin";
|
||||
|
||||
public static final String partnerId = "1632405339"; // 商户号Id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user