mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 13:05:11 +08:00
uploadFirmware 上传固件接口
This commit is contained in:
@@ -20,6 +20,12 @@ public class UpdateFirmwareCommand {
|
||||
// 远程更新服务器端口
|
||||
private int port;
|
||||
|
||||
// 远程更新 ftp用户名
|
||||
private String username;
|
||||
|
||||
// 远程更新 ftp密码
|
||||
private String password;
|
||||
|
||||
// 文件路径
|
||||
private String filePath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user