微信公众号登录
This commit is contained in:
parent
324c95ca14
commit
b7b7b56a2f
|
|
@ -266,7 +266,7 @@ public class LoginServiceImpl implements ILoginService {
|
||||||
public Map<String, Object> officeLogin(Map<String, String> params) {
|
public Map<String, Object> officeLogin(Map<String, String> params) {
|
||||||
Assert.notNull(params.get("code"), "code参数缺失!");
|
Assert.notNull(params.get("code"), "code参数缺失!");
|
||||||
String code = params.get("code");
|
String code = params.get("code");
|
||||||
|
log.error("好好好好来了");
|
||||||
try {
|
try {
|
||||||
WxMpService wxMpService = WeChatUtil.official();
|
WxMpService wxMpService = WeChatUtil.official();
|
||||||
WxOAuth2AccessToken wxOAuth2AccessToken = wxMpService.getOAuth2Service().getAccessToken(code);
|
WxOAuth2AccessToken wxOAuth2AccessToken = wxMpService.getOAuth2Service().getAccessToken(code);
|
||||||
|
|
@ -274,6 +274,7 @@ public class LoginServiceImpl implements ILoginService {
|
||||||
log.error(JSON.toJSONString(wxMpUser));
|
log.error(JSON.toJSONString(wxMpUser));
|
||||||
System.out.println(wxMpUser);
|
System.out.println(wxMpUser);
|
||||||
} catch (WxErrorException e) {
|
} catch (WxErrorException e) {
|
||||||
|
log.error("错了e"+ e.getError());
|
||||||
System.out.println(e.getError());
|
System.out.println(e.getError());
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue