fix: getAndValidateCredential 返回加密cookie导致夸克API 401
This commit is contained in:
@@ -382,6 +382,7 @@ export async function getAndValidateCredential(cloudType: string): Promise<Crede
|
||||
};
|
||||
}
|
||||
|
||||
config.cookie = cookie;
|
||||
return {
|
||||
valid: true,
|
||||
config,
|
||||
|
||||
Reference in New Issue
Block a user