feat: 数据分析
This commit is contained in:
@@ -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"` // 可选,按频道筛选
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user