/**
  * identifyingCodeAction 
  * 生成验证码异步
  * @access public
  * @return void
  */
 public function gernateIdetifyingCodeAction()
 {
     $identifyingCodeBoImpl = new IdentifyingCodeBoImpl();
     $identifyingCodeBoImpl->gernate();
     die;
 }