This commit is contained in:
suyl
2021-06-18 15:06:16 +08:00
parent 8a4c91c007
commit 8ce4c93c5f
8 changed files with 34 additions and 17 deletions

View File

@@ -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 {