Skip to content

Commit 1984b28

Browse files
committed
🎨 增加缺失字段subMchid
1 parent 669b4ea commit 1984b28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request/WxPayRefundV3Request.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,5 +236,8 @@ public static class GoodsDetail implements Serializable {
236236
*/
237237
@SerializedName(value = "refund_quantity")
238238
private Integer refundQuantity;
239+
240+
@SerializedName(value = "sub_mchid")
241+
private String subMchid;
239242
}
240243
}

0 commit comments

Comments
 (0)