fix
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
)
|
||||
|
||||
type WebhookReq struct {
|
||||
Schema string `json:"schema"`
|
||||
Header map[string]interface{} `json:"header"`
|
||||
Event map[string]interface{} `json:"event"`
|
||||
Schema string `json:"schema,optional"`
|
||||
Header map[string]interface{} `json:"header,optional"`
|
||||
Event map[string]interface{} `json:"event,optional"`
|
||||
Challenge string `json:"challenge,optional"` //设置飞书通知接口验证用
|
||||
Type string `json:"type,optional"` //设置飞书通知接口验证用
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user