From abba1aff81da3cc9d74d75f64cbd48d25716aec3 Mon Sep 17 00:00:00 2001
From: luliqiang <kidgrow>
Date: Fri, 12 Mar 2021 19:19:10 +0800
Subject: [PATCH] 1、增加对于套餐中的剩余读片量、有效开始日期、结束日期的加密 2、增加扣费过程中对于剩余读片量的加密 3、为下载私有云数据库增加合同与明细的查询Feign接口 4、修改合作商数据库(影像版API)的合同与明细的查询bug

---
 kidgrow-config/src/main/resources/application-dev.properties |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kidgrow-config/src/main/resources/application-dev.properties b/kidgrow-config/src/main/resources/application-dev.properties
index bb73239..9f0bbad 100644
--- a/kidgrow-config/src/main/resources/application-dev.properties
+++ b/kidgrow-config/src/main/resources/application-dev.properties
@@ -82,11 +82,11 @@
 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
-wechat.screening.applets.appid=wx5a9bc7ebd13eb6cc
-wechat.screening.applets.secret=c16d8e42e42137bd7ba6e6999f226803
+wechat.screening.applets.appid=wx0f3a6409155f1bac
+wechat.screening.applets.secret=ce485ae3192bb6a6cd68ce140ac81327
 health_url_net=http://192.168.2.22/
\ No newline at end of file

--
Gitblit v1.8.0