fix mj submit bug

This commit is contained in:
CaIon
2023-11-28 23:15:17 +08:00
parent 10ca1e6146
commit 7ffc2e34a6
3 changed files with 4 additions and 4 deletions

View File

@@ -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")