京东商城

This commit is contained in:
苏尹岚
2020-06-04 09:58:20 +08:00
parent a71f902289
commit 6a4077f441
7 changed files with 47 additions and 18 deletions

View File

@@ -165,7 +165,7 @@ type WaybillReceiveParam struct {
// ThrOrderID string `json:"thrOrderId"` //否 无 销售平台订单号(例如京东订单号或天猫订单号等等。总长度不要超过100。如果有多个单号用英文,间隔。例如7898675,7898676)
SenderName string `json:"senderName"` //是 无 寄件人姓名,说明:不能为生僻字
SenderAddress string `json:"senderAddress"` //是 无 寄件人地址,说明:不能为生僻字
// SenderTel string `json:"senderTel"` //否 无 寄件人电话
SenderTel string `json:"senderTel"` //否 无 寄件人电话
// SenderMobile string `json:"senderMobile"` //否 无 寄件人手机(寄件人电话、手机至少有一个不为空)
// SenderPostcode string `json:"senderPostcode"` //否 100000 寄件人邮编长度6位
ReceiveName string `json:"receiveName"` //是 无 收件人名称,说明:不能为生僻字
@@ -181,8 +181,8 @@ type WaybillReceiveParam struct {
// SiteType int `json:"siteType"` //否 无 站点类型
// SiteID int `json:"siteId"` //否 无 站点编码
// SiteName string `json:"siteName"` //否 无 站点名称
ReceiveTel string `json:"receiveTel"` //否 无 收件人电话
ReceiveMobile string `json:"receiveMobile"` //否 无 收件人手机号(收件人电话、手机至少有一个不为空)
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保留小数点后两位)