diff --git a/server_api/feishu-sync.api b/server_api/feishu-sync.api index 5bd5e0fe..08803662 100644 --- a/server_api/feishu-sync.api +++ b/server_api/feishu-sync.api @@ -12,7 +12,7 @@ import "basic.api" service feishu-sync { //飞书ticket webhook事件接口 @handler WebhookHandler - post /api/feishu/webhook (WebhookReq) returns (response); + post /api/feishu/webhook(WebhookReq) returns (response); } type WebhookReq {