From eda60e322979a0bfb63b5e4a468adb21b4e0be97 Mon Sep 17 00:00:00 2001 From: zxt@theyeasy.com Date: Thu, 28 Dec 2017 15:40:34 +0800 Subject: [PATCH] 配置修改 --- WebContent/WEB-INF/classes/wx.open.properties | 6 +++--- src/org/theyeasy/weixin/util/WxMiniUtil.java | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/WebContent/WEB-INF/classes/wx.open.properties b/WebContent/WEB-INF/classes/wx.open.properties index a4d1c3e..723f0f1 100644 --- a/WebContent/WEB-INF/classes/wx.open.properties +++ b/WebContent/WEB-INF/classes/wx.open.properties @@ -1,10 +1,10 @@ #使用的是hfyg@theyeasy.com帐号下的名称为【微信小程序】的第三方平台 #wx_open_redirect_uri=http://www.w1hd.com/theyeasy_pingtai/theyeasy_shanghu/jsp/_activity/pulick.html -wx_open_token=w1hd_theyeasy_mini -wx_open_aeskey=adqwergtsdfsdfeyrtjyukul9ioluikydddds888sfd +wx_open_token=theyeasy_zzhnc +wx_open_aeskey= eALRfGYXIRpgFmz1UG84t4F3lwooi1T20POx95ZN6TE -wx_open_redirect_uri=http://mini.weiyisz.com/res/authRedirect.html +wx_open_redirect_uri=http://dvmini.w1hd.com/res/authRedirect.html wx_open_verify_ticket=ticket@@@vcMrsXQHS3NDYAKNw_iANYNjAyNp2NGb2jB9E37xiBlfxQHnOvy0T268NiYy-IT2BPd5lkWupWavihpO82QEZQ #使用的是hfyg@theyeasy.com帐号下的名称为【微信小程序平台】的第三方平台 diff --git a/src/org/theyeasy/weixin/util/WxMiniUtil.java b/src/org/theyeasy/weixin/util/WxMiniUtil.java index 9c33ff6..a99f70b 100644 --- a/src/org/theyeasy/weixin/util/WxMiniUtil.java +++ b/src/org/theyeasy/weixin/util/WxMiniUtil.java @@ -59,10 +59,10 @@ import net.sf.json.JSONObject; @Component public class WxMiniUtil { - private final static String _appid = "wx64e56457ec5c6338"; - final static String _appsecret = "cd9fb5810422f41a49154ecca5ca88fa"; - final static String _token = "wx_wx2_token_w1hd.com"; - final static String _EncodingAESKey = "9htq1ELW3ZaHOvsH2LXmy9GtIZxYsAn02y6qdEJ8RpD"; + private final static String _appid = "wxbe75806d33ab8a2e"; + final static String _appsecret = "3e224e2af774bfd4a0642855242ff3"; + final static String _token = "theyeasy_zzhnc"; + final static String _EncodingAESKey = "eALRfGYXIRpgFmz1UG84t4F3lwooi1T20POx95ZN6TE"; final static String _url_message_custom_send = "https://api.weixin.qq.com/cgi-bin/message/custom/send"; final static String _RedisKey_WxToken = "zzhnc_wxtoken_wx64e56457ec5c6338"; -- libgit2 0.24.0