This commit is contained in:
laodaming
2023-11-06 14:59:23 +08:00
parent 09fcd6c7ab
commit fd86cccdf2
4 changed files with 26 additions and 11 deletions

View File

@@ -16,10 +16,12 @@ service feishu-sync {
}
type TicketWebhookReq {
Ts string `json:"ts"` //webhook时间
Uuid string `json:"uuid"` //事件唯一标识
Token string `json:"token"` //即Verification Token
Event Event `json:"event"` //事件
Ts string `json:"ts"` //webhook时间
Uuid string `json:"uuid"` //事件唯一标识
Token string `json:"token"` //即Verification Token
Event Event `json:"event"` //事件
Challenge string `json:"challenge"` //设置飞书通知接口验证用
Type string `json:"type"` //设置飞书通知接口验证用
}
type Event {