~~~[api]
get:http://hw.duoxunwl.com/app/api.php?i=1&m=we7_wmall&c=entry&do=api&ctrl=wmall&ac=city&op=index&ta=index
*cityid=1#一级区域ID
*parkid=2#二级区域ID
*roomid=2#会议室ID
*page=1#请求第几页
*psize=20#每页请求多少条数据(当请求返回的数据少于psize时,表示本次请求后已加载全部数据)
<<<
success
{
"errno": 0,
"message": {
"store": [ //门店列表数据
{
"id": "1009", //门店ID
"title": "德州汉堡", //门店名称
"logo": "http://testlala.oss-cn-qingdao.aliyuncs.com/images/1/2021/03/M97W9O29VJvofFZV5d9Vz9FJ99Vqqd.jpg", //门店Logo
"score": 4.2, //门店评分
"favor": 52, //门店好评数
"content": "1欢迎光临德州汉堡!", //门店简单描述
"sailed": "2847", //门店已售商品数量
"is_rest": "0", //门店是否休息
"is_in_business": "1", //是否在营业时间
"business_hours": [ //门店营业时间
{
"s": "06:26", //营业时间开始时间
"e": "13:00" //营业时间结束时间
},
{
"s": "14:00",
"e": "21:47"
}
],
"delivery_price": 1, //配送费
"delivery_free_price": "100", //满多少元免配送费
"send_price": "1", //起送价
"delivery_time": "24", //平均配送时长
"location_x": "37.795855", //门店纬度
"location_y": "112.588787", //门店经度
"free_deliveryfee": "1", //是否免配送费(包括满多少元免配送费)
"hot_goods": [ //门店热销商品 3个
{
"id": "37466", //商品ID
"title": "燕麦薏仁豆浆", //商品名称
"price": "4", //商品现价
"old_price": 0, //商品原价
"thumb": "http://testlala.oss-cn-qingdao.aliyuncs.com/images/10/2020/11/Jq2yev8d2v7n2y22778kP2SXFee2P3.jpg", //商品图片
"discount": 0 //商品折扣
},
{
"id": "37557",
"title": "蛋糕",
"price": "15",
"old_price": "20",
"thumb": "http://testlala.oss-cn-qingdao.aliyuncs.com/images/1/2021/04/i851H555Y1HxnW518x1S3xaUx5Sbys.jpg",
"discount": 7.5
},
{
"id": "37558",
"title": "小程序上传视频",
"price": "1",
"old_price": 0,
"thumb": "http://testlala.oss-cn-qingdao.aliyuncs.com/images/1/2021/04/ktxM2JOSofOq0dQsf1eoXwQfsd1wtZ.jpg",
"discount": 0
}
],
"label_cn": "品牌", //门店标签
"free_deliveryfee_cn": "满100免配送费", //免配送费说明
"distance": 10.6
}
]
}
}