ls 4 năm trước cách đây
mục cha
commit
ca02361322
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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