refactor: 补正一些缺失方法

This commit is contained in:
click33
2025-03-08 15:22:33 +08:00
parent 850af6c131
commit c3be6304db
10 changed files with 43 additions and 28 deletions

View File

@@ -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 登录设备端名称,一般为浏览器名称