feat: 数据分析

This commit is contained in:
Blizzard
2026-03-10 15:12:29 +08:00
parent bdcd96a058
commit e4b7ee04cc
17 changed files with 1315 additions and 17 deletions
+7
View File
@@ -75,3 +75,10 @@ type GetCommentList struct {
type GetSubscriptionList struct {
common.PageInfo
}
// TrendQuery 趋势查询请求(复用于所有趋势分析接口)
type TrendQuery struct {
StartDate string `json:"startDate" form:"startDate"` // 开始日期 "2026-01-01"
EndDate string `json:"endDate" form:"endDate"` // 结束日期 "2026-03-10"
ChannelId string `json:"channelId" form:"channelId"` // 可选,按频道筛选
}