mirror of
https://github.com/xxjwxc/public.git
synced 2025-10-04 07:26:29 +08:00
Update def.go
This commit is contained in:
@@ -28,5 +28,5 @@ 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"` // 寄件人或收件人的手机号后四位数字
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user