fix mj submit bug

This commit is contained in:
CaIon
2023-11-28 23:15:17 +08:00
parent 6e1f9cf601
commit e5a141c388
3 changed files with 4 additions and 4 deletions
+1 -1
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")