Merge pull request #110 from gaigeshen/patch-1

缺少XStream注解导致转化Xml到对象失败
This commit is contained in:
Binary Wang
2016-12-28 15:52:00 +08:00
committed by GitHub

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 {
/**