Selaa lähdekoodia

修正字段问题 (#451)

fix #443
silenceper 4 vuotta sitten
vanhempi
commit
5ad3475cdb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pay/notify/refund.go

+ 1 - 1
pay/notify/refund.go

@@ -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"`
 }