更改统计

This commit is contained in:
2026-05-05 18:31:29 +08:00
parent 824199c87c
commit 2a60d34711
3 changed files with 66 additions and 0 deletions
+1
View File
@@ -160,6 +160,7 @@ func Register() {
// 首页统计
beego.Router("/platform/home/accountPoolDailyExtract", &controllers.PlatformHomeController{}, "get:AccountPoolDailyExtract")
beego.Router("/platform/home/accountPoolInventoryTotals", &controllers.PlatformHomeController{}, "get:AccountPoolInventoryTotals")
// 账号池管理(cursor/windsurf/krio
beego.Router("/platform/accountPool/cursor/list", &controllers.PlatformAccountPoolCursorController{}, "get:List")