派生自 webserver
controllers/camera.go @@ -215,7 +215,7 @@ return } var api dbapi.CameraApi b,list := api.GetCamerasByRunType(runType) b, list := api.GetCamerasByRunType(runType, cameraName) if b { dataBytes, _ := json.Marshal(list) var cams []CameraVo