- AdminApi
- hr_star管理
- hr_team管理
- hr_banner管理
- hr_mentor管理
- hr_resume管理
- hr_history管理
- hr_setting管理
- 学生管理
- 简历投递管理
- hr_team_info管理
- hr_template管理
- hr_agreement管理
- 面试阶段管理
- hr_promotion管理
- 招聘信息管理
- hr_resume_work管理
- 学校信息管理
- hr_resume_award管理
- hr_student_join管理
- hr_project_infos管理
- hr_position_infos管理
- 工作经验管理
- 学校导入学生信息管理
- 企业信息管理
- hr_template_resume管理
- hr_resume_education管理
- hr_talent_assessment管理
- hr_prescription_history管理
- hr_financial_institution管理
- 企业合作需求管理
- hr_enterprise_prescription管理
- 学校合作需求管理
- 公告管理
- 数据看板
- AppApi
- 收藏管理
- 组队管理
- 首页banner管理
- 导师管理
- 简历信息管理
- 历史记录管理
- 消息管理
- 参数设置管理
- 学生信息管理
- 字典管理
- 简历投递管理
- 项目组队管理
- 模板管理
- hr_agreement管理
- 面试阶段管 理
- 学生个人能力提升管理
- 招聘信息管理
- hr_resume_work管理
- 学校信息管理
- hr_resume_award管理
- 学生报名管理
- 项目信息管理
- hr_position_infos管理
- 工作经验管理
- 学校导入学生信息管理
- 企 业信息管理
- 简历模板映射表管理
- hr_resume_education管理
- 人才测评管理
- hr_prescription_history管理
- hr_financial_institution管理
- 企业合作需求管理
- hr_enterprise_prescription管理
- 学校合作需求管理
- 公告管理
- 反馈评价
- 浏览记录(通用)
app新增hr_enterprise_info
Admin开发环境
http://localhost:8001
Admin开发环境
http://localhost:8001
POST
/hrEnterpriseInfo
请求参数
Body 参数application/json
id
integer | null
关键Id
email
string | null
邮箱(账号)
enterpriseName
string | null
企业名称
abbreviation
string | null
企业简称
location
string | null
企业所在地
businessLicense
string | null
营业执照
contactLnformation
string | null
联系方式
password
string | null
登录密码(弃用)
certificateType
string | null
法人证件类型
certificateLmage
string | null
法人证件图片
phone
string | null
法人手机号
enterpriseSize
string | null
企业规模
projectCases
string | null
项目案例
businessSituation
string | null
经营情况
developmentGoals
string | null
发展目标
environment
string | null
实景展示(照片)
certificateOfincumbency
string | null
在职证明(附件)
socialSecurityCertificate
string | null
社保证明(附件)
taxCertificate
string | null
税收证明(附件)
letterOfCommitment
string | null
可选
description
string | null
备注
createTime
string | null
创建时间
createUserId
integer | null
创建用户
lastModifyTime
string | null
修改时间
lastModifyUserId
integer | null
修改用户
logo
string | null
logo
website
string | null
官网
enterpriseCondition
string | null
经营状况
score
number | null
企业评分
state
string | null
状态
enterpriseType
integer | null
企业类型字典ID
synopsis
string | null
简介
establishmentDate
string | null
成立时间
juridicalName
string | null
法人姓名
registeredCapital
string | null
注册资本
contact
string | null
联系人
contactImg
string | null
联系人头像
companyAddress
string | null
公司地址
financing
integer | null
可选
industry
integer | null
可选
orgType
integer | null
可选
isHome
integer | null
是否首页展示
serialNum
integer | null
序号
serialTime
string | null
序号过期时间
nature
string | null
企业性质
示例
{
"id": 0,
"email": "string",
"enterpriseName": "string",
"abbreviation": "string",
"location": "string",
"businessLicense": "string",
"contactLnformation": "string",
"password": "string",
"certificateType": "string",
"certificateLmage": "string",
"phone": "string",
"enterpriseSize": "string",
"projectCases": "string",
"businessSituation": "string",
"developmentGoals": "string",
"environment": "string",
"certificateOfincumbency": "string",
"socialSecurityCertificate": "string",
"taxCertificate": "string",
"letterOfCommitment": "string",
"description": "string",
"createTime": "string",
"createUserId": 0,
"lastModifyTime": "string",
"lastModifyUserId": 0,
"logo": "string",
"website": "string",
"enterpriseCondition": "string",
"score": 0,
"state": "string",
"enterpriseType": 0,
"synopsis": "string",
"establishmentDate": "string",
"juridicalName": "string",
"registeredCapital": "string",
"contact": "string",
"contactImg": "string",
"companyAddress": "string",
"financing": 0,
"industry": 0,
"orgType": 0,
"isHome": 0,
"serialNum": 0,
"serialTime": "string",
"nature": "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 'http://localhost:8001/hrEnterpriseInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"email": "string",
"enterpriseName": "string",
"abbreviation": "string",
"location": "string",
"businessLicense": "string",
"contactLnformation": "string",
"password": "string",
"certificateType": "string",
"certificateLmage": "string",
"phone": "string",
"enterpriseSize": "string",
"projectCases": "string",
"businessSituation": "string",
"developmentGoals": "string",
"environment": "string",
"certificateOfincumbency": "string",
"socialSecurityCertificate": "string",
"taxCertificate": "string",
"letterOfCommitment": "string",
"description": "string",
"createTime": "string",
"createUserId": 0,
"lastModifyTime": "string",
"lastModifyUserId": 0,
"logo": "string",
"website": "string",
"enterpriseCondition": "string",
"score": 0,
"state": "string",
"enterpriseType": 0,
"synopsis": "string",
"establishmentDate": "string",
"juridicalName": "string",
"registeredCapital": "string",
"contact": "string",
"contactImg": "string",
"companyAddress": "string",
"financing": 0,
"industry": 0,
"orgType": 0,
"isHome": 0,
"serialNum": 0,
"serialTime": "string",
"nature": "string"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-05-07 09:45:46