mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 00:53:33 +00:00
fix: 修复claude SSE捕获usage问题
This commit is contained in:
@@ -162,15 +162,15 @@ class BedrockAccountService {
|
||||
accountType: account.accountType,
|
||||
priority: account.priority,
|
||||
schedulable: account.schedulable,
|
||||
credentialType: account.credentialType,
|
||||
createdAt: account.createdAt,
|
||||
updatedAt: account.updatedAt,
|
||||
type: 'bedrock',
|
||||
hasCredentials: !!account.awsCredentials,
|
||||
expiresAt: account.expiresAt || null,
|
||||
subscriptionExpiresAt: account.subscriptionExpiresAt || null
|
||||
})
|
||||
}
|
||||
credentialType: account.credentialType,
|
||||
createdAt: account.createdAt,
|
||||
updatedAt: account.updatedAt,
|
||||
type: 'bedrock',
|
||||
hasCredentials: !!account.awsCredentials,
|
||||
expiresAt: account.expiresAt || null,
|
||||
subscriptionExpiresAt: account.subscriptionExpiresAt || null
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 按优先级和名称排序
|
||||
|
||||
Reference in New Issue
Block a user