- 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_school_info
Admin开发环境
http://localhost:8001
Admin开发环境
http://localhost:8001
POST
/hrSchoolInfo
请求参数
Body 参数application/json
id
integer | null
关键Id
email
string | null
邮箱(账号)
schooName
string | null
学校名称
location
string | null
学校所在地
identityDocument
string | null
证明文件
contactLnformation
string | null
联系方式
schoolType
string | null
学校类型
certificateType
string | null
法人证件类型
certificateLmage
string | null
法人证件图片
phone
string | null
法人手机号
description
string | null
备注
createTime
string | null
创建时间
createUserId
integer | null
创建用户
lastModifyTime
string | null
修改时间
lastModifyUserId
integer | null
修改用户
logo
string | null
logo
officialImg
string | null
公众号图片
contact
string | null
联系人
keyDiscipline
string | null
重点学科
intro
string | null
简介
website
string | null
官网
password
string | null
登录密码(弃用)
isHome
integer | null
是否首页展示
serialNum
integer | null
序号
serialTime
string | null
序号过期时间
schoolIdea
string | null
教学理念
professionalIntroduction
string | null
专业介绍
peopleNum
string | null
学生人数
graduatesNum
string | null
应届生人数
示例
{
"id": 0,
"email": "string",
"schooName": "string",
"location": "string",
"identityDocument": "string",
"contactLnformation": "string",
"schoolType": "string",
"certificateType": "string",
"certificateLmage": "string",
"phone": "string",
"description": "string",
"createTime": "string",
"createUserId": 0,
"lastModifyTime": "string",
"lastModifyUserId": 0,
"logo": "string",
"officialImg": "string",
"contact": "string",
"keyDiscipline": "string",
"intro": "string",
"website": "string",
"password": "string",
"isHome": 0,
"serialNum": 0,
"serialTime": "string",
"schoolIdea": "string",
"professionalIntroduction": "string",
"peopleNum": "string",
"graduatesNum": "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/hrSchoolInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"email": "string",
"schooName": "string",
"location": "string",
"identityDocument": "string",
"contactLnformation": "string",
"schoolType": "string",
"certificateType": "string",
"certificateLmage": "string",
"phone": "string",
"description": "string",
"createTime": "string",
"createUserId": 0,
"lastModifyTime": "string",
"lastModifyUserId": 0,
"logo": "string",
"officialImg": "string",
"contact": "string",
"keyDiscipline": "string",
"intro": "string",
"website": "string",
"password": "string",
"isHome": 0,
"serialNum": 0,
"serialTime": "string",
"schoolIdea": "string",
"professionalIntroduction": "string",
"peopleNum": "string",
"graduatesNum": "string"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-05-07 09:45:52