feat:登录
This commit is contained in:
+10
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user