简要描述:
获取周边游商品列表
请求域名:
- http://xx.com
请求URL:
GET/plugin.decorate.admin.decorate-common.get-travel-around-goods
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page | 否 | int | 分页 |
search{ | 否 | object | 搜索对象 |
keyword | 否 | string | 搜索关键词 |
} |
返回示例:
正确时返回:
{
"result": 1,
"msg": "success",
"data": {
"current_page": 1,
"data": [
{
"goods_id": 195863,
"endTime": "2023-09-09",
"beginTime": "2023-05-10",
"id": 195863,
"status": 1,
"market_price": "166.86",
"show_sales": 0,
"short_title": "正合林山货铺子丨东北土特产",
"long_title": "168元享土特产套餐一 68元享土特产套餐二 榛蘑 木耳等 原料考究、口感上乘!送礼佳品!",
"thumb": "https://cdn2.lianlianlvyou.com/lianlian/common/a2bc8211709e41b8a77f80987956848f.jpg",
"price": "166.86",
"cost_price": "166.86",
"status_name": "上架",
"supply_price": "63.24~165.24"
}
],
"first_page_url": "https://dev8.yunzmall.com/admin/shop?page=1",
"from": 1,
"last_page": 79,
"last_page_url": "https://dev8.yunzmall.com/admin/shop?page=79",
"next_page_url": "https://dev8.yunzmall.com/admin/shop?page=2",
"path": "https://dev8.yunzmall.com/admin/shop",
"per_page": 10,
"prev_page_url": null,
"to": 10,
"total": 790
}
}
错误时返回:
{
"result": 0,
"msg": "",
"data": []
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
total | int | 数据总条数 |
per_page | int | 每页显示多少条数据 |
current_page | int | 当前页 |
data参数说明:
参数名 | 类型 | 说明 |
---|---|---|
goods_id | int | 商品id |
beginTime | string | 开始时间 |
endTime | string | 结束时间 |
supply_price | string | 供货价 |
price | string | 现价 |
market_price | string | 原价 |
status_name | string | 商品状态 |
thumb | string | 商品图片 |
short_title | string | 短标题 |
long_title | string | 长标题 |
show_sales | string | 销量 |
备注:
- 更多返回错误代码请看首页的错误代码描述