curl --location 'http://a.like.com:8102/api/resumes/list?page=1&page_size=10&intention=&location=&money=3000-8000'{
"code": 1,
"show": 0,
"msg": "查询成功",
"data": {
"list": [
{
"id": 2,
"name": "张三",
"money": "5000",
"intention": "全职",
"location": "黑龙江省哈尔滨市道里区",
"skills": "点菜、上菜、擦桌子",
"created_at": "2025-08-05 16:29:08"
},
{
"id": 1,
"name": "盘兮",
"money": "10000",
"intention": "技术总监",
"location": "上海",
"skills": "Flutter,php,python",
"created_at": "2025-08-04 14:09:43"
}
],
"total": 2
}
}