File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
MagicPwd/src/com/magicpwd/_user Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -367,8 +367,8 @@ private void loadRes()
367
367
StringBuilder buf = new StringBuilder ();
368
368
buf .append ("http://mpwd.sinaapp.com/bar.php?v=" ).append (ConsEnv .VERSIONS );
369
369
buf .append ("&k=" ).append (MpwdMdl .getAppGuid ());
370
- buf .append ("&v =" ).append (MpwdMdl .getRunMode ());
371
- buf .append ("&o =" ).append (Char .escape (System .getProperty ("os.name" )));
370
+ buf .append ("&m =" ).append (MpwdMdl .getRunMode ());
371
+ buf .append ("&p =" ).append (Char .escape (System .getProperty ("os.name" )));
372
372
buf .append ("_" ).append (Char .escape (System .getProperty ("os.arch" )));
373
373
buf .append ("_" ).append (Char .escape (System .getProperty ("os.version" )));
374
374
java .net .URL url = new java .net .URL (buf .toString ());
You can’t perform that action at this time.
0 commit comments