1
This commit is contained in:
@@ -164,7 +164,7 @@ type PreCreateOrderReq struct {
|
|||||||
type PreCreateOrderResp struct {
|
type PreCreateOrderResp struct {
|
||||||
ChargePriceList *ChargePriceList `json:"charge_price_list"`
|
ChargePriceList *ChargePriceList `json:"charge_price_list"`
|
||||||
DeliveryType float64 `json:"delivery_type"` //0:预约送达单 1:立即单 3:预约上门单
|
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"`
|
EstimateCouponTotalFee float64 `json:"estimate_coupon_total_fee"`
|
||||||
EstimatePayMoney float64 `json:"estimate_pay_money"`
|
EstimatePayMoney float64 `json:"estimate_pay_money"`
|
||||||
ExpectTime float64 `json:"expect_time"`
|
ExpectTime float64 `json:"expect_time"`
|
||||||
|
|||||||
Reference in New Issue
Block a user