简要描述:

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2026-03-11

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 凭证

请求参数:

参数名 是否必须 类型 说明
cate_id string 分类id
job_title string 岗位名称

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "recruitment_id": 4,
                "uid": 8,
                "job_title": "高级工程师2",
                "position_pictures": "http://wzbjob.com/uploads/0b8a3f2.png",
                "created_at": "2026-03-09 15:00:27",
                "phone": "13113690001",
                "collect_id": 2,
                "created_msg": "发布于前天",
                "collect_status": true
            }
        ],
        "page": 1,
        "pagesize": 10,
        "total": 1
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "key错误"
}

返回参数说明:

参数名 类型 说明
recruitment_id string 岗位id
uid string 用户uid
job_title string 岗位名称
position_pictures string 岗位图片
created_at string 时间
created_msg string 时间提示
phone string 手机号
collect_id string 收藏标识
collect_status string 收藏状态【true=收藏,false=未收藏】

备注:

作者:admin  创建时间:2026-03-11 20:29
最后编辑:admin  更新时间:2026-03-27 20:49
上一篇:
下一篇: