WH01243 3 жил өмнө
parent
commit
1ffcff441b

+ 1 - 1
service/message_mail_box.go

@@ -130,7 +130,7 @@ func (b MessaggeService) SaveMessage(in *messagecenter.MessageEntity) (fool bool
 			"appid":         in.Appid,
 			"title":         in.Title,
 			"content":       in.Content,
-			"item":          in.ItemType,
+			"item":          in.Item,
 			"type":          in.Type,
 			"link":          in.Link,
 			"create_time":   nowForm.Format(util.Date_Full_Layout),