调整
This commit is contained in:
parent
712e5e9038
commit
91bc6aa572
@ -68,7 +68,6 @@ public class WeChatServiceImpl implements WeChatService {
|
||||
WeChatMiniAuthorizeVo response = miniAuthCode(code);
|
||||
// WeChatMiniAuthorizeVo response = new WeChatMiniAuthorizeVo();
|
||||
// response.setOpenId("123456");
|
||||
log.info("<<< response:{}", JSON.toJSONString(response));
|
||||
String openId = response.getOpenId();
|
||||
String type = "login";
|
||||
BusUser BusUser = BusUserMapper.getUserByOpenId(openId);
|
||||
|
Loading…
Reference in New Issue
Block a user