Skip to content

Commit 00c6e89

Browse files
author
TC130精神扰乱装置
authored
Merge pull request #733 from jpush/dev
android-修改返回registerID
2 parents fba3170 + 05cf1b3 commit 00c6e89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/src/main/java/cn/jiguang/plugins/push/common/JConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class JConstants {
44

55
public static final String DEBUG = "debug";
66

7-
public static final String REGISTRATION_ID = "registrationID";
7+
public static final String REGISTRATION_ID = "registerID";
88

99
public static final String CODE = "code";
1010
public static final String CHANNEL = "channel";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"license": "ISC",
77
"author": "wicked.tc130",
8-
"version": "2.6.5",
8+
"version": "2.6.6",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/jpush/jpush-react-native"

0 commit comments

Comments
 (0)