文档
测试

详细商家列表信息

POST
http://localhost/app/Seller/info

接口描述

获取列表商家的详细信息

请求头

参数名
类型
描述
必填
openid
string
示例:openID
必填
code
string
示例:识别码
必填

请求参数

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

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
data
object
数据字典
必填
id
int
商户id 号示例:9
必填
name
string
商户名 示例:测试商户
必填
area
string
商户所在区域 示例:广东省广东省深圳市
必填
address
string
商户地址 示例:xxxxxxxxxxxxx
必填
picture
string
商户图片 示例:https://charge-1259349663.cos.ap-guangzhou.myqcloud.com/screen/202008/15972839225285.png
必填
tel
string
商户电话 示例:
必填
longitude
string
经度 示例:113.88308
必填
latitude
string
维度 示例:22.55329
必填
shop_start
string
营业时间 示例:09:00
必填
shop_end
string
结束时间 示例:22:00
必填
average_price
int
消费平均水平 示例:0
必填
distance
int
距离 示例:0
必填
msg
string
示例:商家详情
必填

说明 / 示例

{ "code": 1, "data": { "id": 9, "name": "测试商户", "area": "广东省广东省深圳市", "address": "123", "picture": "https:\/\/charge-1259349663.cos.ap-guangzhou.myqcloud.com\/screen\/202008\/15972839225285.png", "tel": "", "longitude": "113.88308", "latitude": "22.55329", "shop_start": "09:00", "shop_end": "22:00", "average_price": 0, "distance": 0 }, "msg": "商家详情" }