old mode 100644
new mode 100755
| | |
| | | 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); |
| | | // |
| | | // } |
| | | |
| | | } |