From 2b52fb23a29870abe7184ff88cdec9bbfaee6780 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Tue, 7 Nov 2023 13:11:41 +0800 Subject: [PATCH] fix --- server/feishu-sync/internal/logic/webhooklogic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/feishu-sync/internal/logic/webhooklogic.go b/server/feishu-sync/internal/logic/webhooklogic.go index 2a4aa597..5857f3cd 100644 --- a/server/feishu-sync/internal/logic/webhooklogic.go +++ b/server/feishu-sync/internal/logic/webhooklogic.go @@ -71,7 +71,7 @@ func (l *WebhookLogic) Webhook(w http.ResponseWriter, r *http.Request) { } var encryptMsg EncryptWebhookMsg if err = json.Unmarshal(bodyBytes, &encryptMsg); err != nil { - logx.Error("反序列化body失败", err) + logx.Error("反序列化body失败", err, "body数据:", string(bodyBytes)) return } if encryptMsg.Encrypt == "" {