kiotviet #11
|
@ -38,9 +38,9 @@ type UnregisterWebhookReq struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type WebhookBody struct {
|
type WebhookBody struct {
|
||||||
ID string `json:"Id"`
|
ID string `json:"Id"`
|
||||||
Attempt int `json:"Attempt"`
|
Attempt int `json:"Attempt"`
|
||||||
Notifications WebhookNotification `json:"Notifications"`
|
Notifications []WebhookNotification `json:"Notifications"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type WebhookNotification struct {
|
type WebhookNotification struct {
|
||||||
|
|
Loading…
Reference in New Issue