ZZJ
2021-09-26 e53a90be9c729139ffe2b5e5c5f3573d85237c33
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
  });
};