ZZJ
2021-12-16 dff9fb32c1bac52d378a6d196f670b92610c01d3
src/api/area.ts
@@ -49,6 +49,21 @@
  });
};
export const getCameraBaseImage = (query: any) => {
  return request({
    url: "/data/api-v/gb28181/camera/capture",
    method: "get",
    params: query
  });
};
export const getGb28181Pool = () => {
  return request({
    url: "/data/api-v/gb28181/treeSelected",
    method: "get"
  });
};
export const refreshGB28181Tree = () => {
  return request({
    url: "/data/api-v/gb28181/treeRefresh",