职安心
  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. 岗位

更新岗位

POST
/job/update
最后修改时间:2026-01-13 06:13:51

请求参数

Body 参数application/json

示例
{
    "id": "string",
    "name": "string",
    "companyId": "string",
    "label": "string",
    "sort": 0,
    "publishChannel": "string",
    "recruitStatus": "Recruiting",
    "isSigned": 0,
    "requirements": "string",
    "workArea": "string",
    "workAddr": "string",
    "roomSupply": "string",
    "degreeReq": "string",
    "workExp": "string",
    "skillReq": "string",
    "otherReq": "string",
    "interviewType": "{title: 现场面试}",
    "salaryType": "Day",
    "salaryMin": 0,
    "salaryMax": 0,
    "salaryRemark": "string",
    "type": "CwJobEntity.Type.全职",
    "recruitNum": 1,
    "imgUrl": "string",
    "listPicUrl": "string",
    "videoUrl": "string",
    "isHot": 0,
    "interviewAddr": "string",
    "interviewerName": "string",
    "interviewPhone": "string",
    "longitude": "string",
    "latitude": "string",
    "isUrgent": 0,
    "jobType": "string",
    "companyName": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/job/update' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "string",
    "name": "string",
    "companyId": "string",
    "label": "string",
    "sort": 0,
    "publishChannel": "string",
    "recruitStatus": "Recruiting",
    "isSigned": 0,
    "requirements": "string",
    "workArea": "string",
    "workAddr": "string",
    "roomSupply": "string",
    "degreeReq": "string",
    "workExp": "string",
    "skillReq": "string",
    "otherReq": "string",
    "interviewType": "{title: 现场面试}",
    "salaryType": "Day",
    "salaryMin": 0,
    "salaryMax": 0,
    "salaryRemark": "string",
    "type": "CwJobEntity.Type.全职",
    "recruitNum": 1,
    "imgUrl": "string",
    "listPicUrl": "string",
    "videoUrl": "string",
    "isHot": 0,
    "interviewAddr": "string",
    "interviewerName": "string",
    "interviewPhone": "string",
    "longitude": "string",
    "latitude": "string",
    "isUrgent": 0,
    "jobType": "string",
    "companyName": "string"
}'

返回响应

🟢200成功
application/json
Body

示例
{
  "code": 0,
  "msg": "",
  "data": ""
}
修改于 2026-01-13 06:13:51
上一页
发布岗位
下一页
工种列表
Built with