- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
秒杀首页数据
开发中
GET
/api/front/seckill/index
最后修改时间:2023-06-09 08:06:00
责任人:未设置
请求参数
无
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
productList
array [object {31}]
必需
secKillResponse
object
必需
message
string
必需
示例
{
"code": 0,
"data": {
"productList": [
{
"cost": 0,
"createTime": "",
"description": "",
"giveIntegral": 0,
"id": 0,
"image": "",
"images": "",
"info": "",
"isDel": true,
"isPostage": true,
"isShow": true,
"num": 0,
"otPrice": 0,
"postage": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"sales": 0,
"sort": 0,
"specType": true,
"startTime": "",
"status": 0,
"stock": 0,
"stopTime": "",
"tempId": 0,
"timeId": 0,
"title": "",
"unitName": "",
"volume": 0,
"weight": 0
}
],
"secKillResponse": {
"id": 0,
"isCheck": true,
"slide": "",
"status": 0,
"statusName": "",
"time": "",
"timeSwap": ""
}
},
"message": ""
}