feat:登录

This commit is contained in:
2026-07-31 10:55:02 +08:00
parent 4b9e5a3cc1
commit 8225be60c6
6 changed files with 187 additions and 69 deletions
+10
View File
@@ -165,3 +165,13 @@ export function alipayLogin(params) {
cha:1
});
}
// Apple一键登录
export function appleLogin(params) {
return request({
url: "/auth/loginByApple",
method: "post",
data: params,
cha:1
});
}