Interface FrameworkUserLoginService

All Superinterfaces:
FrameworkPwdUserLoginService

public interface FrameworkUserLoginService extends FrameworkPwdUserLoginService
框架 服务类,需要项目去具体实现 目前实现了密码模式登录,其他的自行实现
  • Method Details

    • userInfo

      cn.sinozg.applet.common.core.model.LoginUserVo userInfo(String id)
      查询用户信息接口
      Parameters:
      id - 用户id
      Returns:
      用户信息