- 公用
- 应届生
- 企业招聘方
- 学校就业中心
- 聊天 相关
- 判断服务器是否正常GET
- 未命名接口GET
- 获取登录信息GET
查询岗位信息-企业列表
POST
/com/job/list/company
请求参数
Header 参数
Authorization
string
必需
默认值:
{{token}}
Body 参数application/json
com_id
string
企业ID
search_content
string
查询内容
current
integer
页码
page_size
integer
页大小
示例
{
"com_id": "string",
"search_content": "string",
"current": 0,
"page_size": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8081/bin_fresh_recruit/com/job/list/company' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"com_id": "string",
"search_content": "string",
"current": 0,
"page_size": 0
}'
返回响应
🟢200成功
application/json
Body
code
string
相应码
msg
string
响应反馈
data
object
响应数据
list
array [object {8}]
必需
current
integer
必需
page_size
integer
必需
total
integer
必需
示例
{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"job_id": "J74ec4162202",
"com_id": "B78fe1151415",
"job_name": "人力资源",
"job_type": "人力",
"job_intro": "招聘",
"job_require": "良好沟通",
"job_pay": "25k",
"create_time": "2024-03-16T08:22:02.000+00:00"
},
{
"job_id": "Jb7dc7162433",
"com_id": "B78fe1151415",
"job_name": "区素经百业书",
"job_type": "cillum in consectetur eu",
"job_intro": "eiusmod",
"job_require": "ad incididunt labore",
"job_pay": "irure eiusm",
"create_time": "2024-03-16T08:24:34.000+00:00"
}
],
"total": 2,
"current": 1,
"page_size": 4
}
}
🟢200成功响应
修改于 2024-03-16 08:54:31