From f5e3323be3ce83280c48cd1856bea88c6aed8ffa Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期四, 06 三月 2025 13:40:47 +0800 Subject: [PATCH] 统计修改 --- ruoyi-admin/src/main/resources/application-pro.yml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-pro.yml b/ruoyi-admin/src/main/resources/application-pro.yml index 20fc39e..55b31d1 100644 --- a/ruoyi-admin/src/main/resources/application-pro.yml +++ b/ruoyi-admin/src/main/resources/application-pro.yml @@ -24,7 +24,7 @@ druid: # 主库数据源 master: - url: jdbc:mysql://127.0.0.1:7006/swspkmas?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true + url: jdbc:mysql://106.15.95.149:7006/swspkmas?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true username: root password: 2farwL3yPXfbH2AP # 从库数据源 @@ -87,7 +87,7 @@ # 数据库索引 database: 5 # 密码 - password: akj78avauba789a + password: # 连接超时时间 timeout: 10s lettuce: @@ -132,7 +132,9 @@ finance: - apiId: ED76A5F1703540BE977D34780B371FEB + apiId: A1749891493E4CDDBFE4506357B1F0AB orderUrl: http://finpt.xjcz.gov.cn/fs-service/fs-pay/invoice.do payNotifyUrl: http://finpt.xjcz.gov.cn/fs-service/fs-pay/notifyConfirm.do - payQueryUrl: http://finpt.xjcz.gov.cn/fs-service-test/fs-pay/query.do \ No newline at end of file + payQueryUrl: http://finpt.xjcz.gov.cn/fs-service/fs-pay/query.do + queryUrl: http://finpt.xjcz.gov.cn/fs-service/fs-pay/queryFile.do + uploadXmlUrl: http://finpt.xjcz.gov.cn/fs-service/fs-pay/uploadXml.do \ No newline at end of file -- Gitblit v1.9.2