Merge branch 'feat/viettel/change-base-url' into develop

This commit is contained in:
Sinh 2024-12-05 14:06:43 +07:00
commit cb517934a3
1 changed files with 4 additions and 5 deletions

View File

@ -17,12 +17,11 @@ import (
) )
const ( const (
baseURLStag = "https://stg-gw.viettelpost.vn" baseURLStag = "https://gw.viettelpost.vn"
baseURLAuthStag = "https://stg-keycloak.viettelpost.vn" baseURLAuthStag = "https://dws-sso.viettelpost.vn"
// TODO: update prod url baseURLProd = "https://gw.viettelpost.vn"
baseURLProd = "" baseURLAuthProd = "https://dws-sso.viettelpost.vn"
baseURLAuthProd = ""
pathAuth = "/realms/wms/protocol/openid-connect/token" pathAuth = "/realms/wms/protocol/openid-connect/token"
pathUpdateORLogisticInfo = "/wms-core/api/v1/obms/outbound-request/outbound-request-partner/%s" pathUpdateORLogisticInfo = "/wms-core/api/v1/obms/outbound-request/outbound-request-partner/%s"