{
"id": 0,
"goodsDetail": "string"
}
curl --location --request POST '/back/mlGoods/modifyGoodsDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"goodsDetail": "string"
}'
{
"empty": true,
"property1": {},
"property2": {}
}