简要描述:
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 1.0.0 | kevin | 2026-03-11 |
请求URL:
请求方式:
- GET
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| token | 否 | string | 凭证 |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| recruitment_id | 否 | string | 岗位id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"recruitment_id": 4,
"uid": 8,
"job_title": "高级工程师2",
"position_pictures": "http://wzbjob.com/uploads/9ae700b8a3f2.png",
"created_at": "2026-03-09 15:00:27",
"phone": "13113690001",
"company_name": "屋装宝建材有限公司",
"company_logo": "http://wzbjob.com/uploads/auth/2026/03/06/69aacad206dd4.png",
"company_address": "广东省深圳市",
"company_introduction": "介绍",
"company_welfare": [
"福利",
"分类"
],
"collect_id": 2,
"created_msg": "发布于前天",
"collect_status": true
},
"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 | 手机号 |
| company_name | string | 公司名称 |
| company_logo | string | 公司 logo |
| company_address | string | 公司地址 |
| company_introduction | string | 公司介绍 |
| company_welfare | array | 公司福利 |
| collect_id | string | 收藏标识 |
| collect_status | string | 收藏状态【true=收藏,false=未收藏】 |
备注:
- 无
作者:admin 创建时间:2026-03-12 14:26
最后编辑:admin 更新时间:2026-04-16 20:58
最后编辑:admin 更新时间:2026-04-16 20:58