Ejemplo n.º 1
0
 protected function getSign()
 {
     $sign = $_REQUEST['sign'];
     session('sign', $sign);
     $yott = new yott();
     $decode = $yott->decodeSign($sign);
     $result = $this->VerifiStr($decode);
     return $result;
 }