{
"industry_id": "string",
"goods": {
"goods_id": "string",
"explain": "string"
},
"id": "string"
}
curl --location --request POST 'https://api.chasing.comindustry/goods_edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"industry_id": "string",
"goods": {
"goods_id": "string",
"explain": "string"
},
"id": "string"
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": "13"
}
}