¶Demo
http://106.15.194.74:99/job.ics
可选参数(默认为湖南工业大学校内宣讲会)
school: 学校名称首字母缩写,eg: 湖南工业大学->hngydx mode:
getcareers
,getjobfairs
type:inner
,outer
另外支持就业中心网页的过滤条件。
eg: http://106.15.194.74:99/job.ics?sf=宣讲会&tp=校外
¶API
带 * 号的为可选参数,请求时可不带此关键字
¶宣讲会
¶宣讲会日程
http://job.hut.edu.cn/module/getcareers?start=#起始点#&count=#个数#&k=#企业名称关键字#&address=#地址#&professionals=#专业#&career_type=#类型#&type=#区域#&day=#日期#
start: 起始点,即从第几个开始显示
count: 从 start 开始,显示 count 个数据
*k: 企业名称关键字,空为所有(也可使用 keyword 关键字)
*address: 企业地址 *professionals: 专业,空为所有
*career_type: 类型,可选值:{实习、校招、包含实习,空为全部}
type: 范围,可选值:{校内:inner,校外:outer}
day: 日期:eg:2019-10-23,空为当前日期
返回 json 对象
1 | { |
¶企业详细信息页面
http://static.bibibi.net/student/chance/preachmeetingdetails.html?token=yxqqnn0000000012&career_id=#企业 ID#
career_id: 可从前面宣讲会返回值中获取
¶企业详细信息 API
http://student.bibibi.net/index.php?r=career/ajaxgetcareerdetail&token=yxqqnn0000000012&career_id=#企业 ID#
career_id: 可从前面宣讲会返回值中获取
返回 json 对象
1 | { |
¶岗位详细信息页面
http://static.bibibi.net/student/chance/newestjobdetails.html?token=yxqqnn0000000012&publish_id=#发布 ID#
publish_id: 可从前面企业详细信息 API 返回值中获取
¶岗位详细信息 API
http://student.bibibi.net/index.php?r=job/ajaxgetjobdetail&token=yxqqnn0000000012&publish_id=#发布 ID#
publish_id: 可从前面企业详细信息 API 返回值中获取
返回 json 对象
1 | { |
¶企业信用信息页面
http://static.bibibi.net/student/chance/company_credit.html?token=yxqqnn0000000012&company_id=#公司 ID#
company_id: 可从前面企业详细信息 API 返回值中获取
¶企业信用信息 API
http://student.bibibi.net/index.php?r=complaint/ajax_company_complaint_info&token=yxqqnn0000000012&company_id=#公司 ID#
company_id: 可从前面企业详细信息 API 返回值中获取
¶双选会
¶双选会日程
http://job.hut.edu.cn/module/getjobfairs?start=#起始点#&count=#个数#&type=#区域#&address=#地址#&organisers=#主办方#&keyword=#企业名称关键字#&day=#日期#
start: 同宣讲会
count: 同宣讲会
*type: 同宣讲会
*address: 同宣讲会
*organisers: 组织者 *keyword: 企业名称关键字,空为所有(也可使用 k 关键字)
*day: 范围,默认为校内,任意值为校外
返回 json 对象
1 | { |
¶双选会详细信息页面
http://job.hut.edu.cn/detail/jobfair?id=#ID#
id: 可从前面返回值中 fair_id 获取
¶双选会详细信息 API
https://s.bysjy.com.cn/index.php?r=chance/ajaxgetjobfairdetail&token=yxqqnn0000000012&fair_id=
fair_id: 可从前面返回值中获取
返回 json 对象
1 | { |