feat((model api key) and app):

fix bug
This commit is contained in:
Timebomb2018
2026-02-05 14:31:04 +08:00
parent b569d77a23
commit effdb88455
2 changed files with 7 additions and 5 deletions

View File

@@ -203,7 +203,7 @@ class AppStatisticsService:
end_date: 结束时间戳(毫秒)
Returns:
统计数据字典
每日统计数据列表
"""
# 将毫秒时间戳转换为 datetime
start_time = datetime.fromtimestamp(start_date / 1000)