- 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
/hrEnterpriseInfo/getInfoByScore
请求参数
Query 参数
enterpriseType
integer
企业类型字典ID
id
integer
企业id
isMySelf
boolean
可选
industry
integer
可选
location
string
企业所在地
enterpriseName
string
可选
示例代码
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/hrEnterpriseInfo/getInfoByScore'
返回响应
🟢200成功
application/json
Body
status
integer | null
响应码
success
boolean | null
可选
是否成功:成功true,失败false
msg
string | null
响应消息
total
integer | null
总条数
totalPage
integer | null
总页数
data
object (EnterpriseFeaturesDto)
响应数据
id
integer | null
关键Id
enterpriseName
string | null
企业名称
abbreviation
string | null
企业简称
location
string | null
企业所在地
contactLnformation
string | null
联系方式
enterpriseSize
string | null
企业规模
projectCases
string | null
项目案例
businessSituation
string | null
经营情况
developmentGoals
string | null
发展目标
environment
string | null
实景展示(照片)
description
string | null
备注
logo
string | null
logo
website
string | null
官网
enterpriseCondition
string | null
经营状况
score
number | null
企业评分
state
string | null
状态
enterpriseType
integer | null
企业类型字典ID
enterpriseTypeLabel
string | null
企业类型字典ID
synopsis
string | null
简介
establishmentDate
string | null
成立时间
establishmentDuration
integer | null
成立时长(年)
registeredCapital
string | null
注册资本
juridicalName
string | null
法人姓名
companyAddress
string | null
公司地址
financing
integer | null
可选
industry
integer | null
可 选
industryLabel
string | null
可选
contact
string | null
联系人
contactImg
string | null
联系人头像
employmentNum
integer | null
在招招聘数量
orgType
integer | null
可选
orgTypeLabel
string | null
主体类型
nature
string | null
企业性质
time
string | null
响应时间
示例
{
"status": 0,
"success": false,
"msg": "",
"total": 0,
"totalPage": 0,
"data": {
"id": 0,
"enterpriseName": "",
"abbreviation": "",
"location": "",
"contactLnformation": "",
"enterpriseSize": "",
"projectCases": "",
"businessSituation": "",
"developmentGoals": "",
"environment": "",
"description": "",
"logo": "",
"website": "",
"enterpriseCondition": "",
"score": 0.0,
"state": "",
"enterpriseType": 0,
"enterpriseTypeLabel": "",
"synopsis": "",
"establishmentDate": "",
"establishmentDuration": 0,
"registeredCapital": "",
"juridicalName": "",
"companyAddress": "",
"financing": 0,
"industry": 0,
"industryLabel": "",
"contact": "",
"contactImg": "",
"employmentNum": 0,
"orgType": 0,
"orgTypeLabel": "",
"nature": ""
},
"time": ""
}
修改于 2024-05-07 09:45:46