mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 21:11:25 +00:00
fix: 修正删除API Key时更新数据的字段名称
This commit is contained in:
@@ -341,7 +341,7 @@ const deleteApiKey = async (apiKey, index) => {
|
||||
try {
|
||||
// 准备更新数据:删除指定的 key
|
||||
const updateData = {
|
||||
apiKeys: [apiKey.key],
|
||||
removeApiKeys: [apiKey.key],
|
||||
apiKeyUpdateMode: 'delete'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user