简要描述:
家用水机-商品列表
请求域名:
- http://xx.com
请求路由:
GET/&route=plugin.yz-supply-home-water-machin.frontend.faq.faq.getFaqList
请求参数说明:
参数名 | 类型 | 是否必需 | 说明 |
---|---|---|---|
page | int | 否 | 分页 |
pageSize | int | 否 | 分页 |
goods_type | int | 否 | 1设备商品,2滤芯 3续费 |
keyword | string | 否 | 商品名称 |
device_type | int | 否 | 设备类型 设备类型API获取 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "获取商品列表成功",
"data": {
"current_page": 1,
"data": [
{
"id": 283,
"uniacid": 2,
"brand_id": 58,
"type": 1,
"status": 1,
"display_order": 0,
"title": "华为电视",
"thumb": "https://yunzhong.gz.cn/uploads/file/bc2b3f39b2f85ff1e44249b2744b1412_20241204154910.jpg",
"thumb_url": "https://yunzhong.gz.cn/uploads/file/bc2b3f39b2f85ff1e44249b2744b1412_20241204154910.jpg",
"sku": "台",
"description": "",
"content": "",
"goods_sn": "",
"product_sn": "",
"market_price": "1515.00",
"price": "3800.00",
"cost_price": "1515.00",
"stock": 988,
"reduce_stock_method": 0,
"show_sales": 0,
"real_sales": 0,
"weight": "0.00",
"has_option": 1,
"is_new": 0,
"is_hot": 0,
"is_discount": 0,
"is_recommand": 0,
"is_comment": 0,
"is_deleted": 0,
"created_at": "2025-09-01 17:27:38",
"deleted_at": null,
"updated_at": "2025-09-08 17:13:02",
"comment_num": 0,
"is_plugin": 0,
"plugin_id": 210,
"virtual_sales": 12,
"no_refund": 0,
"need_address": 0,
"type2": 1,
"old_id": null,
"volume": null,
"alias": "",
"is_hide": 1,
"min_price": "1515.00",
"max_price": "1515.00",
"hide_goods_sales": 0,
"hide_goods_sales_alone": 0,
"hide_goods_pic": 0,
"background_pic": null,
"advert_pic": null,
"yz_goods_id": 6074,
"goods_type": 1,
"status_name": "上架",
"has_many_options": [
{
"id": 448,
"uniacid": 2,
"goods_id": 283,
"title": "默认",
"thumb": "https://yunzhong.gz.cn/uploads/file/bc2b3f39b2f85ff1e44249b2744b1412_20241204154958.jpg",
"product_price": "1515.00",
"market_price": "1515.00",
"cost_price": "1515.00",
"stock": 985,
"weight": "9000.00",
"display_order": 0,
"specs": "534",
"skuId": "",
"goods_sn": "",
"product_sn": "",
"virtual": 0,
"red_price": "",
"volume": null,
"option_title": null,
"alias": null,
"thumb_url": "",
"content": ""
}
],
"images": [
""
]
}
],
"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",
"links": [
{
"url": null,
"label": "« 上一页",
"active": false
},
{
"url": "http://shop/addons/yun_shop/api.php?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "下一页 »",
"active": false
}
],
"next_page_url": null,
"path": "http://shop/addons/yun_shop/api.php",
"per_page": "10",
"prev_page_url": null,
"to": 1,
"total": 1
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|