コード例 #1
0
ファイル: Base.php プロジェクト: a2way-com/athenaeum
 public function post($uri, array $data = array(), array $headers = array())
 {
     $headers['authtoken'] = 'at';
     return parent::post($uri, $data, $headers);
 }