package statistics import "github.com/gin-gonic/gin" func (h *StatisticsHandler) GetOverview(c *gin.Context) { // TODO: 实现统计概览接口 }