java110
2021-10-12 1fa6064344046fd1b1ad3b0a1cb7631154cf32c8
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);
//
//    }
}