From c73ce45e9e8cd62a1ccab811c19b8ed0d679b534 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Wed, 12 Apr 2023 15:34:15 +0800 Subject: [PATCH] fix getui req --- internal/push/getui/push.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/push/getui/push.go b/internal/push/getui/push.go index 0fc8ce5aa..a583dcbc7 100644 --- a/internal/push/getui/push.go +++ b/internal/push/getui/push.go @@ -111,8 +111,8 @@ type Android struct { type Notification struct { Title string `json:"title"` Body string `json:"body"` - ChannelID string `json:"channelID"` - ChannelName string `json:"ChannelName"` + ChannelID string `json:"channel_id"` + ChannelName string `json:"Channel_name"` ClickType string `json:"click_type"` }