const api = { // 招募订单 recruitPageList: { url: '/shop_common/getRecruitPageList', method: 'GET', }, // 主理人认证 joinRecruit: { url: '/shop_common/joinRecruit', method: 'POST', },} export default api