curl --location --request GET 'https://api.chasing.comindustry/head_index?title&industry_id&page&limit'
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 2,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [
{
"file": "http://test.static.chasing.com/我是图片地址2",
"title": "name",
"industry_id": 1,
"country": "zhongguo"
},
{
"file": "http://test.static.chasing.com/我是图片地址2",
"title": "name",
"industry_id": 1,
"country": "zhongguo"
}
]
}
}