change host jtexpress

This commit is contained in:
Sinh 2023-10-06 09:25:43 +07:00
parent a929e52324
commit 5257cd21bc
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
package jtexpress
const (
apiHostProd = ""
apiHostDev = "https://test.jtexpress.vn"
apiHostProd = "https://ylstandard.jtexpress.vn"
apiHostDev = "https://demo-ylstandard.jtexpress.vn"
apiPathEstimateFee = "/yuenan-interface-web/jtpos/inquiry!freight.action"
apiPathCreateOrder = "/yuenan-interface-web/order/orderAction!createOrder.action"