简要描述:
| 版本号 |
制定人 |
制定日期 |
修订日期 |
| 1.0.0 |
kevin |
2023-12-13 |
|
请求URL:
请求方式:
请求头:
| 参数名 |
是否必须 |
类型 |
说明 |
| token |
否 |
string |
token参数 |
请求参数:
| 参数名 |
是否必须 |
类型 |
说明 |
| module |
是 |
string |
模块 |
| longitude |
是 |
string |
经度 |
| latitude |
是 |
string |
纬度 |
| page |
是 |
int |
页码 |
| pagesize |
是 |
int |
数量 |
返回示例:
正确时返回:
【未登录/未绑定】
{
"status": 200,
"msg": "获取成功",
"data": {
"list": [
{
"shop_id": 2,
"shop_name": "吉祥店",
"shop_logo": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
"shop_address": "广东省深圳市龙岗区吉祥站",
"shop_longitude": "114.25042660756476",
"shop_latitude": "22.714681446990635",
"shop_describe": "广东省深圳市龙岗区吉祥站",
"distance": "1.5km"
}
],
"page": 1,
"pagesize": "1",
"total": 5,
"login_uid": 0,
"bind_status": false
}
}
【已绑定】
{
"status": 200,
"msg": "获取成功",
"data": {
"list": [
{
"goods_id": 28,
"goods_name": "进口香蕉",
"cover": "https://wzbuploads.oss-cn-hangzhou.aliyuncs.com/shop/2023/12/12/65780b07c5afc.jpg",
"purchase_price": "",
"today_price": "9元",
"tomorrow_price": "20元",
"tomorrow_discount": "4折",
"unit": "斤",
"presale_price": "8元"
}
],
"page": 1,
"pagesize": 1,
"total": 5,
"login_uid": 8,
"bind_status": true
}
}
失败时返回:
{
"status": 0,
"msg": "更新失败"
}
【未登录/未绑定/绑定已过期】返回参数说明:
| 参数名 |
类型 |
说明 |
| list |
array |
数据列表 |
| page |
int |
页面 |
| pagesize |
int |
条数 |
| total |
int |
列表总数 |
| login_uid |
int |
登录uid |
| bind_status |
int |
是否绑定商家【true=已绑定,false=未绑定或者过期】 |
【未登录/未绑定/绑定已过期】返回参数说明:
| 参数名 |
类型 |
说明 |
| shop_id |
int |
id |
| shop_name |
string |
店铺名称 |
| shop_logo |
string |
店铺logo |
| shop_address |
string |
店铺地址 |
| shop_phone |
string |
店铺手机号 |
| shop_longitude |
string |
店铺经度 |
| shop_latitude |
string |
店铺纬度 |
| shop_describe |
string |
店铺简介 |
| distance |
string |
距离 |
【已绑定】返回参数说明:
| 参数名 |
类型 |
说明 |
| goods_id |
int |
商品id |
| goods_name |
string |
商品名称 |
| cover |
string |
商品封面 |
| purchase_price |
string |
进件【有则显示,无则不显示】 |
| today_price |
string |
现价 |
| tomorrow_price |
string |
明日价 |
| tomorrow_discount |
string |
折扣 |
| unit |
string |
商品单位 |
| presale_price |
string |
预售价 |
备注:
作者:admin 创建时间:2023-12-13 15:09
更新时间:2025-04-10 15:43