特易招,招聘小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
269 B

// 企业相关接口
const api = {
// 查看企业信息
getCompany: {
url: '/company/updateUser',
method: 'GET',
},
// 修改企业信息
getCompany: {
url: '/company/updateUser',
method: 'POST',
auth : true,
limit : 1500,
},
}
export default api