1. 获取招聘信息列表
GET
/recruitment-infor/getRecruitmentInfoList
请求头
参数名
类型
描述
必填
token
string
token
必填
请求参数(query参数)
参数名
类型
描述
必填
account
string
当前登录人的账号 (判空,不能为空)
必填
enterpriseName
string
企业名称
必填
salary
string
薪资
必填
positionName
string
岗位名称
必填
gender
integer
性别要求(0:女;1:男;2:无限制)
必填
page
integer
当前页 (判空,不能为空)
必填
pageRow
integer
每页数量(判空,不能为空)
必填
响应参数
参数名
类型
描述
必填
code
integer
响应码
必填
message
string
响应消息
必填
totalNum
integer
总数
必填