debug
This commit is contained in:
parent
4ca13d56a9
commit
d2af8968da
|
|
@ -198,6 +198,7 @@ public class LoginServiceImpl implements ILoginService {
|
|||
String uniId = wxOAuth2AccessToken.getUnionId();
|
||||
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