package system import ( "github.com/gin-gonic/gin" ) // 设置系统信息 func SetSystemInfo_controller(c *gin.Context) { //获取连接信息 }