修改确认收货页面
This commit is contained in:
8
websoft/api/captcha.js
Normal file
8
websoft/api/captcha.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import http from './index.js'
|
||||
|
||||
// 发送短信验证码
|
||||
export const sendSmsCaptcha = (params) => http.post('sendSmsCaptcha', params)
|
||||
|
||||
export default {
|
||||
sendSmsCaptcha
|
||||
}
|
||||
Reference in New Issue
Block a user