zwxi há 1 ano atrás
pai
commit
75c06317d7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      controllers/wechat.go

+ 1 - 1
controllers/wechat.go

@@ -377,7 +377,7 @@ func (this *WechatController) UserInfo() {
 // @Success 200 {object} models.WechatSign
 // @router /notify [get,post]
 func (this *WechatCommonController) Notify() {
-	echostr := this.GetString("echostr")
+	//echostr := this.GetString("echostr")
 	method := this.Ctx.Input.Method()
 	if method == "POST" {
 		body := this.Ctx.Input.RequestBody