From 44b2336bd118fdcbd49170b6791e15ec48aafe59 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sat, 4 Apr 2026 23:26:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9=EF=BC=8C?= =?UTF-8?q?TD=E4=BD=BF=E7=94=A8=E6=99=BA=E8=81=AAapp=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- intc-admin/src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intc-admin/src/main/resources/application-dev.yml b/intc-admin/src/main/resources/application-dev.yml index 5076dd1..fddc34b 100644 --- a/intc-admin/src/main/resources/application-dev.yml +++ b/intc-admin/src/main/resources/application-dev.yml @@ -60,7 +60,7 @@ spring: type: ${spring.datasource.type} driverClassName: com.taosdata.jdbc.rs.RestfulDriver # 不指定数据库名,在 SQL 中使用完整路径 fishery.table_name - url: jdbc:TAOS-RS://47.102.210.182:6041?timezone=Shanghai&charset=UTF-8&locale=en_US.UTF-8 + url: jdbc:TAOS-RS://81.70.89.108:6041?timezone=Shanghai&charset=UTF-8&locale=en_US.UTF-8 username: root password: intc@123456 hikari: @@ -418,6 +418,6 @@ wx: # 支付回调通知配置 pay-notify: # 支付回调通知URL(需根据实际域名配置) - notify-url: "https://api.yuceyun.cn/fishery-api/weixin/pay_notify" + notify-url: "https://api.yuceyun.cn/prod-api/weixin/pay_notify" # 微信商户号(与上面wx.pay.mch-id保持一致) mch-id: "1671289865"