/**
  * 生存验证码
  */
 public function execute($request)
 {
     $captcha = Util_Captcha::getInstance();
     $captcha->display(70, 30);
 }