Authorization: Bearer ********************
curl --location --request GET '/api/front/seckill/list/' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"content": "string",
"description": "string",
"ficti": 0,
"id": 0,
"image": "string",
"num": 0,
"otPrice": 0,
"percent": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"sales": 0,
"seckillStatus": 0,
"sliderImage": "string",
"startTime": "2019-08-24T14:15:22Z",
"stopTime": "2019-08-24T14:15:22Z",
"storeInfo": "string",
"storeName": "string",
"timeId": 0,
"timeSwap": "string",
"title": "string",
"unitName": "string"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}