service-api/src/main/java/com/java110/api/smo/notice/impl/ListNoticesSMOImpl.java
@@ -52,7 +52,7 @@ //将用户ID刷掉 paramIn.remove("userId"); String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/notice.listNotices" + mapToUrlParam(paramIn); String apiUrl = "notice.listNotices" + mapToUrlParam(paramIn); ResponseEntity<String> responseEntity = this.callCenterService(restTemplate, pd, "",