js_ver:10038
login_sig:a4YzJkO9z19WM0-M6fZ9rRGyo7QhwGz7GjiQW4MiSdxldWj9uNf8D9D1DAZNlMqF
*/
//尝试登录,准备传递的参数值
QQHttpRequest req = createHttpRequest("GET", QQConstants.URL_UI_LOGIN);
req.addGetValue("u", username);
req.addGetValue("p", QQEncryptor.encrypt(uin, password, verifyCode));
req.addGetValue("verifycode", verifyCode);
req.addGetValue("webqq_type", "10");
req.addGetValue("remember_uin","1");
req.addGetValue("login2qq", "1");
req.addGetValue("aid", "1003903");
req.addGetValue("u1", "http://web.qq.com/loginproxy.html?login2qq=1&webqq_type=10");
req.addGetValue("h", "1");
req.addGetValue("ptredirect", "0");
req.addGetValue("ptlang", "2052");
req.addGetValue("daid", "164");
req.addGetValue("from_ui", "1");
req.addGetValue("pttype", "1");
req.addGetValue("dumy", "");
req.addGetValue("fp", "loginerroralert");
req.addGetValue("action", "4-28-1632882");
req.addGetValue("mibao_css", "m_webqq");
req.addGetValue("t", "1");
req.addGetValue("g", "1");
req.addGetValue("js_type", "0");
req.addGetValue("js_ver", "10038");
req.addGetValue("login_sig", getContext().getSession().getLoginSig());
req.addHeader("Referer", QQConstants.REFFER);
return req;
}