This commit is contained in:
laodaming 2023-11-06 15:19:08 +08:00
parent 1965692f0f
commit ee06eef1d3

View File

@ -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 {