mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 21:15:06 +08:00
uploadFirmware 上传固件接口
This commit is contained in:
@@ -14,7 +14,13 @@ import java.util.List;
|
||||
public class UpdateFirmwareCommand {
|
||||
private List<String> pileSnList;
|
||||
|
||||
// /update.bin
|
||||
// 远程更新服务器地址
|
||||
private String serverAddress;
|
||||
|
||||
// 远程更新服务器端口
|
||||
private int port;
|
||||
|
||||
// 文件路径
|
||||
private String filePath;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user