类 AbstractWxLoginServiceImpl

    • 构造器详细资料

      • AbstractWxLoginServiceImpl

        public AbstractWxLoginServiceImpl()
    • 方法详细资料

      • updateUserInfo

        protected void updateUserInfo​(WxUser wxUser,
                                      String openId,
                                      String unionId,
                                      boolean updateActivated)
      • getWxApp

        protected WxApp getWxApp​(String appId)
      • setJwtHelper

        @Autowired
        public void setJwtHelper​(WxUserJwtHelper jwtHelper)
      • setWxUserService

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

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

        @Autowired
        public void setWxUserLoginLogService​(WxUserLoginLogService wxUserLoginLogService)