文档
测试

获取店铺详情

POST
http://192.168.0.101/v1/storeDetail/1

请求头

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

响应参数

参数名
类型
描述
必填
errCode
int
示例:1000
必填
msg
string
示例:获取商铺信息成功
必填
rows
object
数据字典
必填
id
int
店铺id 示例:1
必填
store_name
string
店铺名 示例:测试店铺222
必填
phone
string
电话 示例:13000000000
必填
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
string
创建时间 示例:2020-04-30 18:25:15
必填
check_status
int
审核状态 0未审核 1审核通过 2审核失败 审核示例:1
必填
click_type
int
选中状态 示例:1
必填

说明 / 示例

{ "errCode": 1000, "msg": "获取商铺信息成功", "rows": { "id": 1, "store_name": "测试店铺222", "phone": "13000000000", "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": "2020-04-30 18:25:15", "check_status": 1, "click_type": 1 } }