Commit 6f70d69d by jianan

新单跟进115

parent 7a7d4867
......@@ -192,7 +192,7 @@ public class ApiFortuneController {
Result<String> errorResult = Result.fail(
ResultCode.FAIL.getCode(),
"文件下载失败: " + e.getMessage()
e.getMessage()
);
response.getWriter().write(new ObjectMapper().writeValueAsString(errorResult));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment