|
|
|
@ -18,10 +18,10 @@ type OrderFreightFeeItem struct {
|
|
|
|
|
Price decimal.Decimal `binding:"required" label:"价格"`
|
|
|
|
|
}
|
|
|
|
|
type ReplyOrderFreightFee struct {
|
|
|
|
|
SkuIds []uint `json:"skuIds"`
|
|
|
|
|
FreightFee decimal.Decimal `json:"freightFee"`
|
|
|
|
|
ErrCode uint `json:"errCode"`
|
|
|
|
|
ErrMsg string `json:"errMsg"`
|
|
|
|
|
SkuIds []uint `json:"skuIds"`
|
|
|
|
|
FreightFee float64 `json:"freightFee"`
|
|
|
|
|
ErrCode uint `json:"errCode"`
|
|
|
|
|
ErrMsg string `json:"errMsg"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// FreightFee @Title 获取运费
|
|
|
|
|