mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-10-21 02:57:23 +08:00
refactor: 补正一些缺失方法
This commit is contained in:
@@ -243,18 +243,16 @@ public class SaTerminalInfo implements Serializable {
|
||||
//
|
||||
@Override
|
||||
public String toString() {
|
||||
return "TokenSign [" +
|
||||
return "SaTerminalInfo [" +
|
||||
"index=" + index +
|
||||
", tokenValue=" + tokenValue +
|
||||
", deviceType=" + deviceType +
|
||||
", deviceId=" + deviceId +
|
||||
", tokenValue='" + tokenValue +
|
||||
", deviceType='" + deviceType +
|
||||
", deviceId='" + deviceId +
|
||||
", extraData=" + extraData +
|
||||
", createTime=" + createTime +
|
||||
"]";
|
||||
']';
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Expand in the future:
|
||||
* deviceName 登录设备端名称,一般为浏览器名称
|
||||
|
Reference in New Issue
Block a user