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