多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**简要描述:** - 商品品牌列表 **请求URL:** - `shopapi/goods_brand/lists` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | |:--| **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "lists": [ { "id": 12, "name": "品牌7", "image": "http://www.likeshopb2cv3.localhost/uploads/images/20210526104909d20777188.png", "sort": 0 }, { "id": 4, "name": "1222", "image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "sort": 0 }, { "id": 3, "name": "ddad", "image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "sort": 0 }, { "id": 2, "name": "发开", "image": "", "sort": 1 }, { "id": 11, "name": "品牌6", "image": "http://www.likeshopb2cv3.localhost/uploads/images/20210526104909d20777188.png", "sort": 50 }, { "id": 5, "name": "品牌", "image": "http://www.likeshopb2cv3.localhost/uploads/images/20210526104909d20777188.png", "sort": 50 } ], "count": 6, "page_no": 1, "page_size": 25, "extend": [] } } ``` **返回参数: |参数名 |类型 |说明 | | ------ | ------ | ------ |------ | |id |int |品牌id | |name |string |品牌名称 | |image |string |品牌图片 | |sort |int |排序 |