From 1c3db93ffdceca1d0254722964a3b1c44ab5b825 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Tue, 7 Nov 2023 14:20:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A3=9E=E4=B9=A6webhook?= =?UTF-8?q?=E7=9B=91=E5=90=AC=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 2a422d0f..36fd55f5 100644 --- a/server/feishu-sync/internal/logic/webhooklogic.go +++ b/server/feishu-sync/internal/logic/webhooklogic.go @@ -100,7 +100,7 @@ func (l *WebhookLogic) Webhook(w http.ResponseWriter, r *http.Request) { logx.Error("反序列化请求体中的header失败", err) return } - logx.Info("触发webhook:", msgHeader.EventType) + logx.Info("触发webhook:", msgHeader.EventType, "数据:", webhookMsg) switch msgHeader.EventType { case "contact.custom_attr_event.updated_v3": //成员字段管理属性变更事件 case "contact.department.created_v3": //部门新建