From fe15525b8e9386c634037ba6762e0501d96d6b90 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 17 Aug 2021 11:25:20 +0800 Subject: [PATCH] aa --- controllers/dingding_callback.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controllers/dingding_callback.go b/controllers/dingding_callback.go index b6696ff23..518b1ffdc 100644 --- a/controllers/dingding_callback.go +++ b/controllers/dingding_callback.go @@ -1,6 +1,7 @@ package controllers import ( + "fmt" "net/http" "git.rosy.net.cn/baseapi/utils" @@ -30,6 +31,7 @@ func (c *DingDingController) Msg() { callbackResponse = api.DingDingAPI.Err2CallbackResponse(nil) } } + fmt.Println("callbackResponse", utils.Format4Output(callbackResponse, true)) c.Data["json"] = callbackResponse c.ServeJSON() } else {