{
"value": {
"index":1
}
}
curl --location --request POST '/diy/productCategory/create/' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": {
"index":1
}
}'
{"status":200,"message":"修改成功","data":{"id":731}}