This commit is contained in:
redkale
2024-05-27 11:54:36 +08:00
parent 56c460e6c3
commit f189803bb7

View File

@@ -21,7 +21,7 @@ public class UserService implements Service {
* @return
*/
public UserInfo current(String sessionid) {
return new UserInfo();
return new UserInfo();
}
public RetResult<UserInfo> login(LoginBean bean) {