2023-09-13 10:42:06 +00:00
|
|
|
package jtexpress
|
|
|
|
|
|
|
|
const (
|
2023-10-06 02:25:43 +00:00
|
|
|
apiHostProd = "https://ylstandard.jtexpress.vn"
|
|
|
|
apiHostDev = "https://demo-ylstandard.jtexpress.vn"
|
2023-09-13 10:42:06 +00:00
|
|
|
|
|
|
|
apiPathEstimateFee = "/yuenan-interface-web/jtpos/inquiry!freight.action"
|
|
|
|
apiPathCreateOrder = "/yuenan-interface-web/order/orderAction!createOrder.action"
|
|
|
|
apiPathCancelOrder = "/yuenan-interface-web/order/orderAction!createOrder.action"
|
|
|
|
apiPathTrackingOrder = ""
|
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
|
|
|
statusSuccess = "true"
|
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
|
|
|
msgTypeEstimateFee = "FREIGHTQUERY"
|
|
|
|
msgTypeCreateOrder = "ORDERCREATE"
|
|
|
|
)
|