搜索结果商品列表接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>搜索结果商品列表接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://api.magicalday.cn/home/search</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>是否必传</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">keyword</td>
<td style="text-align: left;">string</td>
<td>是</td>
<td>搜索关键词</td>
</tr>
<tr>
<td style="text-align: left;">page</td>
<td style="text-align: left;">int</td>
<td>否</td>
<td>第几页</td>
</tr>
<tr>
<td style="text-align: left;">limit</td>
<td style="text-align: left;">int</td>
<td>否</td>
<td>每页数量</td>
</tr>
<tr>
<td style="text-align: left;">sort</td>
<td style="text-align: left;">string</td>
<td>否</td>
<td>排序字段:综合:default、销量:sale、价格正序:price_asc,价格倒序:price_desc,默认按综合</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;:0,
&quot;msg&quot;:&quot;&quot;,
&quot;count&quot;:0,
&quot;data&quot;:{
&quot;list&quot;:[
{
&quot;goods_id&quot;:&quot;67&quot;,
&quot;img&quot;:&quot;https://img.meituan.net/groceryimages/99ae963338f726592db365097280bb38168961.jpg&quot;,
&quot;short_title&quot;:&quot;正宗滇式&quot;,
&quot;selling_price&quot;:&quot;3.99&quot;,
&quot;vip_price&quot;:&quot;0.00&quot;,
&quot;comments_number&quot;:&quot;0&quot;,
&quot;label&quot;:{
&quot;title&quot;:&quot;品牌&quot;,
&quot;color&quot;:&quot;yellow&quot;,
&quot;icon_url&quot;:&quot;&quot;
},
&quot;goods_security&quot;:{
&quot;icon_url&quot;:&quot;https://img.meituan.net/groceryapi/30cd2c6a4514cad6750049461ef2a1ad3710.png&quot;,
&quot;title&quot;:&quot;72小时品质无忧&quot;,
&quot;color&quot;:&quot;red&quot;,
&quot;describe&quot;:&quot;商品送达后72小时内,提供有效凭证后,平台24小时内响应审核退款&quot;
},
&quot;list_ranking&quot;:{
&quot;icon_url&quot;:&quot;xxxxx&quot;,
&quot;title&quot;:&quot;热卖榜第2名&quot;,
&quot;jump_url&quot;:&quot;xxxxxxx&quot;
},
&quot;order_text&quot;:&quot;10人已下单&quot;,
&quot;jump_url&quot;:&quot;DX://detailUrl?goods_id=67&amp;source=&quot;
},
{
&quot;goods_id&quot;:&quot;68&quot;,
&quot;img&quot;:&quot;https://img.meituan.net/groceryimages/ad86c99f7ca8269361bd3a9f87c0bb6f52131.jpg&quot;,
&quot;short_title&quot;:&quot;范德萨范德萨发的&quot;,
&quot;selling_price&quot;:&quot;20.90&quot;,
&quot;vip_price&quot;:&quot;0.00&quot;,
&quot;comments_number&quot;:&quot;0&quot;,
&quot;label&quot;:{
&quot;title&quot;:&quot;品牌&quot;,
&quot;color&quot;:&quot;yellow&quot;,
&quot;icon_url&quot;:&quot;&quot;
},
&quot;goods_security&quot;:{
&quot;icon_url&quot;:&quot;https://img.meituan.net/groceryapi/4be34eb74d8512b679ee16ca410fd4281290.png&quot;,
&quot;title&quot;:&quot;闪电退款&quot;,
&quot;color&quot;:&quot;red&quot;,
&quot;describe&quot;:&quot;诚信用户申请退款,平台审核退款通过后,享受闪电退款到账服务&quot;
},
&quot;list_ranking&quot;:{
&quot;icon_url&quot;:&quot;xxxxx&quot;,
&quot;title&quot;:&quot;热卖榜第2名&quot;,
&quot;jump_url&quot;:&quot;xxxxxxx&quot;
},
&quot;order_text&quot;:&quot;111人已下单&quot;,
&quot;jump_url&quot;:&quot;DX://detailUrl?goods_id=68&amp;source=&quot;
}
]
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">list</td>
<td style="text-align: left;">array</td>
<td>商品列表</td>
</tr>
<tr>
<td style="text-align: left;">list->goods</td>
<td style="text-align: left;">int</td>
<td>商品id</td>
</tr>
<tr>
<td style="text-align: left;">list->img</td>
<td style="text-align: left;">string</td>
<td>商品图片地址</td>
</tr>
<tr>
<td style="text-align: left;">list->short_title</td>
<td style="text-align: left;">string</td>
<td>商品显示标题</td>
</tr>
<tr>
<td style="text-align: left;">list->selling_price</td>
<td style="text-align: left;">string</td>
<td>商品售价</td>
</tr>
<tr>
<td style="text-align: left;">list->vip_price</td>
<td style="text-align: left;">string</td>
<td>vip价格</td>
</tr>
<tr>
<td style="text-align: left;">list->comment_number</td>
<td style="text-align: left;">商品评论数量</td>
</tr>
<tr>
<td style="text-align: left;">list->label</td>
<td style="text-align: left;">array</td>
<td>商品显示的标签</td>
</tr>
<tr>
<td style="text-align: left;">list->goods_security</td>
<td style="text-align: left;">array</td>
<td>商品保障</td>
</tr>
<tr>
<td style="text-align: left;">list->list_ranking</td>
<td style="text-align: left;">array</td>
<td>排行榜单信息</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>