|
|
|
@ -271,7 +271,7 @@ public class AppMaster {
|
|
|
|
|
httpURLConnection = (HttpURLConnection) url.openConnection();
|
|
|
|
|
httpURLConnection.setConnectTimeout(15000);
|
|
|
|
|
httpURLConnection.setReadTimeout(15000);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
httpURLConnection.setRequestMethod("POST");
|
|
|
|
|
} catch (Exception ex) {
|
|
|
|
|