Compare commits
No commits in common. "0fd838c4e06b62a92df688cd97fb67896f9b4ffe" and "0dadf9f683f11fef53360599eea82db65bd6b955" have entirely different histories.
0fd838c4e0
...
0dadf9f683
|
@ -63,12 +63,11 @@ type AddressDetail struct {
|
|||
|
||||
// UpdateOutboundRequestLogisticInfoPayload ...
|
||||
type UpdateOutboundRequestLogisticInfoPayload struct {
|
||||
ShippingLabel string `json:"shippingLabel,omitempty"`
|
||||
TrackingCode string `json:"trackingCode,omitempty"`
|
||||
ORCode string `json:"orCode,omitempty"`
|
||||
TPLCode string `json:"tplCode,omitempty"`
|
||||
ShippingLabel string `json:"shippingLabel"`
|
||||
TrackingCode string `json:"trackingCode"`
|
||||
ORCode string `json:"orCode"`
|
||||
TPLCode string `json:"tplCode"`
|
||||
OrderID string `json:"orderId"`
|
||||
DeliveryStatus string `json:"deliveryStatus,omitempty"`
|
||||
}
|
||||
|
||||
// CancelOutboundRequest ...
|
||||
|
|
Loading…
Reference in New Issue