This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#85
from johnnytung/develop
修正WxMpXmlMessage中,设备id的XStreamAlias为DeviceID
master
Binary Wang
8 years ago
committed by
GitHub
parent
ef1558046f
23f344b556
commit
19dc664ae0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/message/WxMpXmlMessage.java
+ 1
- 1
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/message/WxMpXmlMessage.java
View File
@@ -277,7 +277,7 @@ public class WxMpXmlMessage implements Serializable {
/**
* 设备ID,第三方提供
*/
@XStreamAlias("DeviceI
d
")
@XStreamAlias("DeviceI
D
")
@XStreamConverter(value = XStreamCDataConverter.class)
private String deviceId;
Write
Preview
Loading…
Cancel
Save