Package iqq.im.http

Examples of iqq.im.http.QQHttpRequest.addGetValue()


    req.addGetValue("c3", "0");
    req.addGetValue("st", "0");
   
   
    req.addGetValue("pg", buddy.getCurrentPage() + "");
    req.addGetValue("perpage", buddy.getPageSize() + "");
    req.addGetValue("all", buddy.getKeyStr());
   
   
    req.addGetValue("vfwebqq", session.getVfwebqq());
    req.addGetValue("t", System.currentTimeMillis() / 1000 + "");
View Full Code Here


    req.addGetValue("st", "0");
   
   
    req.addGetValue("pg", buddy.getCurrentPage() + "");
    req.addGetValue("perpage", buddy.getPageSize() + "");
    req.addGetValue("all", buddy.getKeyStr());
   
   
    req.addGetValue("vfwebqq", session.getVfwebqq());
    req.addGetValue("t", System.currentTimeMillis() / 1000 + "");
    req.addGetValue("type", 1 + "");
View Full Code Here

    req.addGetValue("pg", buddy.getCurrentPage() + "");
    req.addGetValue("perpage", buddy.getPageSize() + "");
    req.addGetValue("all", buddy.getKeyStr());
   
   
    req.addGetValue("vfwebqq", session.getVfwebqq());
    req.addGetValue("t", System.currentTimeMillis() / 1000 + "");
    req.addGetValue("type", 1 + "");
    req.addGetValue("vfcode", "");   
   
    return req;   
View Full Code Here

    req.addGetValue("perpage", buddy.getPageSize() + "");
    req.addGetValue("all", buddy.getKeyStr());
   
   
    req.addGetValue("vfwebqq", session.getVfwebqq());
    req.addGetValue("t", System.currentTimeMillis() / 1000 + "");
    req.addGetValue("type", 1 + "");
    req.addGetValue("vfcode", "");   
   
    return req;   
  }
View Full Code Here

    req.addGetValue("all", buddy.getKeyStr());
   
   
    req.addGetValue("vfwebqq", session.getVfwebqq());
    req.addGetValue("t", System.currentTimeMillis() / 1000 + "");
    req.addGetValue("type", 1 + "");
    req.addGetValue("vfcode", "");   
   
    return req;   
  }
 
View Full Code Here

   
   
    req.addGetValue("vfwebqq", session.getVfwebqq());
    req.addGetValue("t", System.currentTimeMillis() / 1000 + "");
    req.addGetValue("type", 1 + "");
    req.addGetValue("vfcode", "");   
   
    return req;   
  }
 
  /** {@inheritDoc} */
 
View Full Code Here

  protected QQHttpRequest onBuildRequest() throws QQException, JSONException {
    QQSession session = getContext().getSession();
    // tuin=4245757755&verifysession=&type=1&code=&vfwebqq=**&t=1361631644492
    QQHttpRequest req = createHttpRequest("GET",
        QQConstants.URL_GET_USER_ACCOUNT);
    req.addGetValue("tuin", buddy.getUin() + "");
    req.addGetValue("vfwebqq", session.getVfwebqq());
    req.addGetValue("t", System.currentTimeMillis() / 1000 + "");
    req.addGetValue("verifysession", ""); // 验证码??
    req.addGetValue("type", 1 + "");
    req.addGetValue("code", "");
View Full Code Here

    QQSession session = getContext().getSession();
    // tuin=4245757755&verifysession=&type=1&code=&vfwebqq=**&t=1361631644492
    QQHttpRequest req = createHttpRequest("GET",
        QQConstants.URL_GET_USER_ACCOUNT);
    req.addGetValue("tuin", buddy.getUin() + "");
    req.addGetValue("vfwebqq", session.getVfwebqq());
    req.addGetValue("t", System.currentTimeMillis() / 1000 + "");
    req.addGetValue("verifysession", ""); // 验证码??
    req.addGetValue("type", 1 + "");
    req.addGetValue("code", "");

View Full Code Here

    // tuin=4245757755&verifysession=&type=1&code=&vfwebqq=**&t=1361631644492
    QQHttpRequest req = createHttpRequest("GET",
        QQConstants.URL_GET_USER_ACCOUNT);
    req.addGetValue("tuin", buddy.getUin() + "");
    req.addGetValue("vfwebqq", session.getVfwebqq());
    req.addGetValue("t", System.currentTimeMillis() / 1000 + "");
    req.addGetValue("verifysession", ""); // 验证码??
    req.addGetValue("type", 1 + "");
    req.addGetValue("code", "");

    req.addHeader("Referer", QQConstants.REFFER);
View Full Code Here

    QQHttpRequest req = createHttpRequest("GET",
        QQConstants.URL_GET_USER_ACCOUNT);
    req.addGetValue("tuin", buddy.getUin() + "");
    req.addGetValue("vfwebqq", session.getVfwebqq());
    req.addGetValue("t", System.currentTimeMillis() / 1000 + "");
    req.addGetValue("verifysession", ""); // 验证码??
    req.addGetValue("type", 1 + "");
    req.addGetValue("code", "");

    req.addHeader("Referer", QQConstants.REFFER);
    return req;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.