mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-15 21:02:09 +08:00
remove session getFormattedId
This commit is contained in:
@@ -42,6 +42,6 @@ public class OnlineSessionEndpoint {
|
||||
public String ticketValidate(
|
||||
@RequestParam(value ="ticket",required = true) String ticket) {
|
||||
Session session = sessionManager.get(ticket);
|
||||
return session == null ? "" : session.getFormattedId();
|
||||
return session == null ? "" : session.getId();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user