Merge commit '7bf61f916504097ac23efb765b938d8f94c342ce'

This commit is contained in:
Laisky.Cai
2024-04-17 05:18:58 +00:00
3 changed files with 5 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ func Distribute() func(c *gin.Context) {
return
}
} else {
requestModel := c.GetString("request_model")
requestModel = c.GetString("request_model")
var err error
channel, err = model.CacheGetRandomSatisfiedChannel(userGroup, requestModel, false)
if err != nil {