ZZJ
2022-07-27 88078aa63c669cffc2d91e1269d460436427d09d
src/api/system.ts
@@ -68,10 +68,11 @@
  });
};
export const getGB28181Config = () => {
export const getGB28181Config = (query: any) => {
  return request({
    url: "/data/api-v/gb28181/configShow",
    method: "get"
    url: "/saas/api-s/gb28181/configShow",
    method: "get",
    params:query
  });
};