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