Compare commits

..

No commits in common. "94d6e0c606f18a8652ead8395c0e473fe482af70" and "ba6851fe1921c969dcc7b9087d59b1064fbd7da0" have entirely different histories.

1 changed files with 4 additions and 10 deletions

View File

@ -46,13 +46,7 @@ type OutboundRequestPayload struct {
// UpdateORLogisticInfoPayload ... // UpdateORLogisticInfoPayload ...
type UpdateORLogisticInfoPayload struct { type UpdateORLogisticInfoPayload struct {
OrID int `json:"orId"` OrID int `json:"orId"`
TPLCode string `json:"tplCode"`
TrackingCode string `json:"trackingCode"` TrackingCode string `json:"trackingCode"`
ShippingLabels []LogisticInfoLabel `json:"shippingLabels"` ShippingLabel string `json:"shippingLabel"`
} SlaShipDate string `json:"slaShipDate"`
type LogisticInfoLabel struct {
Caption string `json:"caption"`
URI string `json:"uri"`
} }