文档
测试

审核列表

POST
{{url}}/home/shList?judge_id&page&match&sh_status

请求参数

参数名
类型
描述
必填
judge_id
int
审核员id 登录成功后返回的
必填
sh_status
int
1未打分 2打分
必填
match
string
关键字
必填
page
int
页码
必填
zu
int
所属组 登录成功返回
必填

说明 / 示例

{ "code": 200, "msg": "成功", "data": { "current_page": 1, 当前页 "data": [ { "id": 1, 列表id "type": null, 赛道类型 1产品技术 2音乐歌舞 3内容创作 "userId": null, 发帖用户ID "nickname": null, 发帖用户昵称 "avatar": null, 发帖用户头像 "brief": null, 发帖用户简介 "postsId": null, 帖子ID "topicId": null, 话题ID "title": null, 标题 "content": null, 标题 "pics": null, 封面图 多张逗号分隔 "createTime": null, 创建时间 "publishTime": null, 发布时间 "isDeleted": null, "likesCount": null, 点赞量 "postsImages": null, 帖子图片集合 多张逗号分隔 "videoUrl": null, 视频 "videoTime": null, 视频时长 "form_url": "https://cir.uni.changan.com.cn/quanzi/?from=singlemessage&t=1670220884#/postDetailImg?postsId=73621281", "form_pic": null, "judge_id": 0, 评委id 0证明没有打分 "score": 0 打分分数 } ], "first_page_url": "http://www.jifen.com/admin/prizeList?page=1", //首页链接 "from": 1, "last_page": 1, //最后页 "last_page_url": "http://www.jifen.com/admin/prizeList?page=1",//最后页链接 "next_page_url": null,//下一页链接 "path": "http://www.jifen.com/admin/prizeList", "per_page": 20, //每页显示条数 "prev_page_url": null,//上一页链接 "to": 2, "total": 2 //总条数 } }