- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
详情
开发中
GET
/api/front/seckill/detail/{id}
最后修改时间:2023-06-09 08:05:01
责任人:未设置
请求参数
Path 参数
id
string
必需
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
masterStatus
string
必需
priceName
string
必需
productAttr
array [object {6}]
必需
productValue
object
必需
storeSeckill
object
必需
userCollect
boolean
必需
message
string
必需
示例
{
"code": 0,
"data": {
"masterStatus": "",
"priceName": "",
"productAttr": [
{
"attrName": "",
"attrValues": "",
"id": 0,
"isDel": true,
"productId": 0,
"type": 0
}
],
"productValue": {},
"storeSeckill": {
"content": "",
"description": "",
"ficti": 0,
"id": 0,
"image": "",
"num": 0,
"otPrice": 0,
"percent": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"sales": 0,
"seckillStatus": 0,
"sliderImage": "",
"startTime": "",
"stopTime": "",
"storeInfo": "",
"storeName": "",
"timeId": 0,
"timeSwap": "",
"title": "",
"unitName": ""
},
"userCollect": true
},
"message": ""
}