update api path
This commit is contained in:
parent
09f5647319
commit
8c519bbab7
|
@ -5,8 +5,8 @@ const (
|
||||||
|
|
||||||
apiPathCreateOutboundRequest = "/v1/api/external/vietful/outbound/requests"
|
apiPathCreateOutboundRequest = "/v1/api/external/vietful/outbound/requests"
|
||||||
apiPathGetOutboundRequest = "/v1/api/external/vietful/outbound/requests/%d"
|
apiPathGetOutboundRequest = "/v1/api/external/vietful/outbound/requests/%d"
|
||||||
apiPathCancelOutboundRequest = "/v1/api/external/outbound/requests/%d/cancel"
|
apiPathCancelOutboundRequest = "/v1/api/external/vietful/outbound/requests/%d/cancel"
|
||||||
apiPathUpdateLogisticInfoOutboundRequest = "/v1/api/external/outbound/requests/%d/logistic-info"
|
apiPathUpdateLogisticInfoOutboundRequest = "/v1/api/external/vietful/outbound/requests/%d/logistic-info"
|
||||||
apiPathAuth = "/v1/api/external/vietful/auth/access-token"
|
apiPathAuth = "/v1/api/external/vietful/auth/access-token"
|
||||||
|
|
||||||
PriorityUrgent = 3
|
PriorityUrgent = 3
|
||||||
|
|
Loading…
Reference in New Issue