old mode 100644
new mode 100755
| | |
| | | **/ |
| | | public class BaseFrontServiceSMO extends BaseServiceSMO { |
| | | |
| | | private static final String URL_API = ServiceConstant.SERVICE_API_URL + "/api/"; |
| | | private static final String URL_API = ""; |
| | | //日志 |
| | | private static Logger logger = LoggerFactory.getLogger(BaseFrontServiceSMO.class); |
| | | |
| | |
| | | responseEntity = new ResponseEntity<String>(e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR); |
| | | } finally { |
| | | logger.debug("请求地址为,{} 请求中心服务信息,{},中心服务返回信息,{}", url, httpEntity, responseEntity); |
| | | return responseEntity; |
| | | } |
| | | |
| | | return responseEntity; |
| | | } |
| | | |
| | | |