java110
2021-07-21 85fd844edc7efdc535b4a9a48e9cee8017851a63
service-common/src/main/java/com/java110/common/thread/UpdateApplicationKeyPwd.java
old mode 100644 new mode 100755
@@ -106,8 +106,9 @@
            responseEntity = new ResponseEntity<String>(e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR);
        } finally {
            logger.debug("请求地址为,{} 请求中心服务信息,{},中心服务返回信息,{}", url, httpEntity, responseEntity);
            return responseEntity;
        }
        return responseEntity;
    }
    /**