芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/plugins/wp-automatic/test_ebay.php
access_token); //curl get $x='error'; $url='https://api.ebay.com/buy/browse/v1/item_summary/search?q=drone&limit=3'; curl_setopt($ch, CURLOPT_HTTPGET, 1); curl_setopt($ch, CURLOPT_URL, wp_automatic_trim($url)); curl_setopt($ch,CURLOPT_HTTPHEADER, array( 'Authorization:Bearer '.$access_token)); $exec=curl_exec($ch); $x=curl_error($ch); echo '
'; print_r(json_decode($exec));