Skip to content

Commit 69c179f

Browse files
authored
Merge pull request #110 from gaigeshen/patch-1
缺少XStream注解导致转化Xml到对象失败
2 parents 18f945b + e762492 commit 69c179f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/pay/result/WxPayRedpackQueryResult.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
1616
* </pre>
1717
*/
18+
@XStreamAlias("xml")
1819
public class WxPayRedpackQueryResult extends WxPayBaseResult {
1920

2021
/**

0 commit comments

Comments
 (0)