移除冗余调用

This commit is contained in:
zhiyang7 2021-08-30 15:26:52 +08:00
parent 808cc276e8
commit be8576cbcd
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ func main() {
if sendkey != Sendkey { if sendkey != Sendkey {
log.Panicln("sendkey 错误,请检查") log.Panicln("sendkey 错误,请检查")
} }
req.ParseForm()
msgContent := req.Form.Get("msg") msgContent := req.Form.Get("msg")
if len(msgContent) == 0 { if len(msgContent) == 0 {
title := req.Form.Get("title") title := req.Form.Get("title")