提交 f81acabe authored 作者: liujie's avatar liujie

设置默认下载的文件

上级 f4d628db
...@@ -147,6 +147,7 @@ public class EvaluationController { ...@@ -147,6 +147,7 @@ public class EvaluationController {
@RequestMapping(value="/download",method= RequestMethod.POST) @RequestMapping(value="/download",method= RequestMethod.POST)
@AuthAnnotation(code = {"000800"}) @AuthAnnotation(code = {"000800"})
public ResponseEntity findSearch(@RequestBody Download download){ public ResponseEntity findSearch(@RequestBody Download download){
return ResponseEntity.ok("http://localhost:8078/static/defult.docx"); // return ResponseEntity.ok("http://120.55.57.35:12345/static/uplaods/a36b17568d4e466dacf9f088a29b4dbc.docx");
return ResponseEntity.ok("http://120.55.57.35:8078/static/defult.docx");
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论