|
|
@@ -161,7 +161,7 @@ public class CaptureResultActivity extends Activity {
|
|
|
}));*/
|
|
|
String url = null;
|
|
|
url = CommonUtil.getSharedPreferences(MyApplication.getInstance(), "erp_baseurl")+"common/checkQrcodeScan.action";
|
|
|
-// url = "http://192.168.253.6/ERP/"+"common/checkQrcodeScan.action";
|
|
|
+// url = "http://192.168.253.63:8080/ERP/"+"common/checkQrcodeScan.action";
|
|
|
String em_code = CommonUtil.getSharedPreferences(MyApplication.getInstance(), "erp_username");
|
|
|
String sob = CommonUtil.getSharedPreferences(MyApplication.getInstance(), "erp_master");
|
|
|
String password = CommonUtil.getSharedPreferences(MyApplication.getInstance(), "user_password");
|