mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
fix: 优化多key查询费用错误问题
This commit is contained in:
@@ -561,7 +561,9 @@ router.post('/api/batch-stats', async (req, res) => {
|
||||
apiId: stats.apiId,
|
||||
name: stats.name,
|
||||
isActive: true,
|
||||
usage: stats.usage
|
||||
usage: stats.usage,
|
||||
dailyUsage: stats.dailyStats,
|
||||
monthlyUsage: stats.monthlyStats
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user