文档
测试

查询套餐详情

GET
/active/combo/info/{id}

请求参数

参数名
类型
描述
必填
id
int
套餐ID
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
result
object
数据字典
必填
id
int
示例:38
必填
name
string
示例:套餐A
必填
comboType
int
示例:1 默认 1=集团默认套餐
必填
storeScope
int
示例:1 默认 1=全部门店
必填
userScope
int
示例:1 默认 1=小程序注册用户
必填
description
string
示例:集团套餐描述
必填
priceType
int
示例:1 定价模式 1=固定价格 2=套餐描述
必填
comboTypeId
object
示例: 套餐分类ID
必填
sellPrice
int
示例:套餐价格 根据定价模式自动计算
必填
actualPrice
int
示例:划线价格
必填
status
int
示例:1 1=生效 0=失效
必填
sort
int
示例:0
必填
details
object
示例:富文本详情
必填
files
array
数据列表 文件
必填
id
int
id
必填
name
string
文件名称
必填
url
string
文件地址
必填
size
int
文件大小
必填
type
string
文件后缀
必填
goodsIds
array
数据列表
必填
id
int
示例:122 套餐与商品关联ID
必填
goodsId
int
示例:161 商品ID
必填
skuId
int
示例:335 skuId
必填
num
int
示例:1 数量
必填
name
string
示例:卫生巾 商品名称
必填
spec
string
示例:日用 7片 规格名称
必填
price
int
示例:15 价格
必填
status
int
示例:1 状态
必填
url
string
示例:%2F2020%2F21%2F3%2F202003031131_11.jpg 图片地址
必填
success
boolean
示例:true
必填
timestamp
int
示例:1589293449124
必填