mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-15 10:45:15 +08:00
修复WxPayMpOrderResult
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package com.github.binarywang.wxpay.bean.order;
|
package com.github.binarywang.wxpay.bean.order;
|
||||||
|
|
||||||
|
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
@@ -21,6 +22,7 @@ public class WxPayMpOrderResult {
|
|||||||
/**
|
/**
|
||||||
* 由于package为java保留关键字,因此改为packageValue
|
* 由于package为java保留关键字,因此改为packageValue
|
||||||
*/
|
*/
|
||||||
|
@XStreamAlias("package")
|
||||||
private String packageValue;
|
private String packageValue;
|
||||||
private String signType;
|
private String signType;
|
||||||
private String paySign;
|
private String paySign;
|
||||||
|
Reference in New Issue
Block a user