{
"spuId": 0,
"rates": [
{
"spuId": 0,
"rate": 0,
"level": 0,
"enable": true
}
]
}curl --location --request POST 'https://test.51vive.com/store/dis/rate' \
--header 'Content-Type: application/json' \
--data-raw '{
"spuId": 0,
"rates": [
{
"spuId": 0,
"rate": 0,
"level": 0,
"enable": true
}
]
}'{
"code": 0,
"msg": "string",
"data": true
}