curl --location --request GET '/api/admin/store/seckill/manger/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"createTime": "2019-08-24T14:15:22Z",
"endTime": 0,
"id": 0,
"img": "string",
"isDel": true,
"killStatus": 0,
"name": "string",
"silderImgs": "string",
"sort": 0,
"startTime": 0,
"status": 0,
"statusName": "string",
"time": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}