debug
This commit is contained in:
parent
4ca13d56a9
commit
d2af8968da
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue