1
This commit is contained in:
parent
1e82e82da3
commit
1429e48d52
@ -337,7 +337,7 @@ func (this *MailApi) CheckAttachment(list []common.Attachment, c *gin.Context) b
|
|||||||
if item.ItemNum > 1000*10000 {
|
if item.ItemNum > 1000*10000 {
|
||||||
c.JSON(http.StatusOK, gin.H{
|
c.JSON(http.StatusOK, gin.H{
|
||||||
"code": 2,
|
"code": 2,
|
||||||
"message": "item 数量不超过1000000 :" + q5.SafeToString(item.ItemId),
|
"message": "item 数量不超过10000000 :" + q5.SafeToString(item.ItemId),
|
||||||
})
|
})
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user