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

14 lines
185 B

5 months ago
5 months ago
5 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. showLoading : true,
  10. },
  11. }
  12. export default api