6170分享设备页面功能开发

This commit is contained in:
fengerli
2025-07-19 10:22:48 +08:00
parent bc3bea6df0
commit 1663ae75e4
9 changed files with 321 additions and 89 deletions

View File

@ -8,11 +8,11 @@ export function login(data) {
})
}
// 注册发送验证码
export function sendRegisterSms(data) {
export function resourceSmsCode(params) {
return request({
url: '/api/appUser/sendRegisterSms', //发送验证码注册
method: 'POST',
data: data
url: '/resource/sms/code', //发送验证码注册
method: 'GET',
data: params
})
}
// 退出登录