8000 new:修改结算账户、退款查询 · Dream2Land/WxJava@7df0e75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7df0e75

Browse files
author
曾浩
committed
new:修改结算账户、退款查询
1 parent 58ac339 commit 7df0e75

File tree

8 files changed

+634
-10
lines changed

8 files changed

+634
-10
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/CombineTransactionsResult.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class CombineTransactionsResult implements Serializable {
6969
* </pre>
7070
*/
7171
@SerializedName(value = "scene_info")
72-
private CombineTransactionsResult.SceneInfo sceneInfo;
72+
private SceneInfo sceneInfo;
7373

7474
/**
7575
* <pre>
@@ -83,7 +83,7 @@ public class CombineTransactionsResult implements Serializable {
8383
* </pre>
8484
*/
8585
@SerializedName(value = "sub_orders")
86-
private List<CombineTransactionsResult.SubOrders> subOrders;
86+
private List<SubOrders> subOrders;
8787

8888
/**
8989
* <pre>
@@ -95,7 +95,7 @@ public class CombineTransactionsResult implements Serializable {
9595
* </pre>
9696
*/
9797
@SerializedName(value = "combine_payer_info")
98-
private CombineTransactionsResult.CombinePayerInfo combinePayerInfo;
98+
private CombinePayerInfo combinePayerInfo;
9999

100100
@Data
101101
@NoArgsConstructor
@@ -248,7 +248,7 @@ public static class SubOrders implements Serializable {
248248
* </pre>
249249
*/
250250
@SerializedName(value = "amount")
251-
private CombineTransactionsResult.Amount amount;
251+
private Amount amount;
252252

253253
}
254254

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/PartnerTransactionsResult.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public class PartnerTransactionsResult implements Serializable {
203203
* </pre>
204204
*/
205205
@SerializedName(value = "combine_payer_info")
206-
private PartnerTransactionsResult.CombinePayerInfo combinePayerInfo;
206+
private CombinePayerInfo combinePayerInfo;
207207

208208
/**
209209
* <pre>
@@ -215,7 +215,7 @@ public class PartnerTransactionsResult implements Serializable {
215215
* </pre>
216216
*/
217217
@SerializedName(value = "amount")
218-
private PartnerTransactionsResult.Amount amount;
218+
private Amount amount;
219219

220220
/**
221221
* <pre>
@@ -227,7 +227,7 @@ public class PartnerTransactionsResult implements Serializable {
227227
* </pre>
228228
*/
229229
@SerializedName(value = "scene_info")
230-
private PartnerTransactionsResult.SceneInfo sceneInfo;
230+
private SceneInfo sceneInfo;
231231

232232
/**
233233
* <pre>
@@ -239,7 +239,7 @@ public class PartnerTransactionsResult implements Serializable {
239239
* </pre>
240240
*/
241241
@SerializedName(value = "promotion_detail")
242-
private List<PartnerTransactionsResult.PromotionDetail> promotionDetails;
242+
private List<PromotionDetail> promotionDetails;
243243

244244
@Data
245245
@NoArgsConstructor
@@ -507,7 +507,7 @@ public static class PromotionDetail implements Serializable {
507507
* </pre>
508508
*/
509509
@SerializedName(value = "goods_detail")
510-
private List<PartnerTransactionsResult.GoodsDetail> goodsDetails;
510+
private List<GoodsDetail> goodsDetails;
511511

512512

513513
}

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/RefundNotifyResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public static class Amount implements Serializable {
218218
/**
219219
* <pre>
220220
* 字段名:用户退款金额
221-
* 变量名:payer_currency
221+
* 变量名:payer_refund
222222
* 是否必填:是
223223
* 类型:int
224224
* 描述:

0 commit comments

Comments
 (0)
0