- 比赛
- 圈子
- 签到
- 学习
- 我的
- 消息
- 名师咨询
- 专家端
- 首页
- 成长档案
- 成长值兑换
- 模拟面试
- 首页
- 面试仓
- 简历诊断
- AI
- 就业活动周
- 咨询室
- 模拟面试
- 校友
- 比赛-升级版
- 抽奖
- 自助打印
- 招聘会
- 大屏
- 简历管理
- 专业POST
- 门户POST
- 山西大同毕业生数据同步接口POST
专家咨询列表接口
开发中
POST
https://wlys.zujitest.posedu.com.cn/expertConsultation
请求参数
Query 参数
expert_id
string
可选
示例值:
2
student_name
string
模糊
示例值:
胡
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"consultation_id": 1,
"school_id": null,
"consultation_des": "你好啊老师",
"user_id": 1,
"expert_id": 2,
"status": "1",
"createtime": "2024-06-28 16:32:45",
"last_answer_time": "2024-06-28 16:32:45",
"close_time": null,
"last_chat_type": "2",
"annex_url": "",
"annex_file_name": null,
"annex_file_size": null,
"file_name": null,
"file_suffix": null,
"call_duration": null,
"conclusion": "111",
"name": "张伟明",
"student_name": "胡胡",
"record": [
{
"id": 1,
"consultation_id": 1,
"createtime": "2024-06-28 16:33:27",
"type": "1",
"content": "你好啊老师",
"satisfaction_score": null,
"is_read": "0",
"expert_annex_url": "",
"file_name": null,
"file_size": null,
"file_suffix": null,
"file_type": null,
"is_task": "0",
"task_id": null,
"msg_type": "text",
"consult_comment_id": null,
"consult_comment": null,
"video_status": 1,
"call_type": null
},
{
"id": 2,
"consultation_id": 1,
"createtime": "2024-06-28 16:33:50",
"type": "1",
"content": "在吗",
"satisfaction_score": null,
"is_read": "0",
"expert_annex_url": "",
"file_name": null,
"file_size": null,
"file_suffix": null,
"file_type": null,
"is_task": "0",
"task_id": null,
"msg_type": "text",
"consult_comment_id": null,
"consult_comment": null,
"video_status": 1,
"call_type": null
},
{
"id": 3,
"consultation_id": 1,
"createtime": "2024-06-30 08:37:11",
"type": "2",
"content": "同学有什么问题吗",
"satisfaction_score": null,
"is_read": "0",
"expert_annex_url": "",
"file_name": null,
"file_size": null,
"file_suffix": null,
"file_type": null,
"is_task": "0",
"task_id": null,
"msg_type": "text",
"consult_comment_id": null,
"consult_comment": null,
"video_status": 1,
"call_type": null
}
]
},
{
"consultation_id": 3,
"school_id": null,
"consultation_des": "6666",
"user_id": 1,
"expert_id": 2,
"status": "1",
"createtime": "2024-06-28 20:05:43",
"last_answer_time": "2024-07-01 20:05:43",
"close_time": null,
"last_chat_type": "1",
"annex_url": "",
"annex_file_name": null,
"annex_file_size": null,
"file_name": null,
"file_suffix": null,
"call_duration": null,
"conclusion": null,
"name": "张伟明",
"student_name": "胡胡",
"record": []
}
]
}