123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456 |
- 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 ------------------------------------->
|