- 比赛
- 圈子
- 签到
- 学习
- 我的
- 消息
- 名师咨询
- 专家端
- 首页
- 成长档案
- 成长值兑换
- 模拟面试
- 首页
- 面试仓
- 简历诊断
- AI
- 就业活动周
- 咨询室
- 模拟面试
- 校友
- 比赛-升级版
- 抽奖
- 自助打印
- 招聘会
- 大屏
- 简历管理
- 专业POST
- 门户POST
- 山西大同毕业生数据同步接口POST
咨询室视频列表
开发中
POST
https://wlys.zujitest.posedu.com.cn//api/v4/consulting_room/getConsultingVideoList
请求参数
Query 参数
wroom_id
integer
必需
示例值:
咨询室id
video_id
integer
必需
示例值:
视频id
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
time
string
必需
data
object
必需
current_video_id
string
当前视频id
current_video_name
string
当前视频名称
current_video_url
string
当前视频地址
visit_num
integer
浏览量
collect_num
integer
收藏量
is_collect
integer
当前用户是否收藏
thumb_num
integer
点赞量
is_thumb
integer
当前用户是否点赞
videoList
object
返回视频列表数据
示例
{
"code": 1,
"msg": "获取成功",
"time": "1703573728",
"data": {
"current_video_id": 4,
"current_video_name": "测试视频6",
"current_video_url": "https://wlzj2.posedu.com.cn/manage/uploads/20231225/228543fb64a5e725c477d9f3253f66ad.mp4",
"visit_num": 16,
"collect_num": 1,
"is_collect": 0,
"thumb_num": 2,
"is_thumb": 0,
"videoList": [
{
"video_id": 1,
"video_url": "https://wlzj2.posedu.com.cn/manage/uploads/20231221/f6bea9c2f18ffe828b7d8241bf7b499b.mp4",
"video_name": "测试视频3",
"is_current": 0
},
{
"video_id": 4,
"video_url": "https://wlzj2.posedu.com.cn/manage/uploads/20231225/228543fb64a5e725c477d9f3253f66ad.mp4",
"video_name": "测试视频6",
"is_current": 1
},
{
"video_id": 2,
"video_url": "https://wlzj2.posedu.com.cn/manage/uploads/20231221/f6bea9c2f18ffe828b7d8241bf7b499b.mp4",
"video_name": "测试视频1",
"is_current": 0
}
]
}
}