service-user/src/main/java/com/java110/user/api/UserApi.javaold mode 100644 new mode 100755
@@ -71,8 +71,9 @@ responseJson = DataTransactionFactory.createBusinessResponseJson(businessServiceDataFlow, ResponseConstant.RESULT_CODE_ERROR, e.getMessage() + e, null); } finally { return responseJson.toJSONString(); } return responseJson.toJSONString(); }