ZZJ
2021-09-27 8364714effe41c220244b4fea441fca025d5fc14
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
  });
};