@Override
 public MenuAndAtom getMenuAndAtom(String mobile, String productKey, String ecCode) {
   // TODO Auto-generated method stub
   MenuAndAtom menuAndAtom = iMenuAndAtomServices.getMenuAndAtom(mobile, productKey, ecCode);
   // 发起一个请求,发送流量统计数据
   return menuAndAtom;
 }
 @Override
 public MenuAndAtom getMenuAndAtom(String mobile, String productKey, String ecCode, String imsi) {
   // TODO Auto-generated method stub
   MenuAndAtom menuAndAtom = iMenuAndAtomServices.getMenuAndAtom(mobile, productKey, ecCode, imsi);
   // 发起一个请求,发送流量统计数据
   // FlowUtil.sendCount();
   return menuAndAtom;
 }