This commit is contained in:
laodaming
2023-11-09 16:11:36 +08:00
parent a405a89567
commit 591278273f
6 changed files with 333 additions and 0 deletions

View File

@@ -13,4 +13,7 @@ service feishu-sync {
//飞书ticket webhook事件接口
@handler WebhookHandler
post /api/feishu/webhook(request) returns (response);
//同步飞书分组(现在是get请求)
@handler SyncFeiShuGroupsHandler
get /api/feishu/sync_feishu_departments(request) returns (response);
}