工作通知调整

This commit is contained in:
shuo.wang
2025-02-24 18:21:27 +08:00
parent a5caca6134
commit f8c6baf98f

View File

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