Merge pull request 'onpoint' (#165) from onpoint into master
Reviewed-on: #165
This commit is contained in:
commit
546c45aad4
|
@ -63,11 +63,12 @@ type AddressDetail struct {
|
|||
|
||||
// UpdateOutboundRequestLogisticInfoPayload ...
|
||||
type UpdateOutboundRequestLogisticInfoPayload struct {
|
||||
ShippingLabel string `json:"shippingLabel"`
|
||||
TrackingCode string `json:"trackingCode"`
|
||||
ORCode string `json:"orCode"`
|
||||
TPLCode string `json:"tplCode"`
|
||||
OrderID string `json:"orderId"`
|
||||
ShippingLabel string `json:"shippingLabel,omitempty"`
|
||||
TrackingCode string `json:"trackingCode,omitempty"`
|
||||
ORCode string `json:"orCode,omitempty"`
|
||||
TPLCode string `json:"tplCode,omitempty"`
|
||||
OrderID string `json:"orderId"`
|
||||
DeliveryStatus string `json:"deliveryStatus,omitempty"`
|
||||
}
|
||||
|
||||
// CancelOutboundRequest ...
|
||||
|
|
Loading…
Reference in New Issue