zwxi 1 anno fa
parent
commit
75c06317d7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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