From df82432f6c957cd01cf28e1777e52da3a975c4bc Mon Sep 17 00:00:00 2001 From: George Wang Date: Tue, 24 Aug 2021 18:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=A2=E5=8D=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8E=A5=E5=8F=A3=E4=B8=AD=E7=9A=84trade=5Fstate?= =?UTF-8?q?=E5=8F=82=E6=95=B0=20(#442)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pay/notify/paid.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pay/notify/paid.go b/pay/notify/paid.go index 9ccc99d..fbdeb69 100644 --- a/pay/notify/paid.go +++ b/pay/notify/paid.go @@ -30,6 +30,7 @@ type PaidResult struct { OpenID *string `xml:"openid"` IsSubscribe *string `xml:"is_subscribe"` TradeType *string `xml:"trade_type"` + TradeState *string `xml:"trade_state"` BankType *string `xml:"bank_type"` TotalFee *int `xml:"total_fee"` SettlementTotalFee *int `xml:"settlement_total_fee"`