Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weixin-java-pay模块根据最新文档补全字段 #3136

Merged
merged 6 commits into from
Sep 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WxPayRefundV3Result.Amount 新增退款手续费字段;
  • Loading branch information
UltramanNoa committed Sep 20, 2023
commit 88dc5982d661f3339dd5349e0f6019d882eb69f1
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@ public static class Amount implements Serializable {
*/
@SerializedName(value = "currency")
private String currency;

/**
* 手续费退款金额
*/
@SerializedName(value = "refund_fee")
private Integer refundFee;
}

@Data
Expand Down