Authorization: Bearer ********************curl --location --request GET '/api/community/mentors/search?q&skill&domain&page=1&page_size=20' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 1,
"name": "陈教授",
"avatar_url": null,
"profession": "资深前端架构师",
"company": "阿里巴巴",
"fee_per_hour": 399,
"rating": 4.9,
"rating_count": 128,
"tech_stack": [
"react",
"前端架构",
"工程化",
"性能优化"
],
"domains": [
"frontend"
]
},
{
"id": 2,
"name": "林老师",
"avatar_url": null,
"profession": "产品总监",
"company": "腾讯",
"fee_per_hour": 499,
"rating": 4.8,
"rating_count": 95,
"tech_stack": [
"产品战略",
"用户增长",
"需求分析",
"项目管理"
],
"domains": [
"product"
]
},
{
"id": 3,
"name": "王老师",
"avatar_url": null,
"profession": "设计总监",
"company": "字节跳动",
"fee_per_hour": 459,
"rating": 4.7,
"rating_count": 76,
"tech_stack": [
"ui设计",
"ux研究",
"品牌设计",
"设计系统"
],
"domains": [
"design"
]
},
{
"id": 4,
"name": "张教授",
"avatar_url": null,
"profession": "技术总监",
"company": "百度",
"fee_per_hour": 599,
"rating": 4.9,
"rating_count": 156,
"tech_stack": [
"ai应用",
"云计算",
"后端架构",
"大数据"
],
"domains": [
"backend",
"data",
"ai"
]
},
{
"id": 5,
"name": "刘老师",
"avatar_url": null,
"profession": "iOS技术专家",
"company": "苹果中国",
"fee_per_hour": 450,
"rating": 4.8,
"rating_count": 87,
"tech_stack": [
"ios开发",
"swift",
"性能优化",
"移动架构"
],
"domains": [
"mobile"
]
},
{
"id": 6,
"name": "赵老师",
"avatar_url": null,
"profession": "市场营销总监",
"company": "字节跳动",
"fee_per_hour": 420,
"rating": 4.7,
"rating_count": 65,
"tech_stack": [
"内容营销",
"品牌建设",
"数字营销",
"社交媒体"
],
"domains": [
"marketing"
]
},
{
"id": 7,
"name": "孙老师",
"avatar_url": null,
"profession": "DevOps架构师",
"company": "亚马逊",
"fee_per_hour": 550,
"rating": 4.9,
"rating_count": 102,
"tech_stack": [
"ci/cd",
"docker",
"kubernetes",
"云架构"
],
"domains": [
"devops"
]
},
{
"id": 8,
"name": "郑老师",
"avatar_url": null,
"profession": "数据科学家",
"company": "美团",
"fee_per_hour": 500,
"rating": 4.8,
"rating_count": 93,
"tech_stack": [
"python",
"数据挖掘",
"机器学习",
"统计分析"
],
"domains": [
"data",
"ai"
]
}
],
"pagination": {
"page": 1,
"page_size": 20,
"total": 8
}
}