From be8576cbcd2fcf80c55f2b85391d589d5ba816e5 Mon Sep 17 00:00:00 2001 From: zhiyang7 Date: Mon, 30 Aug 2021 15:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E8=B0=83?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go-wecomchan/wecomchan.go | 1 - 1 file changed, 1 deletion(-) diff --git a/go-wecomchan/wecomchan.go b/go-wecomchan/wecomchan.go index bdade89..40cfe49 100644 --- a/go-wecomchan/wecomchan.go +++ b/go-wecomchan/wecomchan.go @@ -248,7 +248,6 @@ func main() { if sendkey != Sendkey { log.Panicln("sendkey 错误,请检查") } - req.ParseForm() msgContent := req.Form.Get("msg") if len(msgContent) == 0 { title := req.Form.Get("title")