From 6b7a0a46baf5d8bc8dc855ed77d20730a7008486 Mon Sep 17 00:00:00 2001 From: wood chen <95951386+woodchen-ink@users.noreply.github.com> Date: Sun, 28 Jan 2024 01:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/handlers/card_common_action.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/handlers/card_common_action.go b/code/handlers/card_common_action.go index 0ebbd16..6af2e63 100644 --- a/code/handlers/card_common_action.go +++ b/code/handlers/card_common_action.go @@ -4,6 +4,7 @@ import ( "context" "encoding/json" "fmt" + larkcard "github.com/larksuite/oapi-sdk-go/v3/card" ) @@ -20,8 +21,6 @@ func NewCardHandler(m MessageHandler) CardHandlerFunc { NewPicResolutionHandler, NewPicTextMoreHandler, NewPicModeChangeHandler, - NewRoleTagCardHandler, - NewRoleCardHandler, } return func(ctx context.Context, cardAction *larkcard.CardAction) (interface{}, error) {