feat: Add SysInfoVer endpoint and AppService for version retrieval

This commit is contained in:
lejianwen
2025-04-07 16:38:21 +08:00
parent 605e88e04c
commit ae59b6a733
6 changed files with 71 additions and 7 deletions

View File

@@ -53,6 +53,7 @@ func ApiInit(g *gin.Engine) {
pe := &api.Peer{}
//提交系统信息
frg.POST("/sysinfo", pe.SysInfo)
frg.POST("/sysinfo_ver", pe.SysInfoVer)
}
if global.Config.App.WebClient == 1 {