fix
This commit is contained in:
parent
1965692f0f
commit
ee06eef1d3
|
@ -12,7 +12,7 @@ import "basic.api"
|
||||||
service feishu-sync {
|
service feishu-sync {
|
||||||
//飞书ticket webhook事件接口
|
//飞书ticket webhook事件接口
|
||||||
@handler WebhookHandler
|
@handler WebhookHandler
|
||||||
post /api/feishu/webhook (WebhookReq) returns (response);
|
post /api/feishu/webhook(WebhookReq) returns (response);
|
||||||
}
|
}
|
||||||
|
|
||||||
type WebhookReq {
|
type WebhookReq {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user