This commit is contained in:
laodaming
2023-11-09 14:30:06 +08:00
parent 6b44eb780d
commit 892509b5db
10 changed files with 508 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
syntax = "v1"
info (
title: "飞书同步服务"// TODO: add title
desc: // TODO: add description
author: ""
email: ""
)
import "basic.api"
service feishu-sync {
//飞书ticket webhook事件接口
@handler WebhookHandler
post /api/feishu/webhook(request) returns (response);
}