collect optimization

This commit is contained in:
mubai
2026-03-30 21:47:26 +08:00
parent 0d258e90bd
commit 8a6bc33cad
23 changed files with 827 additions and 354 deletions

View File

@@ -3,12 +3,13 @@ package system
import (
"errors"
"fmt"
"github.com/golang-jwt/jwt/v5"
"log"
"server/config"
"server/plugin/common/util"
"server/plugin/db"
"time"
"github.com/golang-jwt/jwt/v5"
)
type UserClaims struct {