mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-27 04:06:03 +08:00
Update def.go
This commit is contained in:
@@ -26,7 +26,7 @@ type KdnLogistics struct {
|
||||
}
|
||||
|
||||
type kdnLogisticsReq struct {
|
||||
LogisticCode string `json:"LogisticCode"` // 物流单号
|
||||
ShipperCode string `json:"ShipperCode"` // 快递公司编码
|
||||
CustomerName string `json:"CustomerName"` // 寄件人或收件人的手机号后四位数字
|
||||
LogisticCode string `json:"LogisticCode"` // 物流单号
|
||||
ShipperCode string `json:"ShipperCode"` // 快递公司编码
|
||||
CustomerName string `json:"CustomerName,omitempty"` // 寄件人或收件人的手机号后四位数字
|
||||
}
|
||||
|
Reference in New Issue
Block a user