测试企微通知

This commit is contained in:
shuo.wang
2025-02-11 18:41:19 +08:00
parent 1aa08b1b2d
commit 8aa877efa5

View File

@@ -58,7 +58,7 @@ public enum QWMessageEnum {
}
String messageUrl = null;
try {
String noticeUrl = String.format(qywxUrl2, corpId, "qw_private_zx",this.target);
String noticeUrl = String.format(qywxUrl2, corpId, "qw_self_dkf",this.target);
String finalUrl = buildUrlWithParams(noticeUrl, paramMap);
log.info("finalUrl:{}", finalUrl);
messageUrl = URLEncoder.encode(finalUrl, "UTF-8");