This commit is contained in:
yangduo 2024-08-12 17:01:13 +08:00
parent 1e82e82da3
commit 1429e48d52

View File

@ -337,7 +337,7 @@ func (this *MailApi) CheckAttachment(list []common.Attachment, c *gin.Context) b
if item.ItemNum > 1000*10000 {
c.JSON(http.StatusOK, gin.H{
"code": 2,
"message": "item 数量不超过1000000 :" + q5.SafeToString(item.ItemId),
"message": "item 数量不超过10000000 :" + q5.SafeToString(item.ItemId),
})
return false
}