Skip to content

Commit 095372e

Browse files
KenChoiKenChoi
authored andcommitted
Updated ReadMe
1 parent 8591d12 commit 095372e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
> 以下片断来自项目代码里的文件:example / cn.jpush.api.examples.PushExample
115115
116116
```Java
117-
JPushClient jpushClient = new JPushClient(masterSecret, appKey, 3);
117+
JPushClient jpushClient = new JPushClient(MASTER_SECRET, APP_KEY, null, ClientConfig.getInstance());
118118

119119
// For push, all you need do is to build PushPayload object.
120120
PushPayload payload = buildPushObject_all_all_alert();

0 commit comments

Comments
 (0)