fix: change accountID to account_id to match PublishVideo(func)

This commit is contained in:
Leon
2025-12-07 16:49:11 +08:00
parent 77962456d6
commit 62adc9211b

View File

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