This commit is contained in:
2026-03-08 16:35:17 +08:00
parent f76af4d01a
commit a125b5922f
8 changed files with 745 additions and 1671 deletions

View File

@@ -68,6 +68,7 @@ export const getAiUsageUserStatsPage = (params: {
endTime?: string
bizType?: string
userId?: number
mobile?: string
}) => {
return request.get({ url: '/muye/ai-usage-stats/user-stats', params })
}