|
@@ -9,7 +9,7 @@ public class PayPush {
|
|
|
String url = "https://fc-mp-20ccbe79-10f8-41d7-a06c-c42581f351c1.next.bspapp.com/push?cid="+cid+
|
|
String url = "https://fc-mp-20ccbe79-10f8-41d7-a06c-c42581f351c1.next.bspapp.com/push?cid="+cid+
|
|
|
"&title="+title+"&content="+content+"&payload="+body;
|
|
"&title="+title+"&content="+content+"&payload="+body;
|
|
|
String res="";
|
|
String res="";
|
|
|
- res = HttpUtil.get(url);
|
|
|
|
|
|
|
+// res = HttpUtil.get(url);
|
|
|
//JSONObject jsonObject = JSON.parseObject(res);
|
|
//JSONObject jsonObject = JSON.parseObject(res);
|
|
|
System.out.println("=========================1111111111111111"+res);
|
|
System.out.println("=========================1111111111111111"+res);
|
|
|
}
|
|
}
|
|
@@ -18,7 +18,7 @@ public class PayPush {
|
|
|
String url = "https://fc-mp-20ccbe79-10f8-41d7-a06c-c42581f351c1.next.bspapp.com/msdqspush?cid="+cid+
|
|
String url = "https://fc-mp-20ccbe79-10f8-41d7-a06c-c42581f351c1.next.bspapp.com/msdqspush?cid="+cid+
|
|
|
"&title="+title+"&content="+content+"&payload="+body+"&sound=pushsound.caf";
|
|
"&title="+title+"&content="+content+"&payload="+body+"&sound=pushsound.caf";
|
|
|
String res="";
|
|
String res="";
|
|
|
- res = HttpUtil.get(url);
|
|
|
|
|
|
|
+// res = HttpUtil.get(url);
|
|
|
//JSONObject jsonObject = JSON.parseObject(res);
|
|
//JSONObject jsonObject = JSON.parseObject(res);
|
|
|
System.out.println("=========================用户推送"+res);
|
|
System.out.println("=========================用户推送"+res);
|
|
|
}
|
|
}
|
|
@@ -28,7 +28,7 @@ public class PayPush {
|
|
|
String url = "https://fc-mp-20ccbe79-10f8-41d7-a06c-c42581f351c1.next.bspapp.com/msdsjpush?cid="+cid+
|
|
String url = "https://fc-mp-20ccbe79-10f8-41d7-a06c-c42581f351c1.next.bspapp.com/msdsjpush?cid="+cid+
|
|
|
"&title="+title+"&content="+content+"&payload="+body;
|
|
"&title="+title+"&content="+content+"&payload="+body;
|
|
|
String res="";
|
|
String res="";
|
|
|
- res = HttpUtil.get(url);
|
|
|
|
|
|
|
+// res = HttpUtil.get(url);
|
|
|
//JSONObject jsonObject = JSON.parseObject(res);
|
|
//JSONObject jsonObject = JSON.parseObject(res);
|
|
|
System.out.println("=========================商家推送"+res);
|
|
System.out.println("=========================商家推送"+res);
|
|
|
}
|
|
}
|