File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ public class BaseURL {
55 public static String HOST_NAME_SSL = "https://api.jpush.cn:443" ;
66 public static String HOST_NAME = "http://api.jpush.cn:8800" ;
77
8- protected static final String ALL_PATH = "/sendmsg/ v2/sendmsg " ; //全功能,发送地址
9- protected static final String SIMPLE_CUSTOM_PATH = "/sendmsg/ v2/custom_message" ; //简易接口,自定义消息
10- protected static final String SIMPLE_NOTIFICATION_PATH = "/sendmsg/ v2/notification" ; //简易接口,自定义通知
8+ protected static final String ALL_PATH = "/v2/push " ; //全功能接口
9+ protected static final String SIMPLE_CUSTOM_PATH = "/v2/custom_message" ; //简易接口,自定义消息
10+ protected static final String SIMPLE_NOTIFICATION_PATH = "/v2/notification" ; //简易接口,自定义通知
1111
1212 private static String getHostname (boolean enableSSL ) {
1313 return enableSSL ? HOST_NAME_SSL :HOST_NAME ;
You can’t perform that action at this time.
0 commit comments