shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
service-user/src/main/java/com/java110/user/api/UserApi.java
old 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();
    }