From 764d883b5ea3bdc06abbec548b6df0511e567978 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Tue, 03 Sep 2024 09:46:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/binlog' into binlog

---
 src/main/resources/application.yml |   27 ++++++++++++++++-----------
 1 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index a10c9be..1176469 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
 #服务器配置
 server:
-  port: 9528
+  port: 9529
   undertow:
     threads:
       # 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
@@ -13,10 +13,8 @@
     direct-buffers: true
 
 spring:
-  profiles:
-    active: test
   datasource:
-    driver-class-name: com.mysql.cj.jdbc.Driver
+#    driver-class-name: com.mysql.cj.jdbc.Driver
     #driver-class-name: org.postgresql.Driver
     #driver-class-name: oracle.jdbc.OracleDriver
     #driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
@@ -152,9 +150,9 @@
   async-executor-activate: false
   async-history-executor-activate: false
 
-#报表配置
+#报表配置--有漏洞关闭--20240613
 report:
-  enabled: true
+  enabled: false
   database:
     provider:
       prefix: blade-
@@ -251,6 +249,12 @@
       - /blade-system/user/getPoliceUser
       - /blade-policeAlarmRecords/policeAlarmRecords/save
       - /blade-smsSend/smsSend/send
+      - /blade-system/user/register-user
+      - /blade-eCallEventTwo/eCallEventTwo/synchronizeData
+      - /jmreport/**
+      - /public_discuss/publicDiscuss/publicDiscussTotal
+      - /public_discuss/publicDiscuss/managementProtocol
+      - /blade-place/place/getNearbyPlaceList
 #      - /blade-householdLabel/**
 #      - /blade-system/**
 #      - /blade-doorplateAddress/doorplateAddress/**
@@ -272,6 +276,7 @@
 #      - /blade-policeStation/**
 #      - /blade-policeAffairsGrid/**
 #      - /blade-category/**
+      - /blade-disputeRecord/**
     #授权认证配置
     auth:
       - method: ALL
@@ -324,13 +329,13 @@
   sopCreateBy: 106575361457
 
 wxpay:
-  api-v3-key: qqwuMJcCPRhcNcmFlqb6ucxdHKqVxp9U
+  api-v3-key: qqwuMJcCPRhcNcmFlqb6ucxdH
   appid: wxeeab25f4f176f1fc
-  domain: https://api.mch.weixin.qq.com
+  domain: https://srgdjczzxtpt.com:2080
   mch-id: 1600701071
-  mch-serial-no: 4C19EAFA9E0AD598DDE3D7399B47C3D5C85EB7C9
-  notify-domain: https://wx.nkjj88.com
-  partnerKey: qqwuMJcCPRhcNcmFlqb6ucxdHKqVxp9U
+  mch-serial-no: 4C19EAFA9E0AD598DDE3D7399B47C3D5C85
+  notify-domain: https://srgdjczzxtpt.com:2080/wxPay/native/notify
+  partnerKey: qqwuMJcCPRhcNcmFlqb6ucxd
   private-key-path: /www/wwwroot/apiclient_key.pem
   private-cert-path: /www/wwwroot/apiclient_cert.p12
 wxmini:

--
Gitblit v1.9.3