Examples of QqCheckPageFans


Examples of com.qq.open.qzone.fans.QqCheckPageFans

   
    bean.setOpenId("2D78AAACEAF41021180BEAA2A47871B8");
   
    bean.setQzoneQq("123456");
   
    QqCheckPageFans fans = new QqCheckPageFans();
   
    QqCheckPageFansResultBean resultBean = fans.checkPaeFans(bean);
   
    System.out.println("粉丝:" + resultBean.getIsFans());
  }
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.