// boss相关接口 const api = { //查询手机号 queryPhoneNum: { url: '/employ/user/queryPhoneNum', method: 'GET', auth: true, },} export default api