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 == "" {