fix:
This commit is contained in:
parent
b5972292ab
commit
b7f3bcac3d
|
@ -243,7 +243,12 @@ type (
|
|||
|
||||
CouponFee1 uint `xml:"coupon_fee_1,CDATA" json:"coupon_fee_1"`
|
||||
CouponId1 string `xml:"coupon_id_1,CDATA" json:"coupon_id_1"`
|
||||
|
||||
CouponFee2 uint `xml:"coupon_fee_2,CDATA" json:"coupon_fee_2"`
|
||||
CouponId2 string `xml:"coupon_id_2,CDATA" json:"coupon_id_2"`
|
||||
CouponFee3 uint `xml:"coupon_fee_3,CDATA" json:"coupon_fee_3"`
|
||||
CouponId3 string `xml:"coupon_id_3,CDATA" json:"coupon_id_3"`
|
||||
CouponFee4 uint `xml:"coupon_fee_4,CDATA" json:"coupon_fee_4"`
|
||||
CouponId4 string `xml:"coupon_id_4,CDATA" json:"coupon_id_4"`
|
||||
|
||||
TransactionId string `xml:"transaction_id,CDATA" json:"transaction_id"`
|
||||
OutTradeNo string `xml:"out_trade_no,CDATA" json:"out_trade_no"`
|
||||
|
@ -272,6 +277,17 @@ type (
|
|||
}
|
||||
)
|
||||
|
||||
type T struct {
|
||||
CouponFee0 string `json:"coupon_fee_0"`
|
||||
CouponFee1 string `json:"coupon_fee_1"`
|
||||
CouponFee2 string `json:"coupon_fee_2"`
|
||||
CouponFee3 string `json:"coupon_fee_3"`
|
||||
CouponId0 string `json:"coupon_id_0"`
|
||||
CouponId1 string `json:"coupon_id_1"`
|
||||
CouponId2 string `json:"coupon_id_2"`
|
||||
CouponId3 string `json:"coupon_id_3"`
|
||||
}
|
||||
|
||||
//type T struct {
|
||||
// Xml struct {
|
||||
// Appid string `json:"appid"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user