mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-10 07:42:26 +08:00
增加订单查询接口中的trade_state参数 (#442)
This commit is contained in:
@@ -30,6 +30,7 @@ type PaidResult struct {
|
|||||||
OpenID *string `xml:"openid"`
|
OpenID *string `xml:"openid"`
|
||||||
IsSubscribe *string `xml:"is_subscribe"`
|
IsSubscribe *string `xml:"is_subscribe"`
|
||||||
TradeType *string `xml:"trade_type"`
|
TradeType *string `xml:"trade_type"`
|
||||||
|
TradeState *string `xml:"trade_state"`
|
||||||
BankType *string `xml:"bank_type"`
|
BankType *string `xml:"bank_type"`
|
||||||
TotalFee *int `xml:"total_fee"`
|
TotalFee *int `xml:"total_fee"`
|
||||||
SettlementTotalFee *int `xml:"settlement_total_fee"`
|
SettlementTotalFee *int `xml:"settlement_total_fee"`
|
||||||
|
|||||||
Reference in New Issue
Block a user