爱莉希雅社区团购

11


商品详情

<p><strong>简要描述:</strong></p> <ul> <li>商品详情</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>https://api-hmugo-web.itheima.net/api/public/v1/goods/detail</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET</li> </ul> <p><strong>参数:</strong></p> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>goods_id</td> <td>是</td> <td>number</td> <td>商品id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;message&amp;quot;: { &amp;quot;goods_id&amp;quot;: 8888, &amp;quot;cat_id&amp;quot;: 1085, &amp;quot;goods_name&amp;quot;: &amp;quot;spike 经典武士大马士革直刀(微型) 户外野营直刀 收藏礼品刀 饰品刀具&amp;quot;, &amp;quot;goods_price&amp;quot;: 500, &amp;quot;goods_number&amp;quot;: 100, &amp;quot;goods_weight&amp;quot;: 100, &amp;quot;goods_introduce&amp;quot;: &amp;quot;富文本内容&amp;quot;, &amp;quot;goods_state&amp;quot;: 2, &amp;quot;is_del&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;add_time&amp;quot;: 1516361489, &amp;quot;upd_time&amp;quot;: 1516361489, &amp;quot;delete_time&amp;quot;: null, &amp;quot;hot_mumber&amp;quot;: 0, &amp;quot;is_promote&amp;quot;: false, &amp;quot;cat_one_id&amp;quot;: 995, &amp;quot;cat_two_id&amp;quot;: 1075, &amp;quot;cat_three_id&amp;quot;: 1085, &amp;quot;goods_cat&amp;quot;: &amp;quot;995,1075,1085&amp;quot;, &amp;quot;pics&amp;quot;: [ { &amp;quot;pics_id&amp;quot;: 38711, &amp;quot;goods_id&amp;quot;: 8888, &amp;quot;pics_big&amp;quot;: &amp;quot;http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_800x800.jpg&amp;quot;, &amp;quot;pics_mid&amp;quot;: &amp;quot;http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_400x400.jpg&amp;quot;, &amp;quot;pics_sma&amp;quot;: &amp;quot;http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_200x200.jpg&amp;quot;, &amp;quot;pics_big_url&amp;quot;: &amp;quot;http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_800x800.jpg&amp;quot;, &amp;quot;pics_mid_url&amp;quot;: &amp;quot;http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_400x400.jpg&amp;quot;, &amp;quot;pics_sma_url&amp;quot;: &amp;quot;http://image1.suning.cn/uimg/b2c/newcatentries/0070134290-000000000149003877_1_200x200.jpg&amp;quot; } ], &amp;quot;attrs&amp;quot;: [ { &amp;quot;goods_id&amp;quot;: 8888, &amp;quot;attr_id&amp;quot;: 9210, &amp;quot;attr_value&amp;quot;: &amp;quot;户外直刀&amp;quot;, &amp;quot;add_price&amp;quot;: 0, &amp;quot;attr_name&amp;quot;: &amp;quot;主体参数-类别&amp;quot;, &amp;quot;attr_sel&amp;quot;: &amp;quot;only&amp;quot;, &amp;quot;attr_write&amp;quot;: &amp;quot;manual&amp;quot;, &amp;quot;attr_vals&amp;quot;: &amp;quot;放大镜&amp;quot; } ] }, &amp;quot;meta&amp;quot;: { &amp;quot;msg&amp;quot;: &amp;quot;获取成功&amp;quot;, &amp;quot;status&amp;quot;: 200 } }</code></pre> <p><strong>返回参数说明</strong></p> <table> <thead> <tr> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <tr> <td>参数名</td> <td>参数说明</td> <td>备注</td> </tr> <tr> <td>goods_id</td> <td>商品ID</td> <td></td> </tr> <tr> <td>cat_id</td> <td>分类ID</td> <td></td> </tr> <tr> <td>goods_name</td> <td>商品名称</td> <td></td> </tr> <tr> <td>goods_price</td> <td>商品价格</td> <td></td> </tr> <tr> <td>goods_number</td> <td>商品数量</td> <td></td> </tr> <tr> <td>goods_weight</td> <td>商品重量</td> <td></td> </tr> <tr> <td>goods_big_logo</td> <td>商品大图标</td> <td></td> </tr> <tr> <td>goods_small_logo</td> <td>商品小图标</td> <td></td> </tr> <tr> <td>add_time</td> <td>商品添加时间</td> <td></td> </tr> <tr> <td>upd_time</td> <td>商品更新时间</td> <td></td> </tr> <tr> <td>hot_mumber</td> <td>热门商品数</td> <td></td> </tr> <tr> <td>cat_one_id</td> <td>所属一级分类</td> <td></td> </tr> <tr> <td>cat_two_id</td> <td>所属二级分类</td> <td></td> </tr> <tr> <td>cat_three_id</td> <td>所属三级分类</td> <td></td> </tr> <tr> <td>goods_introduce</td> <td>商品介绍</td> <td></td> </tr> <tr> <td>pics</td> <td>商品图片列表</td> <td></td> </tr> <tr> <td>attrs</td> <td>商品属性列表</td> </tr> </tbody> </table> <p><strong>备注</strong></p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML