mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
修正WxMpXmlMessage中,设备id的XStreamAlias为DeviceID
This commit is contained in:
parent
a26715cb4c
commit
23f344b556
@ -277,7 +277,7 @@ public class WxMpXmlMessage implements Serializable {
|
||||
/**
|
||||
* 设备ID,第三方提供
|
||||
*/
|
||||
@XStreamAlias("DeviceId")
|
||||
@XStreamAlias("DeviceID")
|
||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||
private String deviceId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user