{
"id": 0,
"img": "string",
"isDel": true,
"name": "string",
"silderImgs": "string",
"sort": 0,
"status": 0,
"time": "string"
}
curl --location --request POST '/api/admin/store/seckill/manger/save' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"img": "string",
"isDel": true,
"name": "string",
"silderImgs": "string",
"sort": 0,
"status": 0,
"time": "string"
}'
{
"code": 0,
"data": "string",
"message": "string"
}