Roc 7 月之前
父节点
当前提交
b957458df3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/user/user_controller.go

+ 1 - 1
controllers/user/user_controller.go

@@ -474,9 +474,9 @@ type BindGzhReq struct {
 // @Success 200 {object} controllers.BaseResponse
 // @Success 200 {object} controllers.BaseResponse
 // @router /wx/notify [get,post]
 // @router /wx/notify [get,post]
 func (u *UserController) Notify() {
 func (u *UserController) Notify() {
+	logger.Info("wx notify")
 	echostr := u.GetString("echostr")
 	echostr := u.GetString("echostr")
 	method := u.Ctx.Input.Method()
 	method := u.Ctx.Input.Method()
-	logger.Info("wx notify")
 	if method == "POST" {
 	if method == "POST" {
 		body := u.Ctx.Input.RequestBody
 		body := u.Ctx.Input.RequestBody
 		item := new(Notify)
 		item := new(Notify)