Преглед изворни кода

try to send hyper link in html, (not so good)

master
Patrick Peng Sun пре 8 година
родитељ
комит
b60acf5183
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      server.go

+ 1
- 1
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 <a href=http://www.hitxy.org.au/> some link </a>", h.FromUserName)
}
if h.MsgType == "voice" {
a := ReadVoiceMsg(d)

Loading…
Откажи
Сачувај