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