curl --location --request GET 'https://api.chasing.comdealer/index?page&limit&name&country_id&email&phone&start_time&end_time'
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 1,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 265797172526583800,
"nick_name": "我是谁",
"email": "123@qq.com",
"phone": "",
"country_id": 1,
"industry": "机电",
"state_name": "亚洲",
"message": "我是留言内容",
"country_name": "中国",
"status": 0,
"create_time": "2022-08-21 20:08:41"
}
]
}
}