From ee3e6b9e75b9d4d14727bcb3cd80bfc78e373d85 Mon Sep 17 00:00:00 2001 From: JoshLipan <542938192@qq.com> Date: Tue, 9 Apr 2019 18:21:14 +0800 Subject: [PATCH] Update doc --- doc/Common_detail_api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Common_detail_api.md b/doc/Common_detail_api.md index 7e56879..61fd96d 100644 --- a/doc/Common_detail_api.md +++ b/doc/Common_detail_api.md @@ -577,5 +577,6 @@ window.JPush.getUserNotificationSettings(function(result) { // 系统设置中已关闭应用推送。 } else if(result > 0) { // 系统设置中打开了应用推送。 - }) + } + }) ```