Format doc.

This commit is contained in:
Hevin 2016-07-21 16:34:07 +08:00
parent 0c6450231b
commit 9cc27db799

View File

@ -87,12 +87,12 @@ JPush SDK 会恢复正常的默认行为。(因为保存在本地的状态数
#### 代码示例
window.plugins.jPushPlugin.isPushStopped(function (result) {
if (result == 0) {
if (result == 0) {
// 开启
} else {
} else {
// 关闭
}
})
}
})
## 获取 RegistrationID