1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

修正字段问题 (#451)

fix #443
This commit is contained in:
silenceper
2021-08-30 15:13:35 +08:00
committed by GitHub
parent bcc41989ed
commit 5ad3475cdb

View File

@@ -35,7 +35,7 @@ type RefundedReqInfo struct {
SettlementRefundFee *int `xml:"settlement_refund_fee"`
RefundStatus *string `xml:"refund_status"`
SuccessTime *string `xml:"success_time"`
RefundRecvAccount *string `xml:"refund_recv_account"`
RefundRecvAccount *string `xml:"refund_recv_accout"`
RefundAccount *string `xml:"refund_account"`
RefundRequestSource *string `xml:"refund_request_source"`
}