特易招,招聘小程序
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.

18 lines
269 B

4 months ago
  1. // 企业相关接口
  2. const api = {
  3. // 查看企业信息
  4. getCompany: {
  5. url: '/company/updateUser',
  6. method: 'GET',
  7. },
  8. // 修改企业信息
  9. getCompany: {
  10. url: '/company/updateUser',
  11. method: 'POST',
  12. auth : true,
  13. limit : 1500,
  14. },
  15. }
  16. export default api