mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 #3715 企业微信回调消息中的MsgId改为字符串类型
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user