Ejemplo n.º 1
0
 public function verify()
 {
     $voice_configs['appid'] = $this->appid;
     $voice_configs['appkey'] = $this->appkey;
     if ($this->sign_type != '') {
         $voice_configs['sign_type'] = $this->sign_type;
     }
     $voice = new voice($voice_configs);
     return $voice->verify($this->buildRequest());
 }