jtexpress #13

Merged
sinhluu merged 9 commits from jtexpress into master 2023-10-25 02:19:51 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5257cd21bc - Show all commits

View File

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