curl --location --request GET 'https://api.chasing.comindustry/head_detail?id'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": 1,
"industry_id": 1,
"title": "name",
"country": "zhongguo",
"file": "我是图片地址2",
"create_time": "2022-08-29 19:12:10",
"update_time": "2022-08-29 19:13:16",
"delete_time": 0,
"file_url": "http://test.static.chasing.com/我是图片地址2",
"industry_name": "Aquaculture"
}
}