aa
This commit is contained in:
@@ -114,6 +114,18 @@ type RefundSkuDetail struct {
|
||||
Spec string `json:"spec"`
|
||||
}
|
||||
|
||||
type RefundDetail struct {
|
||||
TotalFoodAmount string `json:"total_food_amount"`
|
||||
BoxAmount string `json:"box_amount"`
|
||||
ActivityPoiAmount string `json:"activity_poi_amount"`
|
||||
ActivityMeituanAmount string `json:"activity_meituan_amount"`
|
||||
ActivityAgentAmount string `json:"activity_agent_amount"`
|
||||
PlatformChargeFee string `json:"platform_charge_fee"`
|
||||
SettleAmount string `json:"settle_amount"`
|
||||
Productpreferences string `json:"productpreferences"`
|
||||
NotProductpreferences string `json:"not_productpreferences"`
|
||||
}
|
||||
|
||||
type RefundOrderDetail struct {
|
||||
ApplyReason string `json:"apply_reason"`
|
||||
ApplyType int `json:"apply_type"`
|
||||
@@ -128,6 +140,7 @@ type RefundOrderDetail struct {
|
||||
UTime int64 `json:"utime"`
|
||||
WmAppRetailForOrderPartRefundList []*RefundSkuDetail `json:"wmAppRetailForOrderPartRefundList"`
|
||||
WmOrderIDView int64 `json:"wm_order_id_view"`
|
||||
RefundPartialEstimateCharge *RefundDetail `json:"refund_partial_estimate_charge"`
|
||||
}
|
||||
|
||||
type OrderExtraInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user