curl --location --request GET 'https://api.chasing.comindustry_blog/index?page&limit&industry_id'
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 2,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [
{
"type_name": "视频",
"publish_time": "2022-08-30 20:47:08",
"author": "作者",
"industry_name": "Aquaculture",
"title": ":title",
"id": 2
},
{
"type_name": "图文",
"publish_time": "2022-08-19 14:47:05",
"author": "3213",
"industry_name": "Aquaculture",
"title": "测试111",
"id": 1
}
]
}
}