- 比赛
- 圈子
- 签到
- 学习
- 我的
- 消息
- 名师咨询
- 专家端
- 首页
- 成长档案
- 成长值兑换
- 模拟面试
- 首页
- 面试仓
- 简历诊断
- AI
- 就业活动周
- 咨询室
- 模拟面试
- 校友
- 比赛-升级版
- 抽奖
- 自助打印
- 招聘会
- 大屏
- 简历管理
- 专业POST
- 门户POST
- 山西大同毕业生数据同步接口POST
小程序面试报告接口+面试记录
开发中
POST
https://wlys.zujitest.posedu.com.cn/api//interview/getOne
请求参数
Query 参数
interview_log_id
string
面试记录id
示例值:
1
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
time
string
必需
data
object
必需
id
integer
必需
content
string
名声名称
start_time
string
开始时间
end_time
string
结束时间
video_url
string
视频地址
device_name
string
设备名
analysis
integer
解析状态 0未解析1已解析
score
string
总分
clothing
string
衣着形象
is_complete
integer
是否完成面试 1正常结束0未完成面试直接结束
time_long
string
面试时长
question_num
integer
题目数量
list
array [object {10}]
必需
示例
{
"code": 1,
"msg": "成功",
"time": "1715924310",
"data": {
"id": 1,
"content": "333333",
"start_time": "2024-05-16 13:46:45",
"end_time": "2024-05-16 15:46:49",
"video_url": "http://vod.v.jstv.com/video/2023/5/1/2023511682913339999_561_13363.mp4",
"device_name": "测试设备",
"analysis": 1,
"score": "80.00",
"clothing": "我是衣着形象",
"is_complete": 1,
"time_long": "10:00:04",
"question_num": 2,
"list": [
{
"id": 1,
"log_id": 1,
"question_id": 6,
"answer_time": 3000,
"answer_content": "哈哈哈哈哈哈哈哈",
"score": 20,
"name": "场景31",
"score_point": "",
"video_url": "",
"answer_model": ""
},
{
"id": 2,
"log_id": 1,
"question_id": 9,
"answer_time": 2000,
"answer_content": "呵呵呵呵呵",
"score": 60,
"name": "13111",
"score_point": "",
"video_url": "",
"answer_model": ""
}
]
}
}
修改于 2024-05-17 05:45:16