Skip to content

Commit a88416d

Browse files
committed
update apis
1 parent 01c6b56 commit a88416d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documents/APIs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ JPush jpush = new JPush();
5757
jpush.setup(
5858
appKey: "替换成你自己的 appKey",
5959
channel: "theChannel",
60-
production: false
60+
production: false,
61+
debug: false, // 设置是否打印 debug 日志
6162
);
6263
```
6364

0 commit comments

Comments
 (0)