From ff08cfb548fc47c36cd34d5202b365eef9ac81e7 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 09 Nov 2021 17:59:51 +0800 Subject: [PATCH] Merge branch 'ty_fix' into alpha --- zq-erp/src/main/resources/config/test/system.properties | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/zq-erp/src/main/resources/config/test/system.properties b/zq-erp/src/main/resources/config/test/system.properties index 8731cd3..a38ead4 100644 --- a/zq-erp/src/main/resources/config/test/system.properties +++ b/zq-erp/src/main/resources/config/test/system.properties @@ -48,6 +48,9 @@ wechar_login_url =https://api.weixin.qq.com/sns/jscode2session?appid=%s&secret=%s&js_code=%s&grant_type=authorization_code xcx_appid =wx5cc58f796224af61 xcx_secret =facea088aae414e5c2ee86b459887721 +xcx_manager_appid=wx0d5655a6443807d3 +xcx_manager_secret=b04e675224437c4f17c3068b6c2377b6 + gzh_appid=wx57e6335559bdbda6 gzh_secret=ecb408af170e3890e6544290cad33760 @@ -93,9 +96,9 @@ #是否启用异常上报 is_open_exception_report=true -showExcptionUrl=http://erp.hive.jyymatrix.cc/showException +showExcptionUrl=http://test.hive.jyymatrix.cc/showException #异常信息查询接口 -showExcptionUrl=http://erp.hive.jyymatrix.cc/showException +showExcptionUrl=http://test.hive.jyymatrix.cc/showException -- Gitblit v1.9.1