Commit 524b3d31 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 26d915f2
......@@ -128,7 +128,7 @@ public class WxLoginAuthenticationFilter extends AbstractAuthenticationProcessin
if (Common.isEmpty(UserId)) {
throw new AuthenticationServiceException("微信用户匹配失败");
}
//log.info("获取企业微信用户====UserId={}", UserId);
log.info("获取企业微信用户====UserId={}", UserId);
String principal;
String credentials = null;
String wxUserId = UserId; //企业微信账号
......
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