springboot中实现微信登录功能
创始人
2024-11-19 07:07:59
0

Controller层

package com.sky.controller.user;  import com.sky.constant.JwtClaimsConstant; import com.sky.dto.UserLoginDTO; import com.sky.entity.User; import com.sky.properties.JwtProperties; import com.sky.result.Result; import com.sky.service.UserService; import com.sky.utils.JwtUtil; import com.sky.vo.UserLoginVO; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*;  import java.util.HashMap; import java.util.Map;  @RestController @RequestMapping("/user/user") @Api(tags = "C端用户") @Slf4j public class UserController {     @Autowired     private UserService userService;     @Autowired     private JwtProperties jwtProperties;     /**      * 微信登录      * @param userLoginDTO      * @return      */     @PostMapping("/login")     @ApiOperation("微信登录")     public Result login(@RequestBody UserLoginDTO userLoginDTO){         log.info("微信用户登录{}",userLoginDTO.getCode());         //微信登录         User user = userService.wxlogin(userLoginDTO);         //为微信用户生成JWT令牌         Map claims=new HashMap<>();         claims.put(JwtClaimsConstant.USER_ID,user);         String token = JwtUtil.createJWT(jwtProperties.getUserSecretKey(), jwtProperties.getUserTtl(), claims);         //返回VO数据         UserLoginVO userLoginVO = new UserLoginVO();         userLoginVO.setId(user.getId());         userLoginVO.setOpenid(user.getOpenid());         userLoginVO.setToken(token);         log.info("end={}",userLoginVO);         return Result.success(userLoginVO);     } } 

service层

package com.sky.service;  import com.sky.dto.UserLoginDTO; import com.sky.entity.User; import org.springframework.context.annotation.Bean; import org.springframework.stereotype.Service;   public interface UserService {       /**      * 微信登录      * @param userLoginDTO      * @return      */     User wxlogin(UserLoginDTO userLoginDTO);   } 

servicelmpl

package com.sky.service.impl;  import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.fasterxml.jackson.annotation.JsonFormat; import com.google.gson.JsonObject; import com.sky.constant.MessageConstant; import com.sky.dto.UserLoginDTO; import com.sky.entity.User; import com.sky.exception.LoginFailedException; import com.sky.mapper.UserMapper; import com.sky.properties.WeChatProperties; import com.sky.service.UserService; import com.sky.utils.HttpClientUtil; import lombok.extern.slf4j.Slf4j; import org.apache.http.client.HttpClient; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service;  import java.time.LocalDate; import java.time.LocalDateTime; import java.util.HashMap; import java.util.Map; @Service @Slf4j public class UserServicelmpl implements UserService {     //微信服务接口地址,获取openid     public static final String WX_LOGIN="https://api.weixin.qq.com/sns/jscode2session";     @Autowired     private WeChatProperties weChatProperties;     @Autowired     private UserMapper userMapper;     /**      * 微信登录      * @param userLoginDTO      * @return      */     @Override     public User wxlogin(UserLoginDTO userLoginDTO) {         //调用微信接口服务         Map map= new  HashMap<>();         map.put("appid",weChatProperties.getAppid());         map.put("secret",weChatProperties.getSecret());         map.put("js_code", userLoginDTO.getCode());         map.put("grant_type","authorization_code");         String json = HttpClientUtil.doGet(WX_LOGIN, map);         log.info("获取到{}",json);          JSONObject jsonObject = JSON.parseObject(json);         String openid = jsonObject.getString("openid");          //判断OPenId是否为空         if (openid==null){             throw new LoginFailedException(MessageConstant.LOGIN_FAILED);         }         //当前用户是否为新用户         User user = userMapper.getByOpenid(openid);         //如果是新用户,自动完成注册          if (user==null){             User nuser=new User();             nuser.setOpenid(openid);             nuser.setCreateTime(LocalDateTime.now());             userMapper.insert(nuser);             return nuser;         }         //返回用户对象         return user;     }     } 

上一篇:ipc指的是什么

下一篇:Spring Security

相关内容

热门资讯

新2024版教程!wpk长期盈... 新2024版教程!wpk长期盈利打法(有辅助挂)中至跑得快有挂的(有挂引导);wpk最新软件透明挂直...
实测教程!wepoke有挂的 ... 实测教程!wepoke有挂的 网上靠谱的(有挂的)中至上饶辅助器(有挂总结),亲,有的,ai轻松简单...
7分钟了解!wpk插件数据透视... 7分钟了解!wpk插件数据透视(透视)拱趴游戏有技巧的(有挂辅导),亲,有的,ai轻松简单,又可以获...
查到实测!wepoke软件收费... 查到实测!wepoke软件收费是真的的(透视)余干中至麻将有猫腻的(有挂教程);中至麻将是一种具有地...
我来教教大家!微扑克钻石能提高... 我来教教大家!微扑克钻石能提高胜率的(软件透明挂)边锋老友保皇有人装挂的(有挂手册);微扑克最新软件...
洋葱 密码 洋葱路由(Tor)是一种加密通信技术,通过多层加密和随机路由的方式保护用户隐私和匿名性,防止数据被窃...
买电视盒子有什么用(电视盒子能... 电视盒子能提供智能电视功能,如安装应用、浏览网页、播放网络视频等,适合无法升级或非智能电视使用。电视...
笔记本键盘按键失灵是什么原因(... 笔记本键盘按键失灵可能因灰尘积累、电路问题或驱动故障。解决方法包括使用压缩空气清洁,检查连接线,重启...
分享一款!wepoke智能ai... 分享一款!wepoke智能ai(透明挂软件)天天福建十三张辅助(有挂策略);超受欢迎的wepoke小...
韩小圈怎么开启青少年模式-韩小... 在韩小圈应用中,进入设置菜单,找到“青少年模式”或相似名称的选项,按照提示开启并设定相应功能即可。韩...