From c69f721df41c9c7c1e2e9a5f167c881c04536986 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 03 六月 2024 19:44:30 +0800
Subject: [PATCH] 添加人员订阅
---
routes/system.go | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/routes/system.go b/routes/system.go
index ba2611f..bd907fa 100644
--- a/routes/system.go
+++ b/routes/system.go
@@ -17,5 +17,10 @@
router.POST("/Keepalive", sysCtl.Keepalive)
router.GET("/Time", sysCtl.Time)
}
+
+ r.GET("/APEs", sysCtl.ApeList)
+ r.POST("/APEs", sysCtl.ApeUpdate)
+ r.POST("/APEs/:from_id", sysCtl.ApeUpdate)
+
return r
}
--
Gitblit v1.8.0