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"