提交 0374e699 authored 作者: 黄承天's avatar 黄承天

测试报告下载接口增加补充说明 以html文件形式提供下载

上级 c63bc857
......@@ -53,7 +53,8 @@ public class ReportController {
return ResponseEntity.ok(ImmutableMap.of("message", "success"));
}
@ApiOperation(value = "下载测试报告.")
@SuppressWarnings("ConstantConditions")
@ApiOperation(value = "下载测试报告.以html文件形式提供下载.")
@GetMapping(value = "/download/{id}")
public ResponseEntity<Map<String, String>> download(@PathVariable Integer id, HttpServletResponse response) {
try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论