update 固件上传到FTP服务器

This commit is contained in:
Guoqs
2024-06-03 14:41:42 +08:00
parent 5f2210ec79
commit a4c0175e19

View File

@@ -94,7 +94,7 @@ public class CommonController {
* 上传固件、固件上传
*/
@PostMapping("/uploadFirmware")
public AjaxResult uploadFirmware(MultipartFile file) throws Exception {
public AjaxResult uploadFirmware(MultipartFile file) {
try {
// 上传文件路径
String filePath = JsowellConfig.getUploadPath();