mirror of
https://github.com/woodchen-ink/Oapi-Feishu.git
synced 2025-07-18 05:42:08 +08:00
修复
This commit is contained in:
parent
bf62114b24
commit
6b7a0a46ba
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user