{
"id": "string",
"cateId": "string",
"attrValue": [
{
"id": 0,
"stock": 0,
"price": 1,
"expand": "string",
"cdkeyId": 0
}
]
}curl --location --request POST '/api/admin/merchant/product/review/free/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"cateId": "string",
"attrValue": [
{
"id": 0,
"stock": 0,
"price": 1,
"expand": "string",
"cdkeyId": 0
}
]
}'{
"code": 0,
"msg": "",
"data": ""
}