Skip to content

Commit c346064

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ private void loadRes()
367367
StringBuilder buf = new StringBuilder();
368368
buf.append("http://mpwd.sinaapp.com/bar.php?v=").append(ConsEnv.VERSIONS);
369369
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")));
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)