ZZJ
2021-11-03 b4d2703e653bf702d705b18c20d9edb9066c7c8a
src/api/area.ts
@@ -49,9 +49,24 @@
  });
};
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/area/gb28181TreeRefresh",
    url: "/data/api-v/area/gb28181RefreshTree",
    method: "post",
  });
};