1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

fix #417: CouponFeed0 CouponFeed1 CouponFeed2字段映射失败 (#424)

This commit is contained in:
silenceper
2021-07-30 14:16:49 +08:00
committed by GitHub
parent e8c90848e4
commit 4433fc18a6
2 changed files with 3 additions and 4 deletions

View File

@@ -46,9 +46,9 @@ type PaidResult struct {
CouponID0 *string `xml:"coupon_id_0"`
CouponID1 *string `xml:"coupon_id_1"`
CouponID2 *string `xml:"coupon_id_2"`
CouponFeed0 *string `xml:"coupon_fee_0"`
CouponFeed1 *string `xml:"coupon_fee_1"`
CouponFeed2 *string `xml:"coupon_fee_2"`
CouponFee0 *string `xml:"coupon_fee_0"`
CouponFee1 *string `xml:"coupon_fee_1"`
CouponFee2 *string `xml:"coupon_fee_2"`
TransactionID *string `xml:"transaction_id"`
OutTradeNo *string `xml:"out_trade_no"`