update odn logistic info

This commit is contained in:
Sinh 2023-08-23 13:49:24 +07:00
parent 5b1b55ee78
commit 7d1d63039d
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ type OutboundRequestPayload struct {
type UpdateORLogisticInfoPayload struct { type UpdateORLogisticInfoPayload struct {
OrID int `json:"orId"` OrID int `json:"orId"`
TPLCode string `json:"tplCode"` TPLCode string `json:"tplCode"`
TrackingCode string `json:"trackingCode"` TrackingCode string `json:"trackingCode"`
LogisticInfoLabels []LogisticInfoLabel `json:"logisticInfoLabels"` ShippingLabels []LogisticInfoLabel `json:"shippingLabels"`
} }
type LogisticInfoLabel struct { type LogisticInfoLabel struct {