We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b094006 commit f1a8a60Copy full SHA for f1a8a60
param.go
@@ -142,7 +142,7 @@ type AndroidPayload struct {
142
// 可选,JSON格式,用户自定义key-value,只对"通知"
143
// (display_type=notification)生效
144
// 可以配合通知到达后,打开App/URL/Activity使用
145
- Extra map[string]string `json:"extra,omitempty"`
+ Extra interface{} `json:"extra,omitempty"`
146
}
147
148
type IosPayload struct {
0 commit comments