debug 删除调试信息

This commit is contained in:
damonyuan 2024-11-13 23:55:00 +08:00
parent d796488622
commit dbb7f7b0e1
1 changed files with 0 additions and 5 deletions

View File

@ -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 = "";