uploadFirmware 上传固件接口

This commit is contained in:
Guoqs
2024-05-17 14:44:40 +08:00
parent 5c2daff575
commit 91ee42267d
3 changed files with 30 additions and 1 deletions

View File

@@ -130,4 +130,11 @@ public class JsowellConfig {
// return getProfile() + "/upload";
return getProfile();
}
/**
* 获取固件上传路径
*/
public static String getFirmwarePath() {
return getProfile() + "/firmware";
}
}