diff --git a/platformapi/jdeclpapi/jdeclpapi.go b/platformapi/jdeclpapi/jdeclpapi.go index fb1466d2..66e5fae2 100644 --- a/platformapi/jdeclpapi/jdeclpapi.go +++ b/platformapi/jdeclpapi/jdeclpapi.go @@ -184,13 +184,13 @@ type WaybillReceiveParam struct { ReceiveTel string `json:"receiveTel"` //否 无 收件人电话 // ReceiveMobile string `json:"receiveMobile"` //否 无 收件人手机号(收件人电话、手机至少有一个不为空) // Postcode string `json:"postcode"` //否 100000 收件人邮编,长度:6 - PackageCount int `json:"packageCount"` //是 无 包裹数(大于0,小于1000) - Weight int `json:"weight"` //是 2.5 重量(单位:kg,保留小数点后两位) + PackageCount int `json:"packageCount"` //是 无 包裹数(大于0,小于1000) + Weight float64 `json:"weight"` //是 2.5 重量(单位:kg,保留小数点后两位) // VloumLong int `json:"vloumLong"` //否 无 包裹长(单位:cm,保留小数点后两位) // VloumWidth int `json:"vloumWidth"` //否 无 包裹宽(单位:cm,保留小数点后两位) // VloumHeight int `json:"vloumHeight"` //否 无 包裹高(单位:cm,保留小数点后两位) - Vloumn int `json:"vloumn"` //是 10000 体积(单位:cm3,保留小数点后两位) - Description string `json:"description"` //否 无 商品描述 + Vloumn float64 `json:"vloumn"` //是 10000 体积(单位:cm3,保留小数点后两位) + Description string `json:"description"` //否 无 商品描述 // CollectionValue int `json:"collectionValue"` //否 1 是否代收货款(是:1,否:0。不填或者超出范围,默认是0) // CollectionMoney int `json:"collectionMoney"` //否 98.00 代收货款金额(保留小数点后两位) // GuaranteeValue int `json:"guaranteeValue"` //否 1 是否保价(是:1,否:0。不填或者超出范围,默认是0) @@ -221,8 +221,8 @@ type WaybillReceiveParam struct { // GoodsCount int `json:"goodsCount"` //否 无 寄托物数量 PromiseTimeType int `json:"promiseTimeType"` //否 无 产品类型(1:特惠送 2:特快送 4:城际闪送 5:同城当日达 6:次晨达 7:微小件 8: 生鲜专送 16:生鲜特快 17、生鲜特惠 21:特惠小包) // Freight int `json:"freight"` //否 无 运费 - // PickUpStartTime time.Time `json:"pickUpStartTime"` //否 1 预约取件开始时间 - // PickUpEndTime time.Time `json:"pickUpEndTime"` //否 1 预约取件结束时间 + PickUpStartTime time.Time `json:"pickUpStartTime"` //否 1 预约取件开始时间 + PickUpEndTime time.Time `json:"pickUpEndTime"` //否 1 预约取件结束时间 // UnpackingInspection string `json:"unpackingInspection"` //否 无 开箱验货标识 // BoxCode []string `json:"boxCode"` //否 无 商家箱号,多个箱号请用逗号分隔,例如三个箱号为:a123,b456,c789 // FileURL string `json:"fileUrl"` //否 无 文件url