Compare commits

...

2 Commits

Author SHA1 Message Date
Sinh 308825f9c2 Merge branch 'viettel-ffm' into develop 2024-06-21 14:37:59 +07:00
Sinh d70f298734 change api path 2024-06-21 14:36:53 +07:00
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const (
pathAuth = "/realms/wms/protocol/openid-connect/token"
pathUpdateORLogisticInfo = "/wms-core/api/v1/obms/outbound-request/outbound-request-partner/%s/bill"
pathCreateOR = "/wms-core/api/v1/obms/outbound-request/outbound-request-partner"
pathCreateOR = "/wms-core/api/v1/obms/outbound-request/outbound-request-partner/hab"
pathCancelOR = "/wms-core/api/v1/obms/outbound-request/cancel"
logTarget = "viettel-ffm"