Update def.go

This commit is contained in:
xxjwxc
2020-09-06 15:47:57 +08:00
parent a7fc86817d
commit 33e7bcf9e2

View File

@@ -26,7 +26,7 @@ type KdnLogistics struct {
} }
type kdnLogisticsReq struct { type kdnLogisticsReq struct {
LogisticCode string `json:"LogisticCode"` // 物流单号 LogisticCode string `json:"LogisticCode"` // 物流单号
ShipperCode string `json:"ShipperCode"` // 快递公司编码 ShipperCode string `json:"ShipperCode"` // 快递公司编码
CustomerName string `json:"CustomerName"` // 寄件人或收件人的手机号后四位数字 CustomerName string `json:"CustomerName,omitempty"` // 寄件人或收件人的手机号后四位数字
} }