zhangzengfei
2023-09-06 c0c034b3ef0fdf0fd9c802d5984dbd717db6817a
src/api/trackCamera.ts
@@ -7,10 +7,11 @@
  });
};
export const showAllCameras = () => {
export const showAllCameras = (p:any) => {
  return request({
    url: "/data/api-v/cameraCompose/showAll",
    method: "get"
    method: "get",
    params:p
  });
};