feat: add asynchronously pull midjourney task progress in case the synchronization callback is fails

This commit is contained in:
RockYang
2024-01-12 18:24:28 +08:00
parent d70035ff0c
commit 9929746b1d
6 changed files with 89 additions and 33 deletions

View File

@@ -45,7 +45,7 @@ type resBody struct {
}
func (h *TestHandler) Test(c *gin.Context) {
query(c)
image(c)
}