Skip to content

Commit

Permalink
Merge pull request smartwalle#141 from 0x457/master
Browse files Browse the repository at this point in the history
Update notify_type.go
  • Loading branch information
smartwalle authored Mar 1, 2022
2 parents 2b46e3c + 16cb393 commit 2c2bd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type TradeNotification struct {
BuyerPayAmount string `json:"buyer_pay_amount"` // 付款金额
PointAmount string `json:"point_amount"` // 集分宝金额
RefundFee string `json:"refund_fee"` // 总退款金额
Subject string `json:"subject"` // 总退款金额
Subject string `json:"subject"` // 商品的标题/交易标题/订单标题/订单关键字等,是请求时对应的参数,原样通知回来。
Body string `json:"body"` // 商品描述
GmtCreate string `json:"gmt_create"` // 交易创建时间
GmtPayment string `json:"gmt_payment"` // 交易付款时间
Expand Down

0 comments on commit 2c2bd12

Please sign in to comment.