|
@@ -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
|