- 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管理
- 学校合作需求管理
- 公告管理
- 反馈评价
- 浏览记录(通用)
获取当前用户的学校信息
Admin开发环境
http://localhost:8001
Admin开发环境
http://localhost:8001
GET
/hrSchoolInfo/getMySelf
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8001/hrSchoolInfo/getMySelf'
返回响应
🟢200成功
application/json
Body
status
integer | null
响应码
success
boolean | null
可选
是否成功:成功true,失败false
msg
string | null
响应消息
total
integer | null
总条数
totalPage
integer | null
总页数
data
object (HrSchoolInfo)
响应数据
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
应届生人数
time
string | null
响应时间
示例
{
"status": 0,
"success": false,
"msg": "",
"total": 0,
"totalPage": 0,
"data": {
"id": 0,
"email": "",
"schooName": "",
"location": "",
"identityDocument": "",
"contactLnformation": "",
"schoolType": "",
"certificateType": "",
"certificateLmage": "",
"phone": "",
"description": "",
"createTime": "",
"createUserId": 0,
"lastModifyTime": "",
"lastModifyUserId": 0,
"logo": "",
"officialImg": "",
"contact": "",
"keyDiscipline": "",
"intro": "",
"website": "",
"password": "",
"isHome": 0,
"serialNum": 0,
"serialTime": "",
"schoolIdea": "",
"professionalIntroduction": "",
"peopleNum": "",
"graduatesNum": ""
},
"time": ""
}
修改于 2024-05-07 09:45:52