- 比赛
- 圈子
- 签到
- 学习
- 我的
- 消息
- 名师咨询
- 专家端
- 首页
- 成长档案
- 成长值兑换
- 模拟面试
- 首页
- 面试仓
- 简历诊断
- AI
- 就业活动周
- 咨询室
- 模拟面试
- 校友
- 比赛-升级版
- 抽奖
- 自助打印
- 招聘会
- 大屏
- 简历管理
- 专业POST
- 门户POST
- 山西大同毕业生数据同步接口POST
模块位置及状态调整
开发中
POST
https://wlys.zujitest.posedu.com.cn/api//jlzd/resumes_core/setModuleOrderResumes
请求参数
Body 参数application/json
module_data
array [object {4}]
必需
id
integer
必需
type
string
必需
status
integer
必需
sort
integer
必需
resume_id
string
必需
示例
{
"module_data": [
{
"id": 4,
"type": "person_info",
"status": 1,
"sort": 1
},
{
"id": 5,
"type": "education_experience",
"status": 1,
"sort": 2
}
],
"resume_id": "7"
}
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
time
string
必需
data
null
必需
示例
{
"code": 1,
"msg": "修改成功",
"time": "1717138006",
"data": null
}