Selaa lähdekoodia

生产环境地址配置

hurugang 5 vuotta sitten
vanhempi
commit
d3edb3aade
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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"