|
@@ -167,3 +167,35 @@ type AlipayTradePay struct { |
|
|
} `json:"alipay_trade_pay_response"` |
|
|
} `json:"alipay_trade_pay_response"` |
|
|
Sign string `json:"sign"` |
|
|
Sign string `json:"sign"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type AlipayTradeRefund struct { |
|
|
|
|
|
AlipayTradeRefundResponse struct { |
|
|
|
|
|
Code string `json:"code"` |
|
|
|
|
|
Msg string `json:"msg"` |
|
|
|
|
|
TradeNo string `json:"trade_no"` |
|
|
|
|
|
OutTradeNo string `json:"out_trade_no"` |
|
|
|
|
|
BuyerLogonId string `json:"buyer_logon_id"` |
|
|
|
|
|
FundChange string `json:"fund_change"` |
|
|
|
|
|
RefundFee float64 `json:"refund_fee"` |
|
|
|
|
|
RefundDetailItemList []struct { |
|
|
|
|
|
FundChannel string `json:"fund_channel"` |
|
|
|
|
|
Amount int `json:"amount"` |
|
|
|
|
|
RealAmount float64 `json:"real_amount"` |
|
|
|
|
|
FundType string `json:"fund_type"` |
|
|
|
|
|
} `json:"refund_detail_item_list"` |
|
|
|
|
|
StoreName string `json:"store_name"` |
|
|
|
|
|
BuyerUserId string `json:"buyer_user_id"` |
|
|
|
|
|
SendBackFee string `json:"send_back_fee"` |
|
|
|
|
|
RefundHybAmount string `json:"refund_hyb_amount"` |
|
|
|
|
|
RefundChargeInfoList []struct { |
|
|
|
|
|
RefundChargeFee float64 `json:"refund_charge_fee"` |
|
|
|
|
|
SwitchFeeRate string `json:"switch_fee_rate"` |
|
|
|
|
|
ChargeType string `json:"charge_type"` |
|
|
|
|
|
RefundSubFeeDetailList []struct { |
|
|
|
|
|
RefundChargeFee float64 `json:"refund_charge_fee"` |
|
|
|
|
|
SwitchFeeRate string `json:"switch_fee_rate"` |
|
|
|
|
|
} `json:"refund_sub_fee_detail_list"` |
|
|
|
|
|
} `json:"refund_charge_info_list"` |
|
|
|
|
|
} `json:"alipay_trade_refund_response"` |
|
|
|
|
|
Sign string `json:"sign"` |
|
|
|
|
|
} |