Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-web/commit/5462de79136c57bbcdd61cf379355f103a03aaac?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix:文件下载

dev
wangxy 12 months ago
parent 302cfbd79e
commit 5462de7913

@ -168,11 +168,6 @@ public class FileRelationController extends BaseController {
return success(fileRelationManager.getFileInfo(applyId,fileCode));
}
/**
*
*
*/
@ApiOperation("文件下载")
@GetMapping("/download")
public void fileDownload(String fileId, HttpServletResponse response, HttpServletRequest request) {

Loading…
Cancel
Save