Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/264.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 雅虎竞拍竞拍api url_Php_Yahoo Api - Fatal编程技术网

Php 雅虎竞拍竞拍api url

Php 雅虎竞拍竞拍api url,php,yahoo-api,Php,Yahoo Api,我在拍卖网站工作,使用雅虎日本拍卖API。我有一个搜索和产品详细信息页面API URL。但我不知道如何使用API为yahoo出价 这并不指导如何使用API为雅虎拍卖出价。我花了更多的时间来搜索这个流,但没有用 我正在尝试这个代码 <form action="http://bid11.auctions.yahoo.co.jp/jp/config/placebid" method="post" onsubmit="disabledSubmit(this)"> <input t

我在拍卖网站工作,使用雅虎日本拍卖API。我有一个搜索和产品详细信息页面API URL。但我不知道如何使用API为yahoo出价

这并不指导如何使用API为雅虎拍卖出价。我花了更多的时间来搜索这个流,但没有用

我正在尝试这个代码

<form action="http://bid11.auctions.yahoo.co.jp/jp/config/placebid" method="post" onsubmit="disabledSubmit(this)">
   <input type="hidden" name="Partial" value="0">
   <input type="hidden" name="ItemID" value="n121912467">
   <input type="hidden" name="login" value="suresh_3971">
   <input type="hidden" name="cc" value="jp">
   <input type="hidden" name="Quantity" value="1">
   <input type="hidden" name="Bid" value="15,500">
   <input type="hidden" name="bidType" value="">
   <input type="hidden" name="a" value="dj0zaiZpPU9jRE5IdWYyQVFOaCZkPVlXazlaVlp6UmxGTE5XRW1jR285TUEtLSZzPWNvbnN1bWVyc2VjcmV0Jng9M2M-">
   <input type="hidden" name="u" value="">
   <input type="submit" value="submit">
</form>


如何使用API竞标雅虎拍卖?

您好,您找到解决方案了吗?