缺少XStream注解导致转化Xml到对象失败

This commit is contained in:
gaigeshen
2016-12-28 15:50:08 +08:00
committed by GitHub
parent 18f945b982
commit e7624926a4

View File

@@ -15,6 +15,7 @@ import com.thoughtworks.xstream.annotations.XStreamAlias;
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* </pre>
*/
@XStreamAlias("xml")
public class WxPayRedpackQueryResult extends WxPayBaseResult {
/**