//尝试登录,准备传递的参数值
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");