简要描述:
- 蛋糕叔叔-商品列表
请求URL:
GET/route=plugin.yz-supply-cake.frontend.goods.goods.getGoodsList
参数:
参数名 | 类型 | 说明 | 是否必须 |
---|---|---|---|
page | int | 分页 | 否 |
city | string | 城市名称 (全国的时候不要传这个值) 如果传了城市 没有传品牌 就查询这个城市所有的品牌下的商品 | 否 |
order_field | string | 排序字段 -- price 价格,show_sales销量,popularity 人气 | 否 |
order_by | string | asc 正序 desc倒叙 默认倒叙 | 否 |
cake_type | int | 1- 4-5人,2,6-9人,3,10-12人 4.12人以上 | 否 |
cake_price_max | int | 蛋糕价格最大值 (当选择分类为蛋糕时这个才会生效) | 否 |
cake_price_min | int | 蛋糕价格最小值 当选择分类为蛋糕时这个才会生效) | 否 |
snacks_price_max | int | 零食小吃价格最大值 当选择分类为零食小吃时这个才会生效) | 否 |
snacks_price_min | int | 零食小吃价格最小值 当选择分类为零食小吃时这个才会生效 | 否 |
search | array | 搜索条件 | 否 |
yz_supply_cake_store_id | int | 店铺id | 否 |
search -- 同商城商城列表 筛选一致
参数名 | 类型 | 说明 |
---|---|---|
keyword | string | 关键字搜索 |
brand_id | id | 品牌id |
category | 分类 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "获取成功",
"data": {
"current_page": 1,
"data": [
{
"id": 3886,
"title": "手榴弹",
"thumb": "https://supply.yunzmall.com/uploads/file/da944987652fcf230814166bd9c18154_20220922173856.webp",
"price": "0.00",
"market_price": "0.00",
"show_sales": 0,
"status_name": null
}
],
"first_page_url": "http://shop/addons/yun_shop/api.php?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://shop/addons/yun_shop/api.php?page=1",
"next_page_url": null,
"path": "http://shop/addons/yun_shop/api.php",
"per_page": 20,
"prev_page_url": null,
"to": 1,
"total": 1
}
}
goods:
参数名 | 类型 | 说明 |
---|---|---|
id | int | id |
title | string | 商品名称 |
thumb | string | 图片 |
price | string | 售价 |
market_price | string | 市场价 |
show_sales | int | 销量 |
name | string | 品牌 |
promotion_start_at | string | 活动开始时间 |
promotion_end_at | string | 活动结束时间 |