ls 5 rokov pred
rodič
commit
ca02361322
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      wechat/response.go

+ 1 - 1
wechat/response.go

@@ -38,7 +38,7 @@ func ReplyNews(msg Message, items []ArticleItem) (reply ReplyMessage) {
 	articles.Items = items
 	reply.Articles = articles
 
-	bs, _ := xml.Marshal(reply)
+	//bs, _ := xml.Marshal(reply)
 	//fmt.Println(string(bs))
 
 	return