Update doc

This commit is contained in:
JoshLipan 2019-04-09 18:21:14 +08:00 committed by GitHub
parent 72407b0b9c
commit ee3e6b9e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -577,5 +577,6 @@ window.JPush.getUserNotificationSettings(function(result) {
// 系统设置中已关闭应用推送。
} else if(result > 0) {
// 系统设置中打开了应用推送。
})
}
})
```