mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-07 14:53:40 +08:00
fix mj submit bug
This commit is contained in:
@@ -315,7 +315,7 @@ func RelayMidjourney(c *gin.Context) {
|
||||
err.Result = "当前分组负载已饱和,请稍后再试,或升级账户以提升服务质量。"
|
||||
}
|
||||
c.JSON(400, gin.H{
|
||||
"error": err.Result,
|
||||
"error": err.Description + " " + err.Result,
|
||||
})
|
||||
}
|
||||
channelId := c.GetInt("channel_id")
|
||||
|
||||
Reference in New Issue
Block a user