feat: add send_stats table

This commit is contained in:
Your Name
2026-01-06 16:36:44 +08:00
parent 3d9100c6f2
commit 558edc864b
8 changed files with 372 additions and 42 deletions
+1
View File
@@ -88,6 +88,7 @@ func InitRouter(f embed.FS) *gin.Engine {
// statistic
apiV1.GET("/statistic", v1.GetStatisticData)
apiV1.GET("/statistic/task", v1.GetSendStatsByTask)
// cronMessage
apiV1.POST("/cronmessages/addone", v1.AddCronMsgTask)