- 公用
- 应届生
- 企业招聘方
- 学校就业中心
- 聊天相关
- 判断服务器是否正常GET
- 未命名接口GET
- 获取登录信息GET
首页推荐岗位列表
联调中
GET
/fresh/job/recommend
请求参数
Query 参数
limit
integer
推荐个数
is_recommend
integer
可选
Header 参数
Authorization
string
必需
默认值:
{{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8081/bin_fresh_recruit/fresh/job/recommend?limit&is_recommend' \
--header 'Authorization;'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
msg
string
响应反馈
data
array [object {8}]
必需
id
integer
id
>= 1<= 2147483647
com_id
string
企业ID
<= 16 字符
job_id
string
岗位ID
<= 16 字符
job_name
string
岗位名称
<= 32 字符
job_type
string
岗位类别
<= 32 字符
job_intro
string
岗位介绍
<= 255 字符
job_require
string
岗位职责
<= 255 字符
job_pay
string
岗位薪资
<= 32 字符
示例
{
"code": 74,
"msg": "tempor",
"data": {
"list": [
{
"id": 66573961,
"com_id": "89",
"job_id": "66",
"job_name": "向主导共面务",
"job_type": "aliquip aliqua labore adipisici",
"job_intro": "cupidatat exercitation amet",
"job_require": "do fugiat ut",
"job_pay": "ei"
},
{
"id": 547211573,
"com_id": "75",
"job_id": "58",
"job_name": "保头查程月",
"job_type": "irure",
"job_intro": "in sunt non",
"job_require": "anim irure est",
"job_pay": "L"
},
{
"id": 1421432121,
"com_id": "13",
"job_id": "96",
"job_name": "系群声斯片七查",
"job_type": "qui aliquip sunt magna",
"job_intro": "dolor velit tempor amet",
"job_require": "pariatur ut elit et",
"job_pay": "mollit sint do"
},
{
"id": 1364827490,
"com_id": "81",
"job_id": "60",
"job_name": "儿说很",
"job_type": "reprehenderit culpa velit",
"job_intro": "veniam ea culpa",
"job_require": "sed eu occaecat ea",
"job_pay": "ad eiusmod"
}
],
"total": 23,
"page_size": 26,
"current": 86
}
}
🟢200成功响应
修改于 2023-12-03 05:57:31