package web import ( "go_dreamfactory/lego/sys/gin/engine" "net/http" ) //服务列表 func (this *Api_Comp) ServerList(c *engine.Context) { conf := this.moduleWeb.configure.getServerListConf() c.JSON(http.StatusOK, conf) }