浏览代码

增加订单查询接口中的trade_state参数 (#442)

George Wang 4 年之前
父节点
当前提交
df82432f6c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pay/notify/paid.go

+ 1 - 0
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"`