公司列表
POST
/recruitment/jobSeeker/companyList
接口描述
求职者身份进入应用后,展示公司列表页
请求头
参数名
类型
描述
必填
token
String
用户token
必填
Content-Type
String
application/json
必填
请求参数
参数名
类型
描述
必填
pageIndex
int
当前页码(默认为1)
必填
pageSize
int
每页记录条数(默认为10)
必填
searchText
String
搜索文本
必填
companySizeList
Array
公司规模的枚举值列表
必填
financingStageList
Array
融资规模的枚举值列表
必填
industryList
Array
公司所属行业枚举值列表
必填
响应参数
参数名
类型
描述
必填
result
int
响应码
必填
message
String
响应消息
必填
total
int
总条数
必填
totalPage
int
总页数
必填
currentPage
int
当前页数
必填