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