onpoint
This commit is contained in:
parent
5edec97ee3
commit
a409c0d17c
|
@ -63,11 +63,12 @@ type AddressDetail struct {
|
||||||
|
|
||||||
// UpdateOutboundRequestLogisticInfoPayload ...
|
// UpdateOutboundRequestLogisticInfoPayload ...
|
||||||
type UpdateOutboundRequestLogisticInfoPayload struct {
|
type UpdateOutboundRequestLogisticInfoPayload struct {
|
||||||
ShippingLabel string `json:"shippingLabel"`
|
ShippingLabel string `json:"shippingLabel,omitempty"`
|
||||||
TrackingCode string `json:"trackingCode"`
|
TrackingCode string `json:"trackingCode,omitempty"`
|
||||||
ORCode string `json:"orCode"`
|
ORCode string `json:"orCode,omitempty"`
|
||||||
TPLCode string `json:"tplCode"`
|
TPLCode string `json:"tplCode,omitempty"`
|
||||||
OrderID string `json:"orderId"`
|
OrderID string `json:"orderId"`
|
||||||
|
DeliveryStatus string `json:"deliveryStatus,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// CancelOutboundRequest ...
|
// CancelOutboundRequest ...
|
||||||
|
|
Loading…
Reference in New Issue