{
"activity": [
"string"
],
"attr": [
{
"attrName": "string",
"attrValues": "string",
"id": 0,
"isShowImage": true
}
],
"attrValue": [
{
"attrValue": {
"尺码": "2XL",
"颜色": "DX027白色"
},
"barCode": "string",
"brokerage": 0,
"brokerageTwo": 0,
"cost": 0,
"id": 0,
"image": "string",
"isDefault": true,
"minPrice": 0,
"otPrice": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"stock": 0,
"suk": "string",
"volume": 0,
"weight": 0
}
],
"cateId": "string",
"content": "string",
"couponIds": [
0
],
"ficti": 0,
"flatPattern": "string",
"giveIntegral": 0,
"guaranteeIds": "string",
"id": 0,
"image": "string",
"isBenefit": true,
"isBest": true,
"isGood": true,
"isHot": true,
"isNew": true,
"isSub": true,
"keyword": "string",
"sliderImage": "string",
"sort": 0,
"specType": true,
"storeName": "string",
"tempId": 0,
"unitName": "string"
}curl --location --request POST '/api/admin/store/product/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"activity": [
"string"
],
"attr": [
{
"attrName": "string",
"attrValues": "string",
"id": 0,
"isShowImage": true
}
],
"attrValue": [
{
"attrValue": {
"尺码": "2XL",
"颜色": "DX027白色"
},
"barCode": "string",
"brokerage": 0,
"brokerageTwo": 0,
"cost": 0,
"id": 0,
"image": "string",
"isDefault": true,
"minPrice": 0,
"otPrice": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"stock": 0,
"suk": "string",
"volume": 0,
"weight": 0
}
],
"cateId": "string",
"content": "string",
"couponIds": [
0
],
"ficti": 0,
"flatPattern": "string",
"giveIntegral": 0,
"guaranteeIds": "string",
"id": 0,
"image": "string",
"isBenefit": true,
"isBest": true,
"isGood": true,
"isHot": true,
"isNew": true,
"isSub": true,
"keyword": "string",
"sliderImage": "string",
"sort": 0,
"specType": true,
"storeName": "string",
"tempId": 0,
"unitName": "string"
}'{
"code": 0,
"data": "string",
"message": "string"
}