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 c1bd710 commit 79e13b9Copy full SHA for 79e13b9
src/cn/jpush/api/push/PushClient.java
@@ -19,7 +19,7 @@
19
* Can be used directly.
20
*/
21
public class PushClient {
22
- public static final String HOST_NAME_SSL = "https://api.jpush.cn:19688";
+ public static final String HOST_NAME_SSL = "https://api.jpush.cn";
23
public static final String PUSH_PATH = "/v3/push";
24
25
private final NativeHttpClient _httpClient;
0 commit comments