mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
fix: 优化API Key错误状态码的显示方式
This commit is contained in:
@@ -1151,7 +1151,7 @@ class DroidRelayService {
|
||||
if (authMethod === 'api_key') {
|
||||
if (selectedAccountApiKey?.id) {
|
||||
let markResult = null
|
||||
const errorMessage = `上游返回 ${statusCode} 错误`
|
||||
const errorMessage = `${statusCode}`
|
||||
|
||||
try {
|
||||
// 标记API Key为异常状态而不是删除
|
||||
|
||||
Reference in New Issue
Block a user