1
This commit is contained in:
@@ -18,10 +18,10 @@ const (
|
||||
type WaybillFeeInfo struct {
|
||||
ErrCode int `json:"errCode"`
|
||||
ErrStr string `json:"errStr"`
|
||||
RefDeliveryFee int64 `json:"refDeliveryFee"` // 无用,待删除
|
||||
RefAddFee int64 `json:"refAddFee"` // 无用,待删除
|
||||
DeliveryFee int64 `json:"deliveryFee"`
|
||||
TimeoutSecond int `json:"timeoutSecond"` // 系统会自动发运单的倒计时
|
||||
RefDeliveryFee int64 `json:"refDeliveryFee"` // 优惠后
|
||||
RefAddFee int64 `json:"refAddFee"` // 原始配送费
|
||||
DeliveryFee int64 `json:"deliveryFee"` // 优惠后
|
||||
TimeoutSecond int `json:"timeoutSecond"` // 系统会自动发运单的倒计时
|
||||
Waybill *model.Waybill `json:"waybill"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user