{
"goodsId": "0"
}
curl --location --request POST '/xkyl/web/source/delete' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsId": "0"
}'
{
"msg": "string",
"code": 0,
"data": "string",
"time": 0
}