文档
测试

拼团商品详情

POST
http://localhost:10000/product/spellrecords/findGroupWord/:id

请求参数

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

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:0
必填
pageSize
int
示例:10
必填
totalPage
int
示例:0
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
id
int
示例:1
必填
spuId
int
示例:1
必填
userId
int
示例:1
必填
bookingName
string
示例:vivoX6
必填
bookingIntroduction
object
示例:null
必填
unit
object
示例:null
必填
bargainStarttime
object
示例:null
必填
bargainEndtime
object
示例:null
必填
bookingAging
object
示例:null
必填
bookingNumber
int
示例:2
必填
quantitativeNumber
object
示例:null
必填
sort
object
示例:null
必填
already
int
示例:1
必填
freight
object
示例:null
必填
state
object
示例:null
必填
skuProperty
object
示例:null
必填
spellrecordvo
entity
拼团商品实现类
必填
spu_img
string
商品图片
必填
user_name
string
用户名称
必填
countdawn
int
倒计时时间
必填
bookingNumber
int
拼团人数
必填
already
int
已拼团人数
必填
state
int
活动状态(0代表关闭,1代表开启)
必填

响应结果

```language { "msg": "success", "code": 0, "page": { "totalCount": 0, "pageSize": 10, "totalPage": 0, "currPage": 1, "list": [ { "id": 1, "spuId": 1, "userId": 1, "bookingName": "vivoX6", "bookingIntroduction": null, "unit": null, "bargainStarttime": null, "bargainEndtime": null, "bookingAging": null, "bookingNumber": 2, "quantitativeNumber": null, "sort": null, "already": 1, "freight": null, "state": null, "skuProperty": null }, { "id": 2, "spuId": 2, "userId": null, "bookingName": null, "bookingIntroduction": null, "unit": null, "bargainStarttime": null, "bargainEndtime": null, "bookingAging": null, "bookingNumber": null, "quantitativeNumber": null, "sort": null, "already": null, "freight": null, "state": null, "skuProperty": null }, { "id": 3, "spuId": 3, "userId": null, "bookingName": null, "bookingIntroduction": null, "unit": null, "bargainStarttime": null, "bargainEndtime": null, "bookingAging": null, "bookingNumber": null, "quantitativeNumber": null, "sort": null, "already": null, "freight": null, "state": null, "skuProperty": null } ] } } ```