文档
测试

查询门店套餐列表

GET
/active/store/combo/list

接口描述

套餐查询调用下方接口,商品详情调用门店商品详情接口

请求参数

参数名
类型
描述
必填
comboTypeId
number
套餐分类ID
必填
storeId
number
酒店ID
必填
current
number
当前页
可选
size
number
每页显示条目
可选

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
result
object
数据字典
必填
records
array
数据列表
必填
id
int
示例:155 集团套餐ID集团商品ID
必填
name
string
示例:退热贴
必填
specs
string
示例:1盒 3贴
必填
relFlag
string
标识 1=商品 2=套餐
必填
status
int
状态 1=下架 2=上架 3=部分售罄 4=已售罄
必填
price
int
示例:20
必填
createTime
int
示例:1583206637000
必填
updateTime
object
示例:null
必填
sellNum
int
销量:0
必填
storeRelationId
int
集团套餐ID 或 商品ID 示例:102
必填
total
int
示例:3
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填
success
boolean
示例:true
必填
timestamp
int
示例:1590312520637
必填