- 比赛
- 圈子
- 签到
- 学习
- 我的
- 消息
- 名师咨询
- 专家端
- 首页
- 成长档案
- 成长值兑换
- 模拟面试
- 首页
- 面试仓
- 简历诊断
- AI
- 就业活动周
- 咨询室
- 模拟面试
- 校友
- 比赛-升级版
- 抽奖
- 自助打印
- 招聘会
- 大屏
- 简历管理
- 专业POST
- 门户POST
- 山西大同毕业生数据同步接口POST
获取推荐列表
开发中
POST
https://wlys.zujitest.posedu.com.cn/api/v4/circle/getPostList
请求参数
Query 参数
page
string
页码
示例值:
1
listRows
string
显示数量
示例值:
10
search
string
检索内容
示例值:
发
topic_id
string
话题id
示例值:
1
user_id
string
可选
示例值:
1
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
time
string
必需
data
object
必需
total
integer
总数
per_page
string
当前分页
current_page
integer
必需
last_page
integer
最后一页
data
array [object {21}]
必需
示例
{
"code": 1,
"msg": "获取成功",
"time": "1703139018",
"data": {
"total": 3,
"per_page": "10",
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 3,
"school_id": 76,
"topic_id": 1,
"user_id": 76,
"release_content": "发布内容",
"release_images": "url;url;url",
"release_video": "url",
"type": 2,
"is_shield": 0,
"shield_content": null,
"post_id": 1,
"createtime": "2023.12.21 09:44:24",
"updatetime": 1703123064,
"deletetime": null,
"student_name": null,
"head_portrait": "https://wlzj2.posedu.com.cn/uploads/20200818/d340dff166918506758b6bfc5c67416b.png",
"zfCount": 0,
"plCount": 0,
"dzCount": 0,
"isDz": 0,
"topic": {
"topicId": 1,
"topicContent": "创建一个二十字以内的话题1"
}
},
{
"id": 2,
"school_id": 76,
"topic_id": 1,
"user_id": 76,
"release_content": "发布内容",
"release_images": "url;url;url",
"release_video": "url",
"type": 2,
"is_shield": 0,
"shield_content": null,
"post_id": 1,
"createtime": "2023.12.21 09:40:27",
"updatetime": 1703122827,
"deletetime": null,
"student_name": null,
"head_portrait": "https://wlzj2.posedu.com.cn/uploads/20200818/d340dff166918506758b6bfc5c67416b.png",
"zfCount": 0,
"plCount": 0,
"dzCount": 0,
"isDz": 0,
"topic": {
"topicId": 1,
"topicContent": "创建一个二十字以内的话题1"
}
},
{
"id": 1,
"school_id": 76,
"topic_id": 1,
"user_id": 615873,
"release_content": "发布内容",
"release_images": null,
"release_video": null,
"type": null,
"is_shield": 0,
"shield_content": null,
"post_id": 0,
"createtime": "1970.01.01 08:00:00",
"updatetime": null,
"deletetime": null,
"student_name": "陶传平",
"head_portrait": "https://wlzj2.posedu.com.cn/uploads/20200818/d340dff166918506758b6bfc5c67416b.png",
"zfCount": 2,
"plCount": 2,
"dzCount": 0,
"isDz": 1,
"topic": {
"topicId": 1,
"topicContent": "创建一个二十字以内的话题1"
}
}
]
}
}