java110
2022-01-11 7e5ed0e7b50567342946eb3e9dfaf5a213b0e7a9
java110-core/src/main/java/com/java110/core/base/AppBase.java
old mode 100644 new mode 100755
@@ -115,15 +115,15 @@
    public Map<String, Object> createReturnMap(String resultCode, String resultMsg, String info) {
        return null;
    }
    /**
     * 调用中心服务
     *
     * @return
     */
    protected ResponseEntity<String> callCenterService(RestTemplate restTemplate, IPageData pd, String param, String url, HttpMethod httpMethod) {
        return CallApiServiceFactory.callCenterService(restTemplate, pd, param, url, httpMethod);
    }
//
//    /**
//     * 调用中心服务
//     *
//     * @return
//     */
//    protected ResponseEntity<String> callCenterService(RestTemplate restTemplate, IPageData pd, String param, String url, HttpMethod httpMethod) {
//        return CallApiServiceFactory.callCenterService(restTemplate, pd, param, url, httpMethod);
//
//    }
}