mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
debug
This commit is contained in:
@@ -196,8 +196,9 @@ public class LoginServiceImpl implements ILoginService {
|
||||
WxMpService wxMpService = WxMnpDriver.oa();
|
||||
WxOAuth2AccessToken wxOAuth2AccessToken = wxMpService.getOAuth2Service().getAccessToken(code);
|
||||
String uniId = wxOAuth2AccessToken.getUnionId();
|
||||
String openId = wxOAuth2AccessToken.getOpenId();
|
||||
String openId = wxOAuth2AccessToken.getOpenId();
|
||||
|
||||
RedisUtils.set("officeLogin", "uniId:" + uniId + "; openId: " + openId);
|
||||
System.out.println("uniId:" + uniId);
|
||||
System.out.println("openId:" + openId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user