fix: 优化多key查询费用错误问题

This commit is contained in:
shaw
2025-09-03 10:29:12 +08:00
parent 2e6feeb1c1
commit 941cfacea9
2 changed files with 27 additions and 6 deletions

View File

@@ -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
})
}
})