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

13 lines
163 B

2 months ago
  1. // VIP相关接口
  2. const api = {
  3. // 开通VIP
  4. addVIP: {
  5. url: '/employ/vip/addVIP',
  6. method: 'POST',
  7. auth : true,
  8. limit : 1500,
  9. },
  10. }
  11. export default api