示例#1
0
 public function get($uri, array $headers = array())
 {
     $headers['authtoken'] = 'at';
     return parent::get($uri, $headers);
 }