🐛 fix annotation typo.

This commit is contained in:
Scruel Tao 2021-12-08 18:24:41 +08:00 committed by GitHub
parent 3f8b6e1c7a
commit f351ecf2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;