fix: getAndValidateCredential 返回加密cookie导致夸克API 401

This commit is contained in:
2026-05-17 22:11:05 +08:00
parent cf2796666d
commit 98b779a622

View File

@@ -382,6 +382,7 @@ export async function getAndValidateCredential(cloudType: string): Promise<Crede
};
}
config.cookie = cookie;
return {
valid: true,
config,