Files
yunxinwei-uniapp/websoft/api/captcha.js
2024-01-03 12:06:04 +08:00

8 lines
169 B
JavaScript

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