Browse Source

生产环境地址配置

hurugang 5 years ago
parent
commit
d3edb3aade
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application.yml

+ 2 - 2
src/main/resources/application.yml

@@ -49,6 +49,6 @@ serviceUrl: "http://172.16.32.160:8081/adverse.event/sendWxInfo"
 #卡号变更通知开关
 sendNoticeToHaiCi: true
 #海慈开放服务地址测试环境
-haiciServiceUrl: "https://sapi.med.gzhc365.com/openapi/health"
+#haiciServiceUrl: "https://sapi.med.gzhc365.com/openapi/health"
 #海慈开放服务地址生产环境
-#haiciServiceUrl: "https://api.med.gzhc365.com/openapi/health"
+haiciServiceUrl: "https://api.med.gzhc365.com/openapi/health"