|
|
|
@ -19,7 +19,7 @@ type OrderFreightFeeItem struct {
|
|
|
|
|
}
|
|
|
|
|
type ReplyOrderFreightFee struct {
|
|
|
|
|
SkuIds []uint `json:"skuIds"`
|
|
|
|
|
FreightFee decimal.Decimal `json:"freightFee"`
|
|
|
|
|
FreightFee float64 `json:"freightFee"`
|
|
|
|
|
ErrCode uint `json:"errCode"`
|
|
|
|
|
ErrMsg string `json:"errMsg"`
|
|
|
|
|
}
|
|
|
|
|