// VIP相关接口 const api = { // 开通VIP addVIP: { url: '/employ/vip/addVIP', method: 'POST', auth : true, limit : 1500, },} export default api