简要描述:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2020-09-03 |
|
请求URL:
请求方式:
请求头:
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
module |
是 |
string |
显示模块,请查看模块参数 |
shop_id |
是 |
int |
店铺id |
time_start |
是 |
string |
入住时间 |
time_end |
是 |
string |
离店时间 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"shop_id": 1,
"shop_uid": 16,
"shop_logo": "http://wzb.com/uploads/business/2020-09-03/5f50586b50a9c.jpg",
"shop_name": "爱联公寓",
"star": "5.0",
"shop_address": "爱联地铁站A出口往后100米",
"shop_phone": "15768868260",
"shop_describe": "爱联公寓是你的港湾",
"shop_longitude": "114.24771",
"shop_latitude": "22.71986",
"goods_list": [
{
"service_id": 15,
"title": "标准双人房(钟点房)",
"cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
"price": "200.00"
},
],
"shop_collect_status": false
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
返回参数说明:
参数名 |
类型 |
说明 |
shop_id |
int |
店铺id |
shop_name |
string |
店铺名称 |
shop_logo |
string |
店铺logo |
star |
string |
店铺星级 |
shop_address |
string |
店铺地址 |
shop_phone |
string |
店铺联系方式 |
shop_describe |
string |
店铺简介 |
shop_longitude |
string |
经度 |
shop_latitude |
string |
纬度 |
goods_list |
array |
服务图片列表 |
shop_collect_status |
bool |
店铺收藏状态【true=已收藏,false=未收藏】 |
goods_list返回参数说明:
参数名 |
类型 |
说明 |
room_id |
int |
服务id |
title |
string |
标题 |
cover |
string |
图片路径 |
price |
string |
价格 |
备注:
作者:admin 创建时间:2020-09-03 16:26
更新时间:2025-04-01 15:40