我用curl调用这个api,返回如下的错误结果:
curl --include --header "Content-Type: application/json" --header "X-Gizwits-Application-Id: ecb16888bb794c68b15606f8247f3e31" 'http://api.gizwits.com/app/devdata2?product_key=e3cf7332b7834a03a92d9e14a3f6d352&start_ts=1349032093&end_ts=1349042093&name=temp&limit=20&skip=0'
<h3>The page you are looking for is temporarily unavailable. Please try again later.</h3>
<div class="alert"> <h2>Website Administrator</h2> <div class="content"> <p>Something has triggered an error on your website. This is the default error page for <strong>nginx</strong> that is distributed with EPEL. It is located <tt>/usr/share/nginx/html/50x.html</tt></p>
<p>You should customize this error page for your own site or edit the <tt>error_page</tt> directive in the <strong>nginx</strong> configuration file <tt>/etc/nginx/nginx.conf</tt>.</p>
</div> </div>
能不能帮忙看下呢?
|