From 8b7258c9427882bb1798f1502eaa35184c6e374e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 09 Aug 2024 14:29:18 +0800
Subject: [PATCH] 短信指定楼栋发送
---
src/main/resources/application.yml | 23 +++++++++++++++--------
1 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index a10c9be..5326ee3 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -16,7 +16,7 @@
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 +152,9 @@
async-executor-activate: false
async-history-executor-activate: false
-#报表配置
+#报表配置--有漏洞关闭--20240613
report:
- enabled: true
+ enabled: false
database:
provider:
prefix: blade-
@@ -251,6 +251,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 +278,7 @@
# - /blade-policeStation/**
# - /blade-policeAffairsGrid/**
# - /blade-category/**
+ - /blade-disputeRecord/**
#授权认证配置
auth:
- method: ALL
@@ -324,13 +331,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