opt: add default extension for mj image

This commit is contained in:
RockYang
2024-01-30 21:46:17 +08:00
parent 8f4d94f046
commit 56a91db7e7
7 changed files with 38 additions and 24 deletions

View File

@@ -180,7 +180,6 @@ func (s *Service) Notify(job model.MidJourneyJob) error {
job.OrgURL = task.ImageUrl
}
}
job.UseProxy = true
job.MessageId = task.Id
tx := s.db.Updates(&job)
if tx.Error != nil {