This commit is contained in:
aozhiwei 2024-06-05 17:53:49 +08:00
parent ab98a4a2f2
commit 51da25eece

View File

@ -127,6 +127,7 @@ func (this *player) GetAttachment(mails []common.Mail, c *gin.Context) {
return return
} }
this.DeleteMails(mails) this.DeleteMails(mails)
c.String(200, rsp.GetRawData())
}) })
} }