瀏覽代碼

聊天类型修改

WH01243 3 年之前
父節點
當前提交
1ffcff441b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/message_mail_box.go

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