From ea1051d7d20fc6a90322c76dfca015206e94c9ed Mon Sep 17 00:00:00 2001 From: jyy <935090232@qq.com> Date: Wed, 27 Jan 2021 18:21:52 +0800 Subject: [PATCH] 1、新增交易流水 2、修改时间空间差掉值后不能提交的问题 --- zq-erp/src/main/resources/config/dev/system.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/zq-erp/src/main/resources/config/dev/system.properties b/zq-erp/src/main/resources/config/dev/system.properties index 78a6818..015c690 100644 --- a/zq-erp/src/main/resources/config/dev/system.properties +++ b/zq-erp/src/main/resources/config/dev/system.properties @@ -58,6 +58,12 @@ xcx_appid =wx3836ab3c1490ff29 xcx_secret =39a3687ec5b2666ed68e7c8b83b26b47 +#公众号 +gzh_appid=wx57e6335559bdbda6 +gzh_secret=ecb408af170e3890e6544290cad33760 + + + #微信支付调试开关 wx_pay_debug_onoff = false -- Gitblit v1.9.1