ls 5 년 전
부모
커밋
ca02361322
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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