curl_setopt($ch, CURLOPT_HTTPHEADER, array( 'X-abc-AUTH: 123456789' // you can replace this with your $auth variable ));
確定! 回上一頁