feat: 添加令牌ip白名单功能

This commit is contained in:
CalciumIon
2024-09-17 20:49:51 +08:00
parent feb1d76942
commit f505afdc10
6 changed files with 57 additions and 3 deletions

View File

@@ -175,6 +175,7 @@ func TokenAuth() func(c *gin.Context) {
} else {
c.Set("token_model_limit_enabled", false)
}
c.Set("allow_ips", token.GetIpLimitsMap())
if len(parts) > 1 {
if model.IsAdmin(token.UserId) {
c.Set("specific_channel_id", parts[1])