ZZJ
2021-12-20 832896ccaf8ac6a8ca31394e55577f064bc5eacf
src/api/trackCamera.ts
@@ -5,4 +5,13 @@
    url: "/playState",
    method: "get"
  });
};
};
export const showAllCameras = (p:any) => {
  return request({
    url: "/data/api-v/cameraCompose/showAll",
    method: "get",
    params:p
  });
};