Commit 4d17788e authored by 张永's avatar 张永

1

parent 4bfdeccd
......@@ -125,7 +125,7 @@ public class AliyunApiController {
} catch (Exception e) {
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