java110
2021-10-13 5c8ea097a69d7a3b46d39a1b6908d999398c415d
service-api/src/main/java/com/java110/api/smo/notice/impl/AddNoticeSMOImpl.java
@@ -52,7 +52,7 @@
        paramIn.put("storeId", result.getStoreId());
        responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
                ServiceConstant.SERVICE_API_URL + "/api/notice.saveNotice",
                "notice.saveNotice",
                HttpMethod.POST);
        return responseEntity;
    }