You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
apply-assistant-v3/root/NEUIKit/utils/api.js

8 lines
400 B
JavaScript

let jobInfo = {
get_userViewJobList: "/assistant/custom/job/v2/userViewJobList", // 获取用户浏览的职位列表
yi_job_list: '/yishoudan/custom/job/listApp', // 一才职位列表(招工宝发送商家职位用)
job_list: "/assistant/custom/job/v2/list",// 职位列表()
get_AgencyIdByAccId: "/wyyx/systemuser/getAgencyIdByAccid",// 通过accid获取代理id
}
export default jobInfo;