新增企业微信通道

新增申请证书buypass
新增版本更新提醒
webhook、企业微信支持动态参数
监控支持域名加端口
ssh部署支持域名
This commit is contained in:
zhangchenhao
2025-06-05 18:26:26 +08:00
parent 5c061730af
commit e31d5e2d04
9 changed files with 220 additions and 31 deletions

View File

@@ -73,6 +73,7 @@ func Register(r *gin.Engine) {
setting.POST("/save_setting", api.SaveSetting)
setting.POST("/shutdown", api.Shutdown)
setting.POST("/restart", api.Restart)
setting.POST("/get_version", api.GetVersion)
}
overview := v1.Group("/overview")
{