职安心
  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
/company/save
最后修改时间:2026-01-13 06:13:51

请求参数

Body 参数application/json

示例
{
    "id": "string",
    "companyName": "string",
    "addr": "string",
    "introduction": "string",
    "imgUrl": "string",
    "contact": "string",
    "contactPhone": "string",
    "status": "Draft",
    "longitude": "string",
    "latitude": "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 '/company/save' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "string",
    "companyName": "string",
    "addr": "string",
    "introduction": "string",
    "imgUrl": "string",
    "contact": "string",
    "contactPhone": "string",
    "status": "Draft",
    "longitude": "string",
    "latitude": "string"
}'

返回响应

🟢200成功
application/json
Body

示例
{
  "code": 0,
  "msg": "",
  "data": null
}
修改于 2026-01-13 06:13:51
上一页
根据名称查询企业
下一页
查询岗位
Built with