Authorization: Bearer ********************
curl --location --request GET '/api/front/seckill/index' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"productList": [
{
"cost": 0,
"createTime": "2019-08-24T14:15:22Z",
"description": "string",
"giveIntegral": 0,
"id": 0,
"image": "string",
"images": "string",
"info": "string",
"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": "2019-08-24T14:15:22Z",
"status": 0,
"stock": 0,
"stopTime": "2019-08-24T14:15:22Z",
"tempId": 0,
"timeId": 0,
"title": "string",
"unitName": "string",
"volume": 0,
"weight": 0
}
],
"secKillResponse": {
"id": 0,
"isCheck": true,
"slide": "string",
"status": 0,
"statusName": "string",
"time": "string",
"timeSwap": "string"
}
},
"message": "string"
}