身份证号码登录开发

This commit is contained in:
冯辉
2025-11-14 19:05:03 +08:00
parent c798f1bdf2
commit 251770c057
5 changed files with 276 additions and 17 deletions

View File

@@ -56,6 +56,18 @@ export function idCardLogin(data) {
})
}
// 手机号登录
export function phoneLogin(data) {
return request({
method: 'post',
url: '/app/phoneLogin',
data,
headers: {
isToken: false
}
})
}
// 获取用户详细信息
export function getInfo() {
return request({