skjcmanager/skjcmanager-service/skjcmanager-alerts/src/main/java/cn/gistack/alerts/notice/service/impl/NoticeHandle.java
@@ -514,6 +514,9 @@ if (activeProfile.equals("prod")){ url = ZtApiUrlConstant.url_prefix_prod + url; } if (activeProfile.equals("test")){ url = ZtApiUrlConstant.url_prefix_test + url; } //设置请求头 HttpHeaders headers = new HttpHeaders(); headers.add(ZtConfigConstant.header_key, ZtConfigConstant.header_value);