提交 176e64ab authored 作者: 许俊's avatar 许俊

修改

上级 2a0f8315
......@@ -80,14 +80,14 @@ public class DownLoadController {
}
/*未使用-下载apk*/
/* @AutoLog(value = "下载APK3")
@AutoLog(value = "下载APK3")
@ApiOperation(value = "下载APK3", notes = "下载APK3")
@RequestMapping("/download3.apk")
@RequestMapping("/download3")
@ResponseBody
public void Download(HttpServletResponse response) {
String fileName = "test.apk";
String result = FileUtil.downloadFile(response, fileName);
}*/
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论