简要描述:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2020-07-11 |
|
请求URL:
请求方式:
请求头:
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
module |
是 |
string |
显示模块,请查看模块参数 |
longitude |
是 |
string |
经度 |
latitude |
是 |
string |
纬度 |
page |
是 |
int |
页码 |
pagesize |
是 |
int |
条数 |
shop_class |
否 |
int |
店铺分类id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"list": [
{
"shop_id": 5,
"shop_name": "15768868260",
"shop_logo": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
"shop_address": "广东省深圳市龙岗区爱联小区",
"shop_class": "7",
"distance": "407m",
"shop_class_arr": [
"共享技工"
],
"service_list": [
{
"service_id": 5,
"imgs": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png"
},
{
"service_id": 3,
"imgs": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png"
},
{
"service_id": 2,
"imgs": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png"
}
]
}
],
"page": 1,
"pagesize": 6,
"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 |
分类名称 |
service_list |
string |
服务图片列表 |
service_list返回参数说明:
参数名 |
类型 |
说明 |
service_id |
int |
服务id |
imgs |
string |
图片路径 |
备注:
作者:admin 创建时间:2020-07-11 18:32
更新时间:2025-04-01 15:40