{
"attr": [
{
"attrName": "string",
"attrValues": "string",
"id": 0
}
],
"attrValue": [
{
"attrValue": {
"尺码": "2XL",
"颜色": "DX027白色"
},
"brokerage": 0,
"brokerageTwo": 0,
"cost": 0,
"id": 0,
"image": "string",
"minPrice": 0,
"otPrice": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"stock": 0,
"suk": "string",
"volume": 0,
"weight": 0,
"vipPrice": 0
}
],
"content": "string",
"id": 0,
"image": "string",
"images": "string",
"info": "string",
"num": 0,
"productId": 0,
"sort": 0,
"specType": true,
"startTime": "string",
"status": 0,
"stopTime": "string",
"tempId": 0,
"timeId": 0,
"title": "string",
"unitName": "string"
}
curl --location --request POST '/api/admin/store/seckill/save' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"attr": [
{
"attrName": "string",
"attrValues": "string",
"id": 0
}
],
"attrValue": [
{
"attrValue": {
"尺码": "2XL",
"颜色": "DX027白色"
},
"brokerage": 0,
"brokerageTwo": 0,
"cost": 0,
"id": 0,
"image": "string",
"minPrice": 0,
"otPrice": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"stock": 0,
"suk": "string",
"volume": 0,
"weight": 0,
"vipPrice": 0
}
],
"content": "string",
"id": 0,
"image": "string",
"images": "string",
"info": "string",
"num": 0,
"productId": 0,
"sort": 0,
"specType": true,
"startTime": "string",
"status": 0,
"stopTime": "string",
"tempId": 0,
"timeId": 0,
"title": "string",
"unitName": "string"
}'
{
"code": 0,
"data": "string",
"message": "string"
}