chore: fix ali image implementation

This commit is contained in:
JustSong
2024-04-05 18:25:57 +08:00
parent d4347e7a35
commit eec41849ec
5 changed files with 197 additions and 179 deletions

View File

@@ -181,5 +181,5 @@ func ImageHandler(c *gin.Context, resp *http.Response) (*model.ErrorWithStatusCo
if err != nil {
return ErrorWrapper(err, "close_response_body_failed", http.StatusInternalServerError), nil
}
return nil, &imageResponse.Usage
return nil, nil
}