- 比赛
- 圈子
- 签到
- 学习
- 我的
- 消息
- 名师咨询
- 专家端
- 首页
- 成长档案
- 成长值兑换
- 模拟面试
- 首页
- 面试仓
- 简历诊断
- AI
- 就业活动周
- 咨询室
- 模拟面试
- 校友
- 比赛-升级版
- 抽奖
- 自助打印
- 招聘会
- 大屏
- 简历管理
- 专业POST
- 门户POST
- 山西大同毕业生数据同步接口POST
面试仓预约-根据日期获取面试时间段
开发中
POST
https://wlys.zujitest.posedu.com.cn/http://wlys.pos/api/mnms/interview/get_space_time_slot
请求参数
Query 参数
id
string
可选
示例值:
16
date
string
可选
示例值:
2024-08-29
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
time
string
必需
data
array [object {5}]
必需
stime
string
必需
etime
string
必需
time_str
string
必需
time_txt
string
必需
isHave
integer
必需
示例
{
"code": 1,
"msg": "获取成功!",
"time": "1724903563",
"data": [
{
"stime": "2024-08-29 12:25:00",
"etime": "2024-08-29 12:55:00",
"time_str": "2024082912251255",
"time_txt": "12:25-12:55",
"isHave": 0
},
{
"stime": "2024-08-29 13:00:00",
"etime": "2024-08-29 13:30:00",
"time_str": "2024082913001330",
"time_txt": "13:00-13:30",
"isHave": 0
},
{
"stime": "2024-08-29 13:35:00",
"etime": "2024-08-29 14:05:00",
"time_str": "2024082913351405",
"time_txt": "13:35-14:05",
"isHave": 0
},
{
"stime": "2024-08-29 14:10:00",
"etime": "2024-08-29 14:40:00",
"time_str": "2024082914101440",
"time_txt": "14:10-14:40",
"isHave": 0
},
{
"stime": "2024-08-29 14:45:00",
"etime": "2024-08-29 15:15:00",
"time_str": "2024082914451515",
"time_txt": "14:45-15:15",
"isHave": 0
},
{
"stime": "2024-08-29 15:20:00",
"etime": "2024-08-29 15:50:00",
"time_str": "2024082915201550",
"time_txt": "15:20-15:50",
"isHave": 0
},
{
"stime": "2024-08-29 15:55:00",
"etime": "2024-08-29 16:25:00",
"time_str": "2024082915551625",
"time_txt": "15:55-16:25",
"isHave": 0
},
{
"stime": "2024-08-29 16:30:00",
"etime": "2024-08-29 17:00:00",
"time_str": "2024082916301700",
"time_txt": "16:30-17:00",
"isHave": 0
},
{
"stime": "2024-08-29 17:05:00",
"etime": "2024-08-29 17:35:00",
"time_str": "2024082917051735",
"time_txt": "17:05-17:35",
"isHave": 0
},
{
"stime": "2024-08-29 17:40:00",
"etime": "2024-08-29 18:10:00",
"time_str": "2024082917401810",
"time_txt": "17:40-18:10",
"isHave": 0
},
{
"stime": "2024-08-29 18:15:00",
"etime": "2024-08-29 18:45:00",
"time_str": "2024082918151845",
"time_txt": "18:15-18:45",
"isHave": 0
},
{
"stime": "2024-08-29 18:50:00",
"etime": "2024-08-29 19:20:00",
"time_str": "2024082918501920",
"time_txt": "18:50-19:20",
"isHave": 0
},
{
"stime": "2024-08-29 19:25:00",
"etime": "2024-08-29 19:55:00",
"time_str": "2024082919251955",
"time_txt": "19:25-19:55",
"isHave": 0
},
{
"stime": "2024-08-29 20:00:00",
"etime": "2024-08-29 20:30:00",
"time_str": "2024082920002030",
"time_txt": "20:00-20:30",
"isHave": 0
},
{
"stime": "2024-08-29 20:35:00",
"etime": "2024-08-29 21:05:00",
"time_str": "2024082920352105",
"time_txt": "20:35-21:05",
"isHave": 0
},
{
"stime": "2024-08-29 21:10:00",
"etime": "2024-08-29 21:40:00",
"time_str": "2024082921102140",
"time_txt": "21:10-21:40",
"isHave": 0
}
]
}