mirror of
				https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
				synced 2025-10-31 10:26:19 +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.setSecret(Settings.I.Wechat_Secret); | ||||
| 		config.setToken(Settings.I.Wechat_Token); | ||||
| 		config.setAesKey(Settings.I.Wechat_Token); | ||||
| 		config.setAesKey(Settings.I.Wechat_AesKey); | ||||
|  | ||||
| 		wxMpService = new WxMpServiceImpl(); | ||||
| 		wxMpService.setWxMpConfigStorage(config); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sola
					Sola