{
"attr": [
{
"value": "string",
"detail": [
"string"
]
}
],
"attrValue": [
{
"value_id": 0,
"product_id": 0,
"detail": {
"型号": "string"
},
"sku": "string",
"stock": 0,
"sales": 0,
"image": "string",
"bar_code": "string",
"cost": 0,
"ot_price": 0,
"price": 0,
"volume": 0,
"weight": 0,
"type": 0,
"extension_one": "string",
"extension_two": "string",
"unique": "string",
"svip_price": "string",
"old_stock": 0,
"value0": "string"
}
],
"mer_cate_id": [
0
],
"spec_type": 0
}
curl --location --request POST '/store/product/free_trial/1215' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"attr": [
{
"value": "string",
"detail": [
"string"
]
}
],
"attrValue": [
{
"value_id": 0,
"product_id": 0,
"detail": {
"型号": "string"
},
"sku": "string",
"stock": 0,
"sales": 0,
"image": "string",
"bar_code": "string",
"cost": 0,
"ot_price": 0,
"price": 0,
"volume": 0,
"weight": 0,
"type": 0,
"extension_one": "string",
"extension_two": "string",
"unique": "string",
"svip_price": "string",
"old_stock": 0,
"value0": "string"
}
],
"mer_cate_id": [
0
],
"spec_type": 0
}'
{}