|
|
@@ -618,7 +618,8 @@ public class Network
|
|
|
// .getSharedPreferences(name + "_Apex_auth", Context.MODE_PRIVATE)
|
|
|
// .getInt("AuthInfoVer", 0);
|
|
|
// parms.putString("auth_ver", ver + "");
|
|
|
- String jstr = getJson("http://192.168.0.130:8080/MyWeb/Test", parms);
|
|
|
+ String jstr = getJson(RedAntApplication.active_address
|
|
|
+ + Network.URL_LOGIN, parms);
|
|
|
/*
|
|
|
* error occur while get authorization info from server. include can not
|
|
|
* reach server , wrong parms ,server get wrong , etc.
|