public function ajaxReturnError()
 {
     $data = array('status' => 0, 'info' => '验证码错误');
     Common::ajaxReturn($data);
 }