接口 LoginService
-
- 所有已知子接口:
WxMaLoginService,WxMpLoginService
public interface LoginService登录服务- 作者:
- guer
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 LoginResponsebuildLoginResponse(WxUser user)构造登录响应LoginResponselogin(String appId, String code)登录
-
-
-
方法详细资料
-
login
LoginResponse login(String appId, String code)
登录- 参数:
appId- appIdcode- code- 返回:
- token
-
buildLoginResponse
LoginResponse buildLoginResponse(WxUser user)
构造登录响应- 参数:
user- appId- 返回:
- 登录响应
-
-