1. 岗位
职安心
  • 企业
    • 查询商户下属企业列表
      GET
    • 根据名称查询企业
      GET
    • 增加或更新企业
      POST
  • 岗位
    • 查询岗位
      GET
    • 发布岗位
      POST
    • 更新岗位
      POST
    • 工种列表
      GET
    • 设置岗位上下架
      POST
  • 数据字典
    • 学历字典
      GET
  • 数据模型
    • CwCompanyEntity
    • ApiResponseListCwCompanyEntity
    • RestResponse
    • ApiResponse?
    • JobVO
    • CompanyVO
    • CwJobEntity
    • JobForm
    • ApiResponseJobVO
    • ApiResponseListCompanyVO
    • SysDictEntity
    • JobTypeVO
    • ApiResponseString
    • ApiResponseListSysDictEntity
    • ApiResponseListJobTypeVO
    • SetRecruitForm
    • ApiResponseCompanyVO
    • CompanyForm
  1. 岗位

查询岗位

GET
/job/info/{id}
最后修改时间:2026-01-13 06:13:51

请求参数

Path 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/job/info/'

返回响应

🟢200成功
application/json
Body

示例
{
  "code": 0,
  "msg": "",
  "data": {
    "id": "",
    "name": "",
    "companyId": "",
    "label": "",
    "sort": 0,
    "publishChannel": "",
    "recruitStatus": "",
    "isSigned": 0,
    "requirements": "",
    "workArea": "",
    "workAddr": "",
    "roomSupply": "",
    "degreeReq": "",
    "workExp": "",
    "skillReq": "",
    "otherReq": "",
    "interviewType": "",
    "salaryType": "",
    "salaryMin": 0.0,
    "salaryMax": 0.0,
    "salaryRemark": "",
    "type": "",
    "recruitNum": 0,
    "imgUrl": "",
    "listPicUrl": "",
    "videoUrl": "",
    "isHot": 0,
    "interviewAddr": "",
    "interviewerName": "",
    "interviewPhone": "",
    "longitude": "",
    "latitude": "",
    "isUrgent": 0,
    "jobType": ""
  }
}
修改于 2026-01-13 06:13:51
上一页
增加或更新企业
下一页
发布岗位
Built with