shuishen
2024-01-02 60948bc36af6f4b6c23e7cc7a28c00dddf2e2bf2
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
    });
  };