Parcourir la source

企业微信发送消息地址变更

hurugang il y a 4 ans
Parent
commit
a85f8f03a6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/main/resources/application.yml

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

@@ -118,9 +118,9 @@ logging:
 
 
 #企业微信消息服务地址测试环境
-#serviceUrl: "http://172.16.30.21:8081/adverse.event/sendWxInfo"
+#serviceUrl: "http://172.16.30.26:8706/sendWxInfo/send"
 #企业微信消息服务地址生产环境
-serviceUrl: "http://172.16.32.160:8081/adverse.event/sendWxInfo"
+serviceUrl: "http://webhis.thyy.cn:8706/sendWxInfo/send"
 
 #卡号变更通知开关
 sendNoticeToHaiCi: true