const got = require('@/utils/got'); const cheerio = require('cheerio'); const url = require('url').resolve; const typeMaps = ['本部招聘', '湘雅招聘', '铁道招聘', '在线招聘', '事业招考']; module.exports = async (ctx) => { const type = ctx.params.type || 1; const link = 'http://jobsky.csu.edu.cn/Home/PartialArticleList'; const response = await got.post(link, { form: 'pageindex=1&pagesize=10&typeid=' + type + '&followingdates=-1', }); const $ = cheerio.load('