From eea74e52755ec92048dc6580a8c8afb3a31c69ee Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 19 Jul 2023 14:02:41 +0800 Subject: [PATCH] 1 --- platformapi/sfps2/sf_model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/sfps2/sf_model.go b/platformapi/sfps2/sf_model.go index 62c7d978..890242f2 100644 --- a/platformapi/sfps2/sf_model.go +++ b/platformapi/sfps2/sf_model.go @@ -164,7 +164,7 @@ type PreCreateOrderReq struct { type PreCreateOrderResp struct { ChargePriceList *ChargePriceList `json:"charge_price_list"` DeliveryType float64 `json:"delivery_type"` //0:预约送达单 1:立即单 3:预约上门单 - EstimateCouponDetail []interface{} `json:"estimate_coupon_detail"` + EstimateCouponDetail interface{} `json:"estimate_coupon_detail"` EstimateCouponTotalFee float64 `json:"estimate_coupon_total_fee"` EstimatePayMoney float64 `json:"estimate_pay_money"` ExpectTime float64 `json:"expect_time"`