修改确认收货页面

This commit is contained in:
geng.tang@qq.com
2024-01-03 12:06:04 +08:00
parent c6f3f47a80
commit cfca75f681
3 changed files with 40 additions and 17 deletions

8
websoft/api/captcha.js Normal file
View File

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