优化IP黑名单检测

This commit is contained in:
刘祥超
2023-04-05 09:25:33 +08:00
parent c53773c2db
commit c44583f249
7 changed files with 36 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ type ClientConnInterface interface {
ServerId() int64
// SetServerId 设置服务ID
SetServerId(serverId int64)
SetServerId(serverId int64) (goNext bool)
// SetUserId 设置所属服务的用户ID
SetUserId(userId int64)