mirror of
https://github.com/easychen/pushdeer.git
synced 2025-01-10 15:05:27 +08:00
commit
ea29e2314b
Binary file not shown.
@ -84,6 +84,8 @@ func GetMINotification(req *PushNotification, pkg string) (*xmpush.Message, erro
|
|||||||
RestrictedPackageName: pkg,
|
RestrictedPackageName: pkg,
|
||||||
Extra: map[string]string{
|
Extra: map[string]string{
|
||||||
"notify_foreground": "1",
|
"notify_foreground": "1",
|
||||||
|
"channel_id": "high_system",
|
||||||
|
"channel_name": "服务提醒",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
if len(req.Tokens) > 0 {
|
if len(req.Tokens) > 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user