format
This commit is contained in:
@@ -14,8 +14,10 @@ import org.redkale.convert.json.JsonFactory;
|
||||
*/
|
||||
public class LoginBean {
|
||||
|
||||
//账号
|
||||
private String account = "";
|
||||
|
||||
//密码
|
||||
private String password = "";
|
||||
|
||||
public String getAccount() {
|
||||
|
||||
@@ -15,7 +15,7 @@ import org.redkale.service.*;
|
||||
public class UserService implements Service {
|
||||
|
||||
/**
|
||||
* 根据登录态获取当前用户信息
|
||||
* 根据登录态获取当前用户信息
|
||||
*
|
||||
* @param sessionid
|
||||
* @return
|
||||
|
||||
Reference in New Issue
Block a user