fix
This commit is contained in:
parent
1965692f0f
commit
ee06eef1d3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user