工作通知调整

This commit is contained in:
shuo.wang
2025-02-24 18:00:19 +08:00
parent fc73435687
commit 2807bc5b1c
2 changed files with 2 additions and 2 deletions

View File

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