fix #2860 migrate jpns to jpush (#2861)

This commit is contained in:
Wiky Lyu
2024-11-19 09:59:21 +08:00
committed by GitHub
parent 8471a0ef3b
commit 1df49ee718
6 changed files with 15 additions and 15 deletions
@@ -64,7 +64,7 @@ func (n *Notification) SetExtras(extras map[string]string) {
}
func (n *Notification) SetAndroidIntent(pushConf *config.Push) {
n.Android.Intent.URL = pushConf.JPNS.PushIntent
n.Android.Intent.URL = pushConf.JPush.PushIntent
}
func (n *Notification) IOSEnableMutableContent() {