import request from '@/utils/request' //1.资讯中心 start -------------------------------------> //1.1 获取资讯列表 export function getArticleList(params) { return request({ url: '/news/getArticleList', method: 'get', params }) } //1.2 添加资讯 export function addArticle(data) { return request({ url: '/news/addArticle', method: 'post', data }) } //1.3 删除资讯 export function delArticle(data) { return request({ url: '/news/delArticle', method: 'post', data }) } //1.4 查看资讯 export function getArticleInfo(params) { return request({ url: '/news/getArticleInfo', method: 'get', params }) } //1.5 修改资讯内容 export function updateArticle(data) { return request({ url: '/news/updateArticle', method: 'post', data }) } //1.5 修改资讯状态 export function upArticleStatus(data) { return request({ url: '/news/upArticleStatus', method: 'post', data }) } //20250226 产品列表 export function getGoodList(params) { return request({ url: '/news/getGoodList', method: 'post', params }) } export function addGood(data) { return request({ url: '/news/addGood', method: 'post', data }) } export function delGood(data) { return request({ url: '/news/delGood', method: 'post', data }) } export function getGoodInfo(params) { return request({ url: '/news/getGoodInfo', method: 'post', params }) } export function updateGood(data) { return request({ url: '/news/updateGood', method: 'post', data }) } export function websiteList(params) { return request({ url: '/website/getWebsiteList', method: 'get', params }) } export function getWebsiteNavList(data) { return request({ url: '/website/getWebsiteNavList', method: 'post', data }) } //20250226 产品列表 //20250306求职 export function getJobHuntingList(params) { return request({ url: '/news/getJobHuntingList', method: 'post', params }) } export function addJobHunting(data) { return request({ url: '/news/addJobHunting', method: 'post', data }) } export function delJobHunting(data) { return request({ url: '/news/delJobHunting', method: 'post', data }) } export function getJobHuntingInfo(data) { return request({ url: '/news/getJobHuntingInfo', method: 'post', data }) } export function updateJobHunting(data) { return request({ url: '/news/updateJobHunting', method: 'post', data }) } export function getJobHuntingData(data) { return request({ url: '/news/getJobHuntingData', method: 'post', data }) } export function updateGoodStatus(data) { return request({ url: '/news/updateGoodStatus', method: 'post', data }) } export function updateJobHuntingStatus(data) { return request({ url: '/news/updateJobHuntingStatus', method: 'post', data }) } export function updateNoticeStatus(data) { return request({ url: '/news/updateNoticeStatus', method: 'post', data }) } export function updateComplaintStatus(data) { return request({ url: '/news/updateComplaintStatus', method: 'post', data }) } //20250306求职 //待审核列表 export function getWebsiteNavPool(data) { return request({ url: '/website/getWebsiteNavPool', method: 'post', data }) } export function getWebsiteNavPoolSite(data) { return request({ url: '/website/getWebsiteNavPoolSite', method: 'post', data }) } //2.投票列表 start fr -------------------------------------> //2.1 获取投票列表 export function getSurveyList(params) { return request({ url: '/news/getSurveyList', method: 'post', params }) } //2.2 获取投票详情 export function getSurveyInfo(data) { return request({ url: '/news/getSurveyInfo', method: 'post', data }) } // 2.投票列表 end fr -------------------------------------> //20250324 通知,公告,消息 export function getNoticeList(data) { return request({ url: '/news/getNoticeList', method: 'post', data }) } export function getNoticeInfo(data) { return request({ url: '/news/getNoticeInfo', method: 'post', data }) } export function addNotice(data) { return request({ url: '/news/addNotice', method: 'post', data }) } export function updateNotice(data) { return request({ url: '/news/updateNotice', method: 'post', data }) } export function deleteNotice(data) { return request({ url: '/news/deleteNotice', method: 'post', data }) } export function getMSG(data) { return request({ url: '/news/getMSG', method: 'post', data }) } export function getComplaintList(data) { return request({ url: '/news/getComplaintList', method: 'post', data }) } export function getComplaintInfo(data) { return request({ url: '/news/getComplaintInfo', method: 'post', data }) } export function addComplaint1(data) { return request({ url: '/news/addComplaint', method: 'post', data }) } export function updateComplaint(data) { return request({ url: '/news/updateComplaint', method: 'post', data }) } export function deleteComplaint(data) { return request({ url: '/news/deleteComplaint', method: 'post', data }) } //20250324 通知,公告,消息 //招聘列表 start  fr -------------------------------------> //1.获取职位列表 export function getJobRecruitingList(params) { return request({ url: '/news/getJobRecruitingList', method: 'get', params }) } //2.添加职位 export function addJobRecruiting(data) { return request({ url: '/news/addJobRecruiting', method: 'post', data }) } // 3.获取职位详情 export function getJobRecruitingInfo(params) { return request({ url: '/news/getJobRecruitingInfo', method: 'get', params }) } //4.修改职位 export function upJobRecruiting(data) { return request({ url: '/news/upJobRecruiting', method: 'post', data }) } // 5.删除职位 export function delJobRecruiting(data) { return request({ url: '/news/delJobRecruiting', method: 'post', data }) } // 6.获取公司信息 export function getJobCompany(params) { return request({ url: '/news/getJobCompany', method: 'get', params }) } // 7.修改公司信息 export function upJobCompany(data) { return request({ url: '/news/upJobCompany', method: 'post', data }) } // 2.1 获取行业分类 export function getIndustry(params) { return request({ url: '/news/getIndustry', method: 'get', params }) } //2.2 获取职位分类 export function getPositionList(params) { return request({ url: '/news/getPositionList', method: 'get', params }) } //2.3 获取地区 export function getJobRecruitingArea(params) { return request({ url: '/news/getJobRecruitingArea', method: 'get', params }) } //2.4 获取职位性质 export function getJobNature(params) { return request({ url: '/news/getJobNature', method: 'get', params }) } //2.5 获取工作经验 export function getExperience(params) { return request({ url: '/news/getExperience', method: 'get', params }) } //2.6 获取学历 export function getEducation(params) { return request({ url: '/news/getEducation', method: 'get', params }) } //2.7 获取薪资 export function getSalary(params) { return request({ url: '/news/getSalary', method: 'get', params }) } //2.8 获取语种 export function getLanguage(params) { return request({ url: '/news/getLanguage', method: 'get', params }) } //2.9 获取语言能力 export function getLevel(params) { return request({ url: '/news/getLevel', method: 'get', params }) } //2.10 获取公司规模 export function getCompanySize(params) { return request({ url: '/news/getCompanySize', method: 'get', params }) } //2.11 获取公司性质 export function getCompanyNature(params) { return request({ url: '/news/getCompanyNature', method: 'get', params }) } // 8.修改职位信息状态(审核通过、拒绝、撤回) export function checkJobRecruiting(data) { return request({ url: '/news/checkJobRecruiting', method: 'post', data }) } // 招聘列表 end  fr ------------------------------------->