import http from './index.js' // 发送短信验证码 export const sendSmsCaptcha = (params) => http.post('sendSmsCaptcha', params) export default { sendSmsCaptcha }