1
0
mirror of synced 2026-02-12 23:27:55 +08:00

🎨 #3715 企业微信回调消息中的MsgId改为字符串类型

This commit is contained in:
Copilot
2025-09-24 21:40:27 +08:00
committed by GitHub
parent e6a844ab70
commit 1788d9071e
2 changed files with 31 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ public class WxCpXmlMessage implements Serializable {
private String content;
@XStreamAlias("MsgId")
private Long msgId;
private String msgId;
@XStreamAlias("PicUrl")
@XStreamConverter(value = XStreamCDataConverter.class)