We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5f6d2 commit 550b300Copy full SHA for 550b300
weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/order/OrderPayInfo.java
@@ -16,12 +16,8 @@ public class OrderPayInfo implements Serializable {
16
17
private static final long serialVersionUID = -5085386252699113948L;
18
/** 预支付id */
19
- @JsonProperty("prepayId")
20
- private String prepayId;
21
-
22
- /** 预支付时间,秒级时间戳 */
23
- @JsonProperty("prepay_time")
24
- private Long prepayTime;
+ @JsonProperty("payment_method")
+ private Integer paymentMethod;
25
26
/** 支付时间,秒级时间戳 */
27
@JsonProperty("pay_time")
0 commit comments