类 AbstractWxLoginServiceImpl

    • 字段详细资料

      • jwtHelper

        protected net.guerlab.smart.wx.auth.utils.WxUserJwtHelper jwtHelper
    • 构造器详细资料

      • AbstractWxLoginServiceImpl

        public AbstractWxLoginServiceImpl()
    • 方法详细资料

      • updateUserInfo

        protected void updateUserInfo​(WxUser wxUser,
                                      java.lang.String openId,
                                      java.lang.String unionId,
                                      boolean updateActivated,
                                      java.lang.String ip,
                                      java.lang.String referer)
      • buildLoginResponse

        public net.guerlab.smart.wx.core.domain.LoginResponse buildLoginResponse​(WxUser user)
        从接口复制的说明: LoginService
        构造登录响应
        指定者:
        buildLoginResponse 在接口中 LoginService
        参数:
        user - appId
        返回:
        登录响应
      • getWxApp

        protected WxApp getWxApp​(java.lang.String appId)
      • setJwtHelper

        @Autowired
        public void setJwtHelper​(net.guerlab.smart.wx.auth.utils.WxUserJwtHelper jwtHelper)
      • setWxUserService

        @Autowired
        public void setWxUserService​(WxUserService wxUserService)
      • setWxAppService

        @Autowired
        public void setWxAppService​(WxAppService wxAppService)
      • setWxUserLoginLogService

        @Autowired
        public void setWxUserLoginLogService​(WxUserLoginLogService wxUserLoginLogService)