From 47b5873a74e9b6e2f2bea57ef4b215c492994e8a Mon Sep 17 00:00:00 2001 From: 侯瑞军 <411269194@kidgrow.com> Date: Wed, 31 Mar 2021 15:14:13 +0800 Subject: [PATCH] 修改比对套餐id变化的判断条件,直接每次都更新预扣记录的套餐id,并且更新数据的修改时间。 --- kidgrow-config/src/main/resources/application-dev.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kidgrow-config/src/main/resources/application-dev.properties b/kidgrow-config/src/main/resources/application-dev.properties index 8b8c375..9f0bbad 100644 --- a/kidgrow-config/src/main/resources/application-dev.properties +++ b/kidgrow-config/src/main/resources/application-dev.properties @@ -82,8 +82,8 @@ wechat.miniapp.secret=c16d8e42e42137bd7ba6e6999f226803 ## C\u7AEF\u4EA7\u54C1\u516C\u4F17\u53F7\u914D\u7F6E\u4FE1\u606F -wechat.xigao.mp.appid=dev-wx1cc7074ce3014652 -wechat.xigao.mp.secret=dev-0fa9eb188ae52aa8c2380744109f161c +wechat.xigao.mp.appid=wx1cc7074ce3014652 +wechat.xigao.mp.secret=0fa9eb188ae52aa8c2380744109f161c wechat.xigao.mp.token=c83AR9oqRAJNg83A ## C\u7AEF\u4EA7\u54C1\u53EF\u7231\u9AD8\u7B5B\u67E5\u5C0F\u7A0B\u5E8F\u914D\u7F6E\u4FE1\u606F -- Gitblit v1.8.0