curl --location --request GET 'https://api.chasing.comindustry/goods_details?id'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": 15,
"industry_name": "Aquaculture",
"industry_id": 1,
"rov_name": "GLADIUS MINI S",
"goods_list": [
{
"name": "CHASING Grabber Claw B",
"goods_id": 55
}
],
"rov_id": 53
}
}