文档
测试

查询店铺详情

GET
http://localhost:8080/shop/getDetail/4

接口描述

根据店铺id查询店铺详情,请求的id附在路径中

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
data
object
数据字典
必填
shop_id
int
示例:4
必填
shop_name
string
示例:香港城
必填
user_id
int
示例:4
必填
shop_description
object
示例:null
必填
shop_logo
string
示例:logo.com
必填
ticket
int
示例:0
必填
telephone
string
示例:12345
必填
shop_status
int
示例:1
必填
delivery
int
示例:1
必填
shopCategoryVos
array
数据列表
必填
one_category_id
int
示例:1
必填
name
string
示例:123
必填
shopFoods
array
数据列表
必填
category_id
int
示例:3
必填
category_name
string
示例:asda
必填
foods
array
数据列表
必填
food_id
int
示例:16
必填
food_name
string
示例:羊肉
必填
one_category_id
int
示例:1
必填
two_category_id
int
示例:3
必填
shop_id
int
示例:4
必填
price
int
示例:0
必填
publish
int
示例:1
必填
food_description
object
示例:null
必填
food_units
string
示例:份
必填