多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**简要描述:** - 商品列表 **请求URL:** - `/shopapi/goods/lists` **请求方式:** - GET **参数**:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | |name|否|string|商品名称搜索| |category_id|否|int|商品分类| |brand_id|否|int|商品品牌| |price|否|string|价格排序:desc-大到小;asc-小到大| |sale|否|string|销量排序:desc-大到小;asc-小到大| **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "lists": [ { "id": 52, "name": "舒客儿童牙膏换牙儿童牙膏护齿防蛀护龈含氟可吞咽食品级258", "image": "http://www.likeshopb2cv3.localhost/123.png", "sales_num": 0, "sell_price": "2999.00", "lineation_price": "0.00" }, { "id": 53, "name": "舒客儿童牙膏换牙儿童牙膏护齿防蛀护龈含氟可吞咽食品级258s", "image": "http://www.likeshopb2cv3.localhost/123.png", "sales_num": 0, "sell_price": "2999.00", "lineation_price": "0.00" }, { "id": 54, "name": "舒客儿童牙膏换牙儿童牙膏护齿防蛀护龈含氟可吞咽食品级2582s", "image": "http://www.likeshopb2cv3.localhost/123.png", "sales_num": 30, "sell_price": "2999.00", "lineation_price": "0.00" }, { "id": 55, "name": "舒客儿童牙膏换牙儿童牙膏护齿防蛀护龈含氟可吞咽食品级31234sa", "image": "http://www.likeshopb2cv3.localhost/123.png", "sales_num": 220, "sell_price": "2999.00", "lineation_price": "0.00" }, { "id": 58, "name": "舒客儿童牙膏换牙儿童牙膏护齿防蛀护龈含氟可吞咽食品级ss2582s", "image": "http://www.likeshopb2cv3.localhost/123.png", "sales_num": 0, "sell_price": "2999.00", "lineation_price": "0.00" }, { "id": 59, "name": "舒客儿童牙膏换牙儿童牙膏护齿防蛀护龈含氟可吞咽食品级ss22582s", "image": "http://www.likeshopb2cv3.localhost/123.png", "sales_num": 0, "sell_price": "2999.00", "lineation_price": "0.00" }, { "id": 66, "name": "舒客儿童牙膏换牙儿童牙膏护齿防蛀护龈含氟可吞咽食品级ss225782ss", "image": "http://www.likeshopb2cv3.localhost/123.png", "sales_num": 0, "sell_price": "2999.00", "lineation_price": "3299.00" }, { "id": 69, "name": "舒客儿童牙膏换牙儿童牙膏护齿防蛀护龈含氟可吞咽食品级", "image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "sales_num": 0, "sell_price": "11.00", "lineation_price": "11.00" }, { "id": 116, "name": "舒客儿童牙膏换牙儿童牙膏护齿防蛀护龈含氟可吞咽食品级ss22578s", "image": "http://www.likeshopb2cv3.localhost/123.png", "sales_num": 0, "sell_price": "2999.00", "lineation_price": "3299.00" }, { "id": 117, "name": "舒客儿童牙膏换牙儿童牙膏护齿防蛀护龈含氟可吞咽食品级测试1", "image": "http://www.likeshopb2cv3.localhost/123.png", "sales_num": 0, "sell_price": "2999.00", "lineation_price": "3299.00" } ], "count": 10, "page_no": 1, "page_size": 25, "extend": [] } } ``` **返回参数**:** |参数名 |类型 |说明 | | ------ | ------ | ------ |------ | |id |string |商品名称 | |name |string |商品名称 | |image |string |商品图片 | |sell_price |int |价格| |lineation_price|int|划线价| |sales_num|int|销量|