From 431091a3d1238b04c1b4051d712fdb07c10497ef Mon Sep 17 00:00:00 2001 From: Patrick Zhao Date: Wed, 25 Dec 2024 14:52:51 +0800 Subject: [PATCH] support transfer in approval job Signed-off-by: Patrick Zhao --- pkg/microservice/aslan/core/common/service/dingtalk/webhook.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/microservice/aslan/core/common/service/dingtalk/webhook.go b/pkg/microservice/aslan/core/common/service/dingtalk/webhook.go index 6a00525eee..25c8366ebc 100644 --- a/pkg/microservice/aslan/core/common/service/dingtalk/webhook.go +++ b/pkg/microservice/aslan/core/common/service/dingtalk/webhook.go @@ -139,6 +139,7 @@ func EventHandler(appKey string, body []byte, signature, ts, nonce string) (*Eve eventType := gjson.Get(data, "EventType").String() log.Infof("receive dingtalk event type: %s instanceID: %s", eventType, gjson.Get(data, "processInstanceId").String()) + log.Debugf("receive dingtalk event data: %s", data) switch eventType { case EventTaskChange: