- 比赛
- 圈子
- 签到
- 学习
- 我的
- 消息
- 名师咨询
- 专家端
- 首页
- 成长档案
- 成长值兑换
- 模拟面试
- 首页
- 面试仓
- 简历诊断
- AI
- 就业活动周
- 咨询室
- 模拟面试
- 校友
- 比赛-升级版
- 抽奖
- 自助打印
- 招聘会
- 大屏
- 简历管理
- 专业POST
- 门户POST
- 山西大同毕业生数据同步接口POST
个人中心-任务列表
开发中
POST
https://wlys.zujitest.posedu.com.cn/http://zujitest.posedu.com.cn/api/app.user/up_info
请求参数
Header 参数
token
string
可选
示例值:
f7229b72-09f8-4d0b-b73a-8d4dbe4d6620
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
time
string
必需
data
array [object {8}]
必需
module_id
integer
必需
module_name
string
必需
module_title
string
必需
weight
integer
必需
is_delete
integer
必需
single_score
integer
分数
title
string
任务名称
cid
integer
必需
示例
{
"code": 0,
"msg": "string",
"time": "string",
"data": [
{
"module_id": 0,
"module_name": "string",
"module_title": "string",
"weight": 0,
"is_delete": 0,
"single_score": 0,
"title": "string",
"cid": 0
}
]
}