From 4d4805096b898a6e99f31794facb81794bd1fcf7 Mon Sep 17 00:00:00 2001 From: jyy <935090232@qq.com> Date: Mon, 25 Jan 2021 09:39:24 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/hive2.0' into hive2.0 --- zq-erp/src/main/resources/config/system.properties | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/zq-erp/src/main/resources/config/system.properties b/zq-erp/src/main/resources/config/system.properties index e008d06..4b4664a 100644 --- a/zq-erp/src/main/resources/config/system.properties +++ b/zq-erp/src/main/resources/config/system.properties @@ -17,7 +17,7 @@ #文件保存地址 #file_storage_path=/mnt/hive/static/uploadeFile/ -file_storage_path=/Users/jiangyouyao/java/webresources/ +file_storage_path=E:\\20210116 #文件上传大小字节为单位 10MB maxUploadSize=10485760 @@ -48,8 +48,14 @@ wechar_login_url =https://api.weixin.qq.com/sns/jscode2session?appid=%s&secret=%s&js_code=%s&grant_type=authorization_code -xcx_appid =wx3836ab3c1490ff29 -xcx_secret =39a3687ec5b2666ed68e7c8b83b26b47 +xcx_appid =wx5cc58f796224af61 +xcx_secret =facea088aae414e5c2ee86b459887721 + +#公众号 +gzh_appid=wx57e6335559bdbda6 +gzh_secret=ecb408af170e3890e6544290cad33760 + + #微信支付调试开关 wx_pay_debug_onoff = false @@ -92,7 +98,7 @@ #是否启用异常上报 -is_open_exception_report=true +is_open_exception_report=false showExcptionUrl=http://erp.hive.jyymatrix.cc/showException -- Gitblit v1.9.1