Iterator<Map.Entry<Long, ShopTaobaoInfo>> it = loginInfo.getShopMap()
.entrySet().iterator();
while (it.hasNext()) {
Entry<Long, ShopTaobaoInfo> entry = it.next();
ShopTaobao shop = entry.getValue().getShopTaobao();
TaoSession token = entry.getValue().getToken();
}