feat(auth): rename facebookIdLogin to facebookAsidLogin and update related references
This commit is contained in:
@@ -59,9 +59,9 @@ export interface IAuthRepository {
|
||||
psid?: string;
|
||||
}): Promise<Result<LoginResponse>>;
|
||||
|
||||
/** Facebook ID 登录(v7.0 新增,fbId 流程)。 */
|
||||
facebookIdLogin(input: {
|
||||
fbId: string;
|
||||
/** 通过 ASID 登录。 */
|
||||
facebookAsidLogin(input: {
|
||||
asid: string;
|
||||
avatarUrl?: string;
|
||||
psid?: string;
|
||||
}): Promise<Result<LoginResponse>>;
|
||||
|
||||
Reference in New Issue
Block a user