Compare commits
No commits in common. "524db8391fcc058c58541e1d2790d60acdefedd3" and "3a5046f65def47ccea6fc6ea668eaadbfc104a71" have entirely different histories.
524db8391f
...
3a5046f65d
|
@ -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