feat(vendor): update go-fcm package.

This commit is contained in:
Bo-Yi Wu
2018-08-23 22:15:30 +08:00
parent b4daa36890
commit 880752d88c
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ var (
type Notification struct {
Title string `json:"title,omitempty"`
Body string `json:"body,omitempty"`
ChannelId string `json:"android_channel_id, omitempty"`
ChannelID string `json:"android_channel_id,omitempty"`
Icon string `json:"icon,omitempty"`
Sound string `json:"sound,omitempty"`
Badge string `json:"badge,omitempty"`