8000 推送url修改 · MOBX/mobpush-api-java-client@8b1cbba · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b1cbba

Browse files
committed
推送url修改
1 parent 3433802 commit 8b1cbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/mob/push/api/push/PushClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public String createPushByDefaultCustom(String workno, String content) throws Ap
5757
* @throws ApiException
5858
*/
5959
public String sendPush(PushWork pushWork) throws ApiException{
60-
String path = MobPushConfig.pushUrl + "/push";
60+
String path = MobPushConfig.pushUrl + "/v2/push";
6161
if(pushWork.getAppkey() == null){
6262
pushWork.setAppkey(MobPushConfig.appkey);
6363
}

0 commit comments

Comments
 (0)
0