mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-28 04:29:07 +08:00
🐛 fix annotation typo.
This commit is contained in:
@ -29,7 +29,7 @@ public abstract class WxMpXmlOutMessage implements Serializable {
|
||||
|
||||
@XStreamAlias("FromUserName")
|
||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||
@JacksonXmlProperty(localName = "ToUserName")
|
||||
@JacksonXmlProperty(localName = "FromUserName")
|
||||
@JacksonXmlCData
|
||||
protected String fromUserName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user