From 30bbf0084a1f17d2a4fa119d34fd9ecb3e0197c2 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期三, 24 十一月 2021 17:35:36 +0800
Subject: [PATCH] [update] 修正otp web service的url

---
 pamapi/src/main/resources/config/application-dev.yml |    2 +-
 pamapi/src/main/resources/config/application-sit.yml |    2 +-
 pamapi/src/main/resources/config/application-uat.yml |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pamapi/src/main/resources/config/application-dev.yml b/pamapi/src/main/resources/config/application-dev.yml
index 007c7b4..5b579bb 100644
--- a/pamapi/src/main/resources/config/application-dev.yml
+++ b/pamapi/src/main/resources/config/application-dev.yml
@@ -112,7 +112,7 @@
 
 application:
   mock-login: true
-  otp-web-service-url: https://vtwlifeopensyssit.pru.intranet.asia:443/pcalife-otp/ws/otpWebService
+  otp-web-service-url: https://vtwlifeopensyssit.pru.intranet.asia:443/pcalife-otp/ws/otpWebService?wsdl
   otp-web-service-password: es20!%Pass
   otp-web-service-system-type: epos
   e-service-login-url: https://eserviceuat.pcalife.com.tw/sso/chatbotValidate
diff --git a/pamapi/src/main/resources/config/application-sit.yml b/pamapi/src/main/resources/config/application-sit.yml
index dca151c..a271702 100644
--- a/pamapi/src/main/resources/config/application-sit.yml
+++ b/pamapi/src/main/resources/config/application-sit.yml
@@ -112,7 +112,7 @@
 
 application:
   mock-login: false
-  otp-web-service-url: https://vtwlifeopensyssit.pru.intranet.asia:443/pcalife-otp/ws/otpWebService
+  otp-web-service-url: https://vtwlifeopensyssit.pru.intranet.asia:443/pcalife-otp/ws/otpWebService?wsdl
   otp-web-service-password: es20!%Pass
   otp-web-service-system-type: epos
   e-service-login-url: https://eserviceuat.pcalife.com.tw/sso/chatbotValidate
diff --git a/pamapi/src/main/resources/config/application-uat.yml b/pamapi/src/main/resources/config/application-uat.yml
index 9563803..9a72c08 100644
--- a/pamapi/src/main/resources/config/application-uat.yml
+++ b/pamapi/src/main/resources/config/application-uat.yml
@@ -112,7 +112,7 @@
 
 application:
   mock-login: false
-  otp-web-service-url: https://vtwlifeopensyssit.pru.intranet.asia:443/pcalife-otp/ws/otpWebService
+  otp-web-service-url: https://vtwlifeopensysuat.pru.intranet.asia:443/pcalife-otp/ws/otpWebService?wsdl
   otp-web-service-password: es20!%Pass
   otp-web-service-system-type: epos
   e-service-login-url: https://eserviceuat.pcalife.com.tw/sso/chatbotValidate

--
Gitblit v1.8.0