From c10d6358b9f014375a13821465bc978d0c0da22e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 29 May 2024 17:17:08 +0800
Subject: [PATCH] 通过E呼即办数据统计
---
src/main/resources/application.yml | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index a10c9be..9cb808d 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
@@ -251,6 +251,8 @@
- /blade-system/user/getPoliceUser
- /blade-policeAlarmRecords/policeAlarmRecords/save
- /blade-smsSend/smsSend/send
+ - /blade-system/user/register-user
+ - /blade-eCallEventTwo/eCallEventTwo/synchronizeData
# - /blade-householdLabel/**
# - /blade-system/**
# - /blade-doorplateAddress/doorplateAddress/**
@@ -272,6 +274,7 @@
# - /blade-policeStation/**
# - /blade-policeAffairsGrid/**
# - /blade-category/**
+ - /blade-disputeRecord/**
#授权认证配置
auth:
- method: ALL
@@ -324,13 +327,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