From b60acf518347e3bf79fd2741d0ddb3a4ded8b160 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Wed, 24 May 2017 01:16:40 +1000 Subject: [PATCH] try to send hyper link in html, (not so good) --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 2ce8178..2e57910 100644 --- a/server.go +++ b/server.go @@ -62,7 +62,7 @@ func answerWechatPost(w http.ResponseWriter, r *http.Request) { h := ReadCommonHeader(d) reply, _ := BuildTextMsg(h.MsgType, h.FromUserName) if h.MsgType == "text" { - reply, _ = BuildTextMsg("http://www.hitxy.org.au/", h.FromUserName) + reply, _ = BuildTextMsg("test some link ", h.FromUserName) } if h.MsgType == "voice" { a := ReadVoiceMsg(d)