调整
This commit is contained in:
parent
6d1481333f
commit
3b60e7448a
@ -65,9 +65,9 @@ public class WeChatServiceImpl implements WeChatService {
|
||||
@Override
|
||||
public LoginVo authorizeLogin(String code, HttpServletRequest request) {
|
||||
LoginVo loginVo = new LoginVo();
|
||||
// WeChatMiniAuthorizeVo response = miniAuthCode(code);
|
||||
WeChatMiniAuthorizeVo response = new WeChatMiniAuthorizeVo();
|
||||
response.setOpenId("123456");
|
||||
WeChatMiniAuthorizeVo response = miniAuthCode(code);
|
||||
// WeChatMiniAuthorizeVo response = new WeChatMiniAuthorizeVo();
|
||||
// response.setOpenId("123456");
|
||||
String openId = response.getOpenId();
|
||||
String type = "login";
|
||||
BusUser busUser = BusUserMapper.getUserByOpenId(openId);
|
||||
|
Loading…
Reference in New Issue
Block a user