diff --git a/platformapi/jdeclpapi/jdeclpapi.go b/platformapi/jdeclpapi/jdeclpapi.go index 5c22cea5..8cdfdba6 100644 --- a/platformapi/jdeclpapi/jdeclpapi.go +++ b/platformapi/jdeclpapi/jdeclpapi.go @@ -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 是否代收货款(是:1,否:0。不填或者超出范围,默认是0) // CollectionMoney int `json:"collectionMoney"` //否 98.00 代收货款金额(保留小数点后两位) // GuaranteeValue int `json:"guaranteeValue"` //否 1 是否保价(是:1,否:0。不填或者超出范围,默认是0)