mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 00:53:33 +00:00
@@ -425,7 +425,7 @@ class UnifiedClaudeScheduler {
|
|||||||
if (group.platform === 'claude') {
|
if (group.platform === 'claude') {
|
||||||
// 先尝试官方账户
|
// 先尝试官方账户
|
||||||
account = await redis.getClaudeAccount(memberId);
|
account = await redis.getClaudeAccount(memberId);
|
||||||
if (account) {
|
if (account?.id) {
|
||||||
accountType = 'claude-official';
|
accountType = 'claude-official';
|
||||||
} else {
|
} else {
|
||||||
// 尝试Console账户
|
// 尝试Console账户
|
||||||
|
|||||||
Reference in New Issue
Block a user