|
@@ -89,7 +89,7 @@ public class FileUpdateInfoController {
|
|
|
}
|
|
|
String fileName = fileUpdateInfo.getFileName();
|
|
|
fileUpdateInfoService.controlApplication(fileName, action);
|
|
|
- return ApiResult.success("服务控制命令已发送: " + action);
|
|
|
+ return ApiResult.success(action + "命令已发送");
|
|
|
} catch (Exception e) {
|
|
|
return ApiResult.error("控制服务失败: " + e.getMessage());
|
|
|
}
|