Skip to content

Commit 460dc11

Browse files
committed
修复WxPayMpOrderResult
1 parent 91838b9 commit 460dc11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/order/WxPayMpOrderResult.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.github.binarywang.wxpay.bean.order;
22

3+
import com.thoughtworks.xstream.annotations.XStreamAlias;
34
import lombok.Builder;
45
import lombok.Data;
56

@@ -21,6 +22,7 @@ public class WxPayMpOrderResult {
2122
/**
2223
* 由于package为java保留关键字,因此改为packageValue
2324
*/
25+
@XStreamAlias("package")
2426
private String packageValue;
2527
private String signType;
2628
private String paySign;

0 commit comments

Comments
 (0)