lin
2024-03-11 12bf2d64efe9c62a33fc10b1acdca9ecfcd10fce
src/api/place/place.js
@@ -95,6 +95,7 @@
    },
  });
};
export const updatePlaceExt = (row) => {
  return request({
    url: "/api/blade-placeExt/placeExt/update",
@@ -102,3 +103,12 @@
    data: row,
  });
};
export const setCheckPlaceExt = (data) => {
    return request({
      url: "/api//blade-placeExt/placeExt/checkPlaceExt",
      method: "post",
      data
    });
  };