ls hace 4 años
padre
commit
ca02361322
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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