Procházet zdrojové kódy

聊天类型修改

WH01243 před 3 roky
rodič
revize
1ffcff441b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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),