curl --location --request GET 'https://api.chasing.comindustry/index'
{
"code": 200,
"msg": "请求成功",
"data": [
{
"name": "Aquaculture",
"id": 1
},
{
"name": "Emergency Rescue",
"id": 2
},
{
"name": "Hull Inspection ",
"id": 3
},
{
"name": "Water Conservancy and Hydropower ",
"id": 4
},
{
"name": "Scientific Exploration",
"id": 5
},
{
"name": "Water Environment Protection",
"id": 6
}
]
}