文档
测试

附近商家

POST
http://localhost/app/Seller/sellerList

接口描述

获取附近商家列表

请求参数

参数名
类型
描述
必填
longitude
string
经度
必填
latitude
string
维度
必填
isList
boole
是否显示商家列表
必填
page_no
int
页面编号
必填
page_size
int
页面大小
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
total
int
统计附近的商户个数 示例:8
必填
list
array
商户列表 数据列表
必填
id
int
商户列表排序id 示例:1
必填
longitude
string
经度 示例:113.88742
必填
latitude
string
维度 示例:22.551716
必填
width
int
宽度 示例:33
必填
height
int
高度 示例:37
必填
iconPath
string
图标 示例:https://zdoss-1258296805.cos.ap-guangzhou.myqcloud.com/system/202006/15911524893974.png
必填
tel
string
电话 示例:4008119398
必填
msg
string
回复解释 示例:附近商家
必填

说明 / 示例

{ "code": 1, "data": { "total": 6, "list": [{ "id": 1, "longitude": "113.88742", "latitude": "22.551716", "width": 33, "height": 37, "iconPath": "https:\/\/zdoss-1258296805.cos.ap-guangzhou.myqcloud.com\/system\/202006\/15911524893974.png" }], "tel": "4008119398" }, "msg": "附近商家" }