|
@@ -19,8 +19,8 @@ import java.util.Map;
|
|
|
|
|
|
public class JiGuangPushUtil {
|
|
public class JiGuangPushUtil {
|
|
|
|
|
|
- public static final String appKey = "fbc137cbff6b28ad75b1b094";
|
|
|
|
- public static final String masterSecret = "1742b1c769ad18a34c187032";
|
|
|
|
|
|
+ public static final String appKey = "16923dfd41dfa5d0f3ab543e";
|
|
|
|
+ public static final String masterSecret = "0c5673f8c9bf61925228bff8";
|
|
|
|
|
|
//两个参数分别填写你申请的masterSecret和appKey
|
|
//两个参数分别填写你申请的masterSecret和appKey
|
|
private static JPushClient jPushClient = new JPushClient(masterSecret, appKey);
|
|
private static JPushClient jPushClient = new JPushClient(masterSecret, appKey);
|