Explorar el Código

聊天类型修改

WH01243 hace 3 años
padre
commit
1ffcff441b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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),