mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
push modify
This commit is contained in:
parent
8f483b498b
commit
e88f41323f
@ -9,7 +9,9 @@ type Notification struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Android struct {
|
type Android struct {
|
||||||
Intent string `json:"intent,omitempty"`
|
Intent struct {
|
||||||
|
URL string `json:"url,omitempty"`
|
||||||
|
} `json:"intent,omitempty"`
|
||||||
}
|
}
|
||||||
type Ios struct {
|
type Ios struct {
|
||||||
}
|
}
|
||||||
@ -18,5 +20,5 @@ func (n *Notification) SetAlert(alert string) {
|
|||||||
n.Alert = alert
|
n.Alert = alert
|
||||||
}
|
}
|
||||||
func (n *Notification) SetAndroidIntent() {
|
func (n *Notification) SetAndroidIntent() {
|
||||||
n.Android.Intent = config.Config.Push.Jpns.PushIntent
|
n.Android.Intent.URL = config.Config.Push.Jpns.PushIntent
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user