This commit is contained in:
laodaming
2023-11-08 15:17:48 +08:00
parent 3641a40a69
commit 1b77cb2ec2
13 changed files with 0 additions and 593 deletions

View File

@@ -1,16 +0,0 @@
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);
}