From e1770173ef435c8686a2b5fb14da91462d288ddc Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Wed, 12 Apr 2023 15:46:29 +0800 Subject: [PATCH] getui --- internal/push/getui/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/push/getui/push.go b/internal/push/getui/push.go index a583dcbc7..6182a4bea 100644 --- a/internal/push/getui/push.go +++ b/internal/push/getui/push.go @@ -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"` }