From 4c18d2b3444ca1b70600805d5ec85fd15e2cbdef Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Fri, 11 Oct 2024 17:05:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E6=B3=A8=E9=87=8A=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/log.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/api/log.ts b/src/api/log.ts index a8c71e50..811e5542 100644 --- a/src/api/log.ts +++ b/src/api/log.ts @@ -31,7 +31,7 @@ class LogAPI { } /** - * 获取访问趋势 + * 获取访问统计 * * @param queryParams * @returns @@ -117,6 +117,4 @@ export interface VisitStatsVO { totalCount: number; /** 同比增长率(相对于昨天同一时间段的增长率) */ growthRate: number; - - totalCountOutput: number; }