文档
测试

店铺信息列表

POST
http://192.168.0.101/v1/userStroe/0/10

接口描述

末尾第一个参数为查询开始位置 第二个为单次查询条数

请求头

参数名
类型
描述
必填
token
string
示例:c89b52ee4d473e61f961a3f902c96b24
必填

响应参数

参数名
类型
描述
必填
errCode
int
示例:1000
必填
msg
string
示例:获取商铺信息成功
必填
rows
array
数据列表
必填
id
int
店铺id 示例:1
必填
store_name
string
店铺名 示例:
必填
phone
string
联系电话 示例:
必填
uid
int
用户id 示例:1
必填
provinceid
int
省id 示例:0
必填
cityid
int
市id 示例:0
必填
areaid
int
区域id 示例:0
必填
address
object
详细地址 示例:null
必填
bus_license
string
营业执照 示例:
必填
status
int
店铺状态 0冻结 1正常 示例:0
必填
logo
object
店铺logo 示例:null
必填
bus_time
object
营业时间 示例:null
必填
bus_status
int
营业状态 示例:0
必填
store_qrcode
object
店铺二维码 示例:null
必填
user_name
object
店铺责任人 示例:null
必填
createtime
object
创建时间 示例:null
必填
check_status
int
审核状态 0未审核 1审核通过 2审核失败 示例:1
必填
click_type
int
默认选中状态 示例:0
必填
total
int
示例:1
必填

说明 / 示例

{ "errCode": 1000, "msg": "获取商铺信息成功", "rows": [ { "id": 1, "store_name": "", "phone": "", "uid": 1, "provinceid": 0, "cityid": 0, "areaid": 0, "address": null, "bus_license": "", "status": 0, "logo": null, "bus_time": null, "bus_status": 0, "store_qrcode": null, "user_name": null, "createtime": null, "check_status": 1, "click_type": 0 } ], "total": 1 }