debug 删除调试信息
This commit is contained in:
parent
d796488622
commit
dbb7f7b0e1
|
|
@ -200,11 +200,6 @@ public class LoginServiceImpl implements ILoginService {
|
|||
WxOAuth2AccessToken wxOAuth2AccessToken = wxMpService.getOAuth2Service().getAccessToken(code);
|
||||
String uniId = wxOAuth2AccessToken.getUnionId();
|
||||
String openId = wxOAuth2AccessToken.getOpenId();
|
||||
|
||||
System.out.println("uniId:" + uniId);
|
||||
System.out.println("openId:" + openId);
|
||||
|
||||
|
||||
String unionId = uniId == null ? "0" : uniId;
|
||||
|
||||
String avatar = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue