refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 5 additions and 2 deletions
Showing only changes of commit 8d571022fc - Show all commits

View File

@ -66,11 +66,13 @@ type UpdateOutboundRequestLogisticInfoPayload struct {
TrackingCode string `json:"trackingCode"`
ORCode string `json:"orCode"`
TPLCode string `json:"tplCode"`
OrderID string `json:"orderId"`
}
// CancelOutboundRequest ...
type CancelOutboundRequest struct {
ORCode string `json:"orCode"`
OrderID string `json:"orderId"`
Note string `json:"note"`
}
@ -78,6 +80,7 @@ type CancelOutboundRequest struct {
type SyncORStatusRequest struct {
ORCode string `json:"orCode"`
OrderCode string `json:"orderCode"`
OrderID string `json:"orderId"`
}
// UpdateSupplierIsClosedRequest ...