Commit 31079e55 authored by Quxl's avatar Quxl
parents 4ba824ab 6810c79f
...@@ -125,7 +125,7 @@ public class AliyunApiController { ...@@ -125,7 +125,7 @@ public class AliyunApiController {
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
return Rjx.jsonErr().setMessage(e.getMessage()); return Rjx.jsonErr().setCode(-1).setMessage(e.getMessage());
} }
} }
......
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