一键登录流程

This commit is contained in:
唐明明
2022-06-16 16:58:46 +08:00
parent ede11bb688
commit b5bcfef6c0
6 changed files with 3995 additions and 3952 deletions

View File

@@ -58,11 +58,21 @@ const secretService = (name) =>{
})
}
// 一键登录
const keyAuth = (data) => {
return request({
url: 'user/socialite/login/unicloud/app',
method: 'POST',
data: data
}, true)
}
export {
smsAuth,
getInvitationSms,
getSms,
userFigure,
createUser,
secretService
secretService,
keyAuth
}