Browse Source

修改电话地址

tags/24080901
WendyYang 6 months ago
parent
commit
b86e8bf13a
2 changed files with 7 additions and 2 deletions
  1. +4
    -1
      hz-pm-api/src/main/resources/application-prod.yml
  2. +3
    -1
      hz-pm-api/src/test/resources/application-dev.yml

+ 4
- 1
hz-pm-api/src/main/resources/application-prod.yml View File

@@ -217,4 +217,7 @@ agent-login:
reminder-task:
declared-record:
open: true
cron: 0 30 8 * * ?
cron: 0 30 8 * * ?
# 电话服务调用地址
mobile-call:
host: http://10.54.21.185:18085/blue_esl_api

+ 3
- 1
hz-pm-api/src/test/resources/application-dev.yml View File

@@ -193,7 +193,9 @@ auth-code:
agent-login:
proxy:
secret-key: nqkwiqojg7g4eiypr3rb8s7nb4noa8b2
# 短信服务地址
sms-send:
host: http://10.54.38.13:8081/mh-gateway/auth-single
# 电话服务地址
mobile-call:
host: http://115.194.186.131:18181/blue_esl_api
host: http://183.158.240.86:18181/blue_esl_api

Loading…
Cancel
Save