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
 // @router /wx/notify [get,post]
 func (u *UserController) Notify() {
+	logger.Info("wx notify")
 	echostr := u.GetString("echostr")
 	method := u.Ctx.Input.Method()
-	logger.Info("wx notify")
 	if method == "POST" {
 		body := u.Ctx.Input.RequestBody
 		item := new(Notify)