public interface LoginProxy<T>
| 限定符和类型 | 方法和说明 |
|---|---|
default BoolReasonValue<T> |
login(String account,
String pwd) |
void |
loginSuccess(EruptUser eruptUser,
String token,
Collection<EruptMenu> eruptMenus,
T value) |
@Comment(value="\u767b\u5f55\u6821\u9a8c") default BoolReasonValue<T> login(String account, String pwd)
@Comment(value="\u767b\u5f55\u6210\u529f\u4e8b\u4ef6") void loginSuccess(EruptUser eruptUser, String token, Collection<EruptMenu> eruptMenus, T value)
Copyright © 2021. All rights reserved.