Skip to content

Commit 79e13b9

Browse files
author
Javen
committed
Fix special test port
1 parent c1bd710 commit 79e13b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cn/jpush/api/push/PushClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Can be used directly.
2020
*/
2121
public class PushClient {
22-
public static final String HOST_NAME_SSL = "https://api.jpush.cn:19688";
22+
public static final String HOST_NAME_SSL = "https://api.jpush.cn";
2323
public static final String PUSH_PATH = "/v3/push";
2424

2525
private final NativeHttpClient _httpClient;

0 commit comments

Comments
 (0)