|
|
@ -133,7 +133,7 @@ public class AppMaster {
|
|
|
|
postParams.add(new Pair<String, String>("bootTime", Long.toString(getBootTime())));
|
|
|
|
postParams.add(new Pair<String, String>("bootTime", Long.toString(getBootTime())));
|
|
|
|
postParams.add(new Pair<String, String>("i1Version", mService.getMpAppVersion()));
|
|
|
|
postParams.add(new Pair<String, String>("i1Version", mService.getMpAppVersion()));
|
|
|
|
postParams.add(new Pair<String, String>("maintainVersion", mService.getMasterAppVersion()));
|
|
|
|
postParams.add(new Pair<String, String>("maintainVersion", mService.getMasterAppVersion()));
|
|
|
|
|
|
|
|
|
|
|
|
// postParams(httpURLConnection.getOutputStream(), postParams);
|
|
|
|
// postParams(httpURLConnection.getOutputStream(), postParams);
|
|
|
|
buildParams(httpURLConnection.getOutputStream(), postParams);
|
|
|
|
buildParams(httpURLConnection.getOutputStream(), postParams);
|
|
|
|
httpURLConnection.connect();
|
|
|
|
httpURLConnection.connect();
|
|
|
|