switch(regID)
{
case "00":
- request.open("POST", "https://useast.push.samsungosp.com:8088/spp/pns/api/push", true);
+ request.open("POST", "https://useast.push.samsungosp.com:8090/spp/pns/api/push", true);
break;
case "01":
request.open("POST", "https://uswest.push.samsungosp.com:8088/spp/pns/api/push", true);
break;
case "02":
- request.open("POST", "https://apsoutheast.push.samsungosp.com:8088/spp/pns/api/push", true);
+ request.open("POST", "https://apsoutheast.push.samsungosp.com:8090/spp/pns/api/push", true);
break;
case "03":
- request.open("POST", "https://euwest.push.samsungosp.com:8088/spp/pns/api/push", true);
+ request.open("POST", "https://euwest.push.samsungosp.com:8090/spp/pns/api/push", true);
break;
case "04":
- request.open("POST", "https://apnortheast.push.samsungosp.com:8088/spp/pns/api/push", true);
+ request.open("POST", "https://apnortheast.push.samsungosp.com:8090/spp/pns/api/push", true);
break;
case "05":
- request.open("POST", "https://apkorea.push.samsungosp.com:8088/spp/pns/api/push", true);
+ request.open("POST", "https://apkorea.push.samsungosp.com:8090/spp/pns/api/push", true);
break;
case "06":
- request.open("POST", "https://apchina.push.samsungosp.com.cn:8088/spp/pns/api/push", true);
+ request.open("POST", "https://apchina.push.samsungosp.com.cn:8090/spp/pns/api/push", true);
break;
case "7c":
request.open("POST", "https://175.41.248.50:8088/spp/pns/api/push", true);