Commit 4ea207b4 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 4d6578bb
......@@ -100,7 +100,7 @@ public class WxLoginAuthenticationFilter extends AbstractAuthenticationProcessin
throw new AuthenticationServiceException("获取企业微信用户失败");
}
log.error(JSONObject.toJSONString(userResult));
//log.error(JSONObject.toJSONString(userResult));
JSONObject jsonObject = JSONObject.parseObject(userResult);
if (StringUtils.equals(wxConfig.getAccossTokenInvliad(), jsonObject.getString(wxConfig.getErrcode()))) {
wxConfig.removeAccessToken(agentId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment