From b5c197d06d35d56a9fbcb379e49ad07698d7dd90 Mon Sep 17 00:00:00 2001 From: dougang <78125310@kidgrow.com> Date: Wed, 04 Nov 2020 09:26:40 +0800 Subject: [PATCH] 增加C端小程序配置项 --- kidgrow-config/src/main/resources/application-dev.properties | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/kidgrow-config/src/main/resources/application-dev.properties b/kidgrow-config/src/main/resources/application-dev.properties index 3d80c8c..6986243 100644 --- a/kidgrow-config/src/main/resources/application-dev.properties +++ b/kidgrow-config/src/main/resources/application-dev.properties @@ -74,11 +74,17 @@ ## appUrl \u9759\u6001\u6587\u4EF6\u4E0A\u4F20\u8DEF\u5F84 appUrl=http://192.168.2.240/upload/ -## C\u7AEF\u4EA7\u54C1\u516C\u4F17\u53F7\u914D\u7F6E\u4FE1\u606F +## \u5FAE\u4FE1\u7EDF\u4E00URL wechat.apiUrl=https://api.weixin.qq.com -wechat.mp.appid=dev-wx1cc7074ce3014652 -wechat.mp.secret=dev-0fa9eb188ae52aa8c2380744109f161c -## C\u7AEF\u4EA7\u54C1\u5C0F\u7A0B\u5E8F\u914D\u7F6E\u4FE1\u606F +## H\u7AEF\u4EA7\u54C1\u9AA8\u9F84\u5C0F\u7A0B\u5E8F\u914D\u7F6E\u4FE1\u606F wechat.miniapp.appid=wx5a9bc7ebd13eb6cc -wechat.miniapp.secret=c16d8e42e42137bd7ba6e6999f226803 \ No newline at end of file +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 + +## 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 \ No newline at end of file -- Gitblit v1.8.0