This commit is contained in:
苏尹岚
2020-11-05 15:09:21 +08:00
parent 30d13e39a5
commit 22f4573876

View File

@@ -189,8 +189,8 @@ type WaybillReceiveParam struct {
// VloumLong int `json:"vloumLong"` //否 无 包裹长(单位cm,保留小数点后两位)
// VloumWidth int `json:"vloumWidth"` //否 无 包裹宽(单位cm保留小数点后两位)
// VloumHeight int `json:"vloumHeight"` //否 无 包裹高(单位cm保留小数点后两位)
Vloumn float64 `json:"vloumn"` //是 10000 体积(单位cm3保留小数点后两位)
Description string `json:"description"` //否 无 商品描述
Vloumn float64 `json:"vloumn"` //是 10000 体积(单位cm3保留小数点后两位)
Description string `json:"description,omitempty"` //否 无 商品描述
// CollectionValue int `json:"collectionValue"` //否 1 是否代收货款(是10。不填或者超出范围默认是0)
// CollectionMoney int `json:"collectionMoney"` //否 98.00 代收货款金额(保留小数点后两位)
// GuaranteeValue int `json:"guaranteeValue"` //否 1 是否保价(是10。不填或者超出范围默认是0)