@@ -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),