Skip to content

Commit 1cfeb2b

Browse files
author
amon.hm
committed
多用户功能。
1 parent d464c21 commit 1cfeb2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MagicPwd/src/com/magicpwd/_user/UserPtn.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@ private void loadRes()
365365
try
366366
{
367367
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")));
372372
buf.append("_").append(Char.escape(System.getProperty("os.arch")));
373373
buf.append("_").append(Char.escape(System.getProperty("os.version")));
374374
java.net.URL url = new java.net.URL(buf.toString());

0 commit comments

Comments
 (0)