Skip to content

Commit eab5be7

Browse files
author
夜色
committed
mpush -> 0.0.4
1 parent 5df9c16 commit eab5be7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/shinemo/mpush/alloc/PushHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ private void sendPush(String userId, String hello) {
8383

8484
pushSender.send(PushContext
8585
.build(pushMsg)
86+
.setUserId(userId)
8687
.setCallback(new PushCallback() {
8788
@Override
8889
public void onResult(PushResult result) {

0 commit comments

Comments
 (0)