This commit is contained in:
laodaming 2023-11-07 10:17:33 +08:00
parent 975469e190
commit 2243208ae9

View File

@ -1,15 +1,9 @@
package handler
import (
"encoding/json"
"net/http"
"reflect"
"fusenapi/utils/basic"
"fusenapi/server/feishu-sync/internal/logic"
"fusenapi/server/feishu-sync/internal/svc"
"fusenapi/server/feishu-sync/internal/types"
"net/http"
)
func WebhookHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {