File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
MagicPwd/src/com/magicpwd/_user Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -365,10 +365,10 @@ private void loadRes()
365
365
try
366
366
{
367
367
StringBuilder buf = new StringBuilder ();
368
- buf .append (ConsEnv .HOMEPAGE );
369
- buf .append ("mpwd/mpwd0001.ashx?sid =" ).append (ConsEnv . VERSIONS );
370
- buf .append ("&uri =" ).append (MpwdMdl .getAppGuid ());
371
- buf .append ("&opt =" ).append (Char .escape (System .getProperty ("os.name" )));
368
+ buf .append ("http://mpwd.sinaapp.com/bar.php?v=" ). append ( ConsEnv .VERSIONS );
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" )));
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