This commit is contained in:
wangchuxiao 2023-04-12 15:46:29 +08:00
parent c73ce45e9e
commit e1770173ef

View File

@ -112,7 +112,7 @@ type Notification struct {
Title string `json:"title"`
Body string `json:"body"`
ChannelID string `json:"channel_id"`
ChannelName string `json:"Channel_name"`
ChannelName string `json:"channel_name"`
ClickType string `json:"click_type"`
}