We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853a097 commit 8ef8dd9Copy full SHA for 8ef8dd9
src/test/java/cn/jpush/api/BaseTest.java
@@ -5,7 +5,7 @@
5
public abstract class BaseTest {
6
7
protected static final String APP_KEY = "d4ee2375846bc30fa51334f5";
8
- protected static final String MASTER_SECRET = "f88f9b289c3f681eef0b95ee";
+ protected static final String MASTER_SECRET = "1bdab6d2cb99727cf768cc9c";
9
protected static final String GROUP_MASTER_SECRET = "b11314807507e2bcfdeebe2e";
10
protected static final String GROUP_PUSH_KEY = "2c88a01e073a0fe4fc7b167c";
11
0 commit comments