mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-29 08:05:04 +08:00
fix aes key
This commit is contained in:
@@ -45,7 +45,7 @@ public class WxMpServlet extends HttpServlet {
|
|||||||
config.setAppId(Settings.I.Wechat_AppId);
|
config.setAppId(Settings.I.Wechat_AppId);
|
||||||
config.setSecret(Settings.I.Wechat_Secret);
|
config.setSecret(Settings.I.Wechat_Secret);
|
||||||
config.setToken(Settings.I.Wechat_Token);
|
config.setToken(Settings.I.Wechat_Token);
|
||||||
config.setAesKey(Settings.I.Wechat_Token);
|
config.setAesKey(Settings.I.Wechat_AesKey);
|
||||||
|
|
||||||
wxMpService = new WxMpServiceImpl();
|
wxMpService = new WxMpServiceImpl();
|
||||||
wxMpService.setWxMpConfigStorage(config);
|
wxMpService.setWxMpConfigStorage(config);
|
||||||
|
|||||||
Reference in New Issue
Block a user