import http from './index.js'; // 企业微信登录 export const wwLogin = (data) => http.post('/open/wx-work/accessToken', data) export default { wwLogin }