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