简要描述:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2020-09-03 |
|
请求URL:
请求方式:
请求头:
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
module |
是 |
string |
显示模块,请查看模块参数 |
longitude |
是 |
string |
经度 |
latitude |
是 |
string |
纬度 |
page |
是 |
int |
页码 |
pagesize |
是 |
int |
条数 |
shop_class |
否 |
int |
店铺分类id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"list": [
{
"shop_id": 1,
"shop_name": "爱联公寓",
"shop_logo": "http://wzb.com/uploads/business/2020-09-03/5f50586b50a9c.jpg",
"shop_address": "爱联地铁站A出口往后100米",
"shop_class": "10,7",
"distance": "1.4km",
"shop_class_arr": [
"公寓房",
"钟点房"
],
"room_list": [
{
"room_id": 15,
"cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png"
},
],
"price": "200.00",
"old_price": "200.00",
"shop_collect_status": false
}
],
"page": 1,
"pagesize": "10",
"total": 1
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
返回参数说明:
参数名 |
类型 |
说明 |
shop_id |
int |
店铺id |
shop_name |
string |
店铺名称 |
shop_logo |
string |
店铺logo |
shop_address |
string |
店铺地址 |
shop_class |
string |
店铺分类 |
distance |
string |
距离 |
shop_class_arr |
string |
分类名称 |
room_list |
string |
服务图片列表 |
price |
string |
最低价格 |
old_price |
string |
最低原价格 |
shop_collect_status |
string |
收藏状态【true=已收藏 false=未收藏】 |
service_list返回参数说明:
参数名 |
类型 |
说明 |
room_id |
int |
客房id |
cover |
string |
图片路径 |
备注:
作者:admin 创建时间:2020-09-03 16:19
更新时间:2025-04-10 15:43