zhangzengfei
2022-07-20 4a800a8fc83c6bd1f86a8e847b079a51a7532c09
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
  });
};