mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-06-28 04:35:16 +08:00
fix: sa-token-sso 模块 SaSsoClientModel 删除 isValidPushUrl 函数,避免其触发自动序列化操作导致无法存入 redis
This commit is contained in:
parent
923b76a8db
commit
0cd3d66712
@ -95,15 +95,6 @@ public class SaSsoClientModel implements Serializable {
|
||||
return _pushUrl;
|
||||
}
|
||||
|
||||
/**
|
||||
* 判断是否配置了有效地推送地址
|
||||
*
|
||||
* @return /
|
||||
*/
|
||||
public boolean isValidPushUrl() {
|
||||
return SaFoxUtil.isUrl(splicingPushUrl());
|
||||
}
|
||||
|
||||
|
||||
// get set
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user