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 {