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