新增飞书登录驱动

This commit is contained in:
Liujian
2025-07-17 11:40:08 +08:00
parent 58d02bcf08
commit 76ae5287eb
5 changed files with 229 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ package main
import (
_ "github.com/APIParkLab/APIPark/frontend"
_ "github.com/APIParkLab/APIPark/gateway/apinto"
_ "github.com/APIParkLab/APIPark/login_driver/feishu"
_ "github.com/APIParkLab/APIPark/plugins/core"
_ "github.com/APIParkLab/APIPark/plugins/openapi"
_ "github.com/APIParkLab/APIPark/plugins/permit"