refactor: change all user to account

This commit is contained in:
Leon
2025-12-05 14:25:39 +08:00
parent 311a27523f
commit c5331a459f
8 changed files with 95 additions and 95 deletions

View File

@@ -33,7 +33,7 @@ func JWTAuth() gin.HandlerFunc {
return
}
c.Set("userID", claims.UserID)
c.Set("accountID", claims.AccountID)
c.Set("username", claims.Username)
c.Next()