互联网电商项目

ssm项目实战


获取店铺详情信息

<h5>简要描述</h5> <ul> <li>获取店铺信息(店铺名称地址等信息,所在区域,创建者,所属店铺类别) 以及该店铺下面的商品类别列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/listshopdetailpageinfo</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET</li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">shopId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>店铺id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { "shop": { "shopId": 8, "shopName": "测试店铺", "shopDesc": "测试描述", "shopAddr": "测试地址", "phone": "test", "shopImg": "upload\\item\\shop\\2\\2021100517280211792.png", "priority": 1, "createTime": 1633238506000, "lastEditTime": 1633523786000, "enableStatus": 0, "advice": "审核中", "area": { "areaId": 2, "areaName": "东湾", "priority": null, "createTime": null, "lastEditTime": null }, "owner": null, "shopCategory": { "shopCategoryId": 1, "shopCategoryName": "咖啡奶茶", "shopCategoryDesc": null, "shopCategoryImg": null, "priority": null, "createTime": null, "lastEditTime": null, "parent": null } }, "productCategoryList": [ { "productCategoryId": 1, "shopId": 8, "productCategoryName": "test", "priority": 1, "createTime": null } ], "success": true }</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;">shop</td> <td style="text-align: left;">dict</td> <td>店铺相关信息</td> </tr> <tr> <td style="text-align: left;">productCategoryList</td> <td style="text-align: left;">list</td> <td>该店铺下面的商品类别列表</td> </tr> <tr> <td style="text-align: left;">success</td> <td style="text-align: left;">boolean</td> <td>请求是否成功标志</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML