|
@@ -9,16 +9,16 @@ spring:
|
|
|
enabled: true
|
|
|
|
|
|
cas:
|
|
|
-# server-url-prefix: http://localhost:8080/cas-server
|
|
|
+# server-url-prefix: http://localhost:8080/cas-server bn
|
|
|
server-url-prefix: http://gyxm.jing-zhou.gov.cn/jp-cloud-cas
|
|
|
server-login-url: ${cas.server-url-prefix}/login
|
|
|
- client-host-url: http://localhost:9090
|
|
|
+ client-host-url: http://localhost:7070
|
|
|
# 如果不设则无法获取用户扩展信息
|
|
|
validation-type: cas
|
|
|
|
|
|
jpcloud:
|
|
|
- notifyBackUrl: ${client-host-url}/picc-enterprise-server/pay/orderNotifyBack
|
|
|
- synchroBackUrl: ${client-host-url}/picc-enterprise-server/pay/paySuccess
|
|
|
+ notifyBackUrl: ${cas.client-host-url}/picc-enterprise-server/pay/orderNotifyBack
|
|
|
+ synchroBackUrl: ${cas.client-host-url}/picc-enterprise-server/pay/paySuccess
|
|
|
apiUrl: http://localhost:9081/jp-cloud-api
|
|
|
findMemberByNamesUrl: ${jpcloud.apiUrl}/api/member/v1/findMemberByNamesForPicc
|
|
|
findMemberUrl: ${jpcloud.apiUrl}/api/member/v1/findMemberForPicc
|