简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2022-12-05 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 否 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
module | 是 | string | 显示模块,请查看模块参数 |
get_type | 是 | string | 固定值 1 |
title | 否 | string | 标题/名称 |
page | 是 | int | 页码 |
pagesize | 是 | int | 条数 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "获取成功",
"data": {
"list": [
{
"id": 1,
"title": "屋装宝会员充值平台线下门店",
"cover": "https://api.wzbwzbwzb.com/uploads/business/2022-10-04/633be6f3593a3.jpg",
"star": "5.0",
"shop_address": "浙江省杭州市拱墅区石桥路238号B区113欧派木门",
"shop_describe": "屋装宝平台充值会员系列产品石桥路238号B区113号线下门店",
"shop_longitude": "120.194501",
"shop_latitude": "30.313631",
"price": 0
},
],
"page": 1,
"pagesize": "10",
"total": 2
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
addressList返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 店铺id |
title | string | 店铺名称 |
cover | string | 店铺封面 |
star | string | 店铺星级 |
shop_address | string | 店铺地址 |
shop_describe | string | 店铺简介 |
shop_longitude | string | 经度 |
shop_latitude | string | 纬度 |
备注:
- 无
作者:admin 创建时间:2022-12-05 16:23
更新时间:2025-04-01 15:40
更新时间:2025-04-01 15:40