Commit 64260422 by 鍚岃獮 Committed by GitHub

馃専 fix: standardize and improve Playground Chat VIP group functionality

Merge pull request #1424 from feitianbubu/pr/fix-playground-chat-vip-group
parents 0e2ec053 d10c7a35
......@@ -122,6 +122,7 @@ func authHelper(c *gin.Context, minRole int) {
c.Set("role", role)
c.Set("id", id)
c.Set("group", session.Get("group"))
c.Set("user_group", session.Get("group"))
c.Set("use_access_token", useAccessToken)
//userCache, err := model.GetUserCache(id.(int))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment