提交 c295aa2d authored 作者: lizhuo's avatar lizhuo

--no commit message

上级 e268b9c9
......@@ -183,6 +183,7 @@ public class FileController {
DownloadUtil.start(response, f, fileName);
}
}
@ApiOperation(value = "生成二维码zip")
@RequestMapping(value = "/download/zip", method = RequestMethod.POST)
public String downLoad(HttpServletResponse response, @RequestBody List<String> fileNames) throws Exception {
service.createCriteria().andIn("fileName", fileNames);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论