获取岗位信息
GET
http://localhost:8080/job/list
接口描述
获取不同的岗位数据(技术或非技术岗位),线上测试地址:http://47.94.95.151:8888
前端请求参数
参数名
类型
描述
必填
pageNum
string
页码
必填
pageSize
string
每页数量
必填
is_type
Integer
默认为0代表技术岗位,1代表非技术岗位
必填
withPage
Integer
0不分页,1分页
必填
isDel
Integer
0为无效岗位,1为有效岗位
必填
未登录响应参数
参数名
类型
描述
必填
code
Integer
-1
必填
message
String
会话已经丢失
必填