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 95a9e55 commit b094006Copy full SHA for b094006
param.go
@@ -137,12 +137,12 @@ type AndroidPayload struct {
137
// 当display_type=notification且
138
// after_open=go_custom时,必填
139
Custom interface{} `json:"custom,omitempty"`
140
-
141
- // 可选,JSON格式,用户自定义key-value,只对"通知"
142
- // (display_type=notification)生效
143
- // 可以配合通知到达后,打开App/URL/Activity使用
144
- Extra map[string]string `json:"extra,omitempty"`
145
} `json:"body"`
+
+ // 可选,JSON格式,用户自定义key-value,只对"通知"
+ // (display_type=notification)生效
+ // 可以配合通知到达后,打开App/URL/Activity使用
+ Extra map[string]string `json:"extra,omitempty"`
146
}
147
148
type IosPayload struct {
0 commit comments