* @param args
* @throws Exception
*/
public static void main(String[] args) throws Exception {
WeiBoGetRepostListParamBean paramBean = new WeiBoGetRepostListParamBean();
paramBean.setAccessToken("138F0112CC9B350B8AE00899CB47D489");
paramBean.setOpenId("2D78AAACEAF41021180BEAA2A47871B8");
paramBean.setFlag("1");
paramBean.setRootId("63205035830588");
paramBean.setPageFlag("0");
paramBean.setPageTime("0");
paramBean.setReqNum("100");
paramBean.setTwitterId("0");
WeiBoGetRepostList getRepostList = new WeiBoGetRepostList();
getRepostList.getRepostList(paramBean);